We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So that launching debugging when there is no tasks.json file works.
tasks.json
I.e the debug build task in tasks.json should contain:
"group": { "kind": "build", "isDefault": true }
That should probably be handled in attributes_spec (superbol_tasks.ml).
attributes_spec
superbol_tasks.ml
The text was updated successfully, but these errors were encountered:
isDefault does not seem to be modifiable via the API (cf https://vscode-api.js.org/classes/vscode.TaskGroup.html#isDefault). There's probably a better way to have the extension work properly without the tasks.json.
isDefault
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
So that launching debugging when there is no
tasks.json
file works.I.e the debug build task in
tasks.json
should contain:That should probably be handled in
attributes_spec
(superbol_tasks.ml
).The text was updated successfully, but these errors were encountered: