selfint / code-blocks

Manipulate code as blocks
https://marketplace.visualstudio.com/items?itemName=selfint.code-blocks
MIT License
5 stars 0 forks source link

Can't skip parser installation if not in workspace #172

Open yali-sasson opened 10 months ago

yali-sasson commented 10 months ago

When opening a file (not in a workspace), the "parser missing for language X" prompt is shown. If the "Never" option is chosen, the following error is printed. Failed to add language 'groovy' to the ignore list > {"name":"CodeExpectedError","message":"Unable to write to Workspace Settings because no workspace is opened. Please open a workspace first and try again."}

This causes the prompt to show up every time the tab is selected.