mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 10:00:29 -05:00
Onboard task extension to workspace trust
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
"activationEvents": [
|
||||
"onCommand:workbench.action.tasks.runTask"
|
||||
],
|
||||
"workspaceTrust": {
|
||||
"request": "never",
|
||||
"description": "This extension only provides tasks. Trust is already required by the tasks system before any task providers are called."
|
||||
},
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"id": "grunt",
|
||||
|
||||
@@ -26,6 +26,10 @@
|
||||
"activationEvents": [
|
||||
"onCommand:workbench.action.tasks.runTask"
|
||||
],
|
||||
"workspaceTrust": {
|
||||
"request": "never",
|
||||
"description": "This extension only provides tasks. Trust is already required by the tasks system before any task providers are called."
|
||||
},
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"id": "gulp",
|
||||
|
||||
@@ -26,6 +26,10 @@
|
||||
"activationEvents": [
|
||||
"onCommand:workbench.action.tasks.runTask"
|
||||
],
|
||||
"workspaceTrust": {
|
||||
"request": "never",
|
||||
"description": "This extension only provides tasks. Trust is already required by the tasks system before any task providers are called."
|
||||
},
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"id": "jake",
|
||||
|
||||
@@ -42,6 +42,10 @@
|
||||
"workspaceContains:package.json",
|
||||
"onView:npm"
|
||||
],
|
||||
"workspaceTrust": {
|
||||
"request": "onDemand",
|
||||
"description": "This extension calls the `tasks.executeTask()` API, which requires trust to run."
|
||||
},
|
||||
"contributes": {
|
||||
"languages": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user