BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trouble using 1.7.6 on MacOS Sonoma

bubbob42 opened this issue · comments

Hi!

I'm getting the following error with Sonoma, both during installation of the plugin and when trying to build via F5:

`Error: the description can't be converted into a problem matcher:
{
"base": "$gcc",
"fileLocation": "absolute"
}

Error: the description can't be converted into a problem matcher:
{
"base": "$gcc",
"fileLocation": "absolute"
}`

Hi, I think you need to install the optional C++ extension. See your extensions tab in VSCode. This should bring the $gcc problem matcher

Thanks for your swift reply! I indeed installed the C++ extension, but only after installing your extension. :)

So what I had to do was:

  • uninstall amiga-debug
  • reinstall

and now it works, thanks!

(I suggest modifying the installation readme, adding a note to install the C++ extensions, first)

The order shouldn't matter. But yes, the C++ extension was recently changed from required to recommended, so I will update the README accordingly.