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
The test mentioned I can edit launch.json and tasks.json but I couldn't figure out how to. I did the following:
Inspected the object returned from vscode.workspace.getConfiguration(), no 'tasks' key
vscode.workspace.getConfiguration()
'tasks'
Had another look at interface WorkspaceConfiguration in vscode.d.ts
vscode.d.ts
Did a text search of vscode.d.ts for tasks
tasks
Gave up
The text was updated successfully, but these errors were encountered:
Needs doc and obviously one or both of those files
Sorry, something went wrong.
doc on launch/tasks.json files, #12813
a83eae2
jrieken
No branches or pull requests
Test API'ish way to change configuration settings #12614
The test mentioned I can edit launch.json and tasks.json but I couldn't figure out how to. I did the following:
Inspected the object returned from
vscode.workspace.getConfiguration()
, no'tasks'
keyHad another look at interface WorkspaceConfiguration in
vscode.d.ts
Did a text search of
vscode.d.ts
fortasks
Gave up
The text was updated successfully, but these errors were encountered: