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

Implicit build task should be the debug build task #219

Closed
ddeclerck opened this issue Mar 19, 2024 · 1 comment · Fixed by #263
Closed

Implicit build task should be the debug build task #219

ddeclerck opened this issue Mar 19, 2024 · 1 comment · Fixed by #263

Comments

@ddeclerck
Copy link
Collaborator

So that launching debugging when there is no tasks.json file works.

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).

@nberth
Copy link
Collaborator

nberth commented Apr 8, 2024

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.

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

Successfully merging a pull request may close this issue.

2 participants