chore(vscode): update to 1.56.0

This commit is contained in:
Akash Satheesan
2021-04-30 20:25:17 +05:30
1749 changed files with 88014 additions and 43316 deletions

View File

@@ -26,6 +26,12 @@
"activationEvents": [
"onCommand:workbench.action.tasks.runTask"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": {
"configuration": {
"id": "grunt",
@@ -63,7 +69,8 @@
"type": "string",
"description": "%grunt.taskDefinition.file.description%"
}
}
},
"when": "shellExecutionSupported"
}
]
},