Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble using 1.7.6 on MacOS Sonoma #250

Closed
bubbob42 opened this issue Jan 29, 2024 · 3 comments
Closed

Trouble using 1.7.6 on MacOS Sonoma #250

bubbob42 opened this issue Jan 29, 2024 · 3 comments

Comments

@bubbob42
Copy link

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
Copy link
Owner

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
Copy link
Author

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)

@BartmanAbyss
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants