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.
GNU General Public License v3.0
316 stars 39 forks source link

Trouble using 1.7.6 on MacOS Sonoma #250

Closed bubbob42 closed 8 months ago

bubbob42 commented 8 months ago

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" }`

BartmanAbyss commented 8 months ago

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

bubbob42 commented 8 months ago

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

So what I had to do was:

and now it works, thanks!

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

BartmanAbyss commented 8 months ago

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