Add untrusted workspace supported flags (#17557)

This commit is contained in:
Karl Burtram
2021-11-01 20:48:05 -07:00
committed by GitHub
parent 2be1ec0656
commit d7b0b6c251
27 changed files with 162 additions and 0 deletions

View File

@@ -9,6 +9,12 @@
"vscode": "*", "vscode": "*",
"azdata": "*" "azdata": "*"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionPack": [ "extensionPack": [
"Microsoft.agent", "Microsoft.agent",
"Microsoft.profiler", "Microsoft.profiler",

View File

@@ -15,6 +15,12 @@
"scripts": { "scripts": {
"postinstall": "node ./build/postinstall.js" "postinstall": "node ./build/postinstall.js"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"activationEvents": [ "activationEvents": [
"onCommand:adminToolExtWin.launchSsmsMinPropertiesDialog", "onCommand:adminToolExtWin.launchSsmsMinPropertiesDialog",
"onCommand:adminToolExtWin.launchSsmsMinGswDialog" "onCommand:adminToolExtWin.launchSsmsMinGswDialog"

View File

@@ -19,6 +19,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionDependencies": [ "extensionDependencies": [
"Microsoft.mssql" "Microsoft.mssql"
], ],

View File

@@ -21,6 +21,12 @@
"Microsoft.azcli", "Microsoft.azcli",
"Microsoft.resource-deployment" "Microsoft.resource-deployment"
], ],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"

View File

@@ -16,6 +16,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"forceReload": true, "forceReload": true,
"contributes": { "contributes": {
"resourceDeploymentTypes": [ "resourceDeploymentTypes": [

View File

@@ -18,6 +18,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionDependencies": [ "extensionDependencies": [
"microsoft.resource-deployment" "microsoft.resource-deployment"
], ],

View File

@@ -18,6 +18,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": { "contributes": {
"resourceViewResources": [ "resourceViewResources": [
{ {

View File

@@ -15,6 +15,12 @@
"activationEvents": [ "activationEvents": [
"*" "*"
], ],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"

View File

@@ -16,6 +16,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"typings": "./src/azuremonitor", "typings": "./src/azuremonitor",
"contributes": { "contributes": {
"connectionProvider": { "connectionProvider": {

View File

@@ -11,6 +11,12 @@
"scripts": { "scripts": {
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin mmims/language-batchfile grammars/batchfile.cson ./syntaxes/batchfile.tmLanguage.json" "update-grammar": "node ../node_modules/vscode-grammar-updater/bin mmims/language-batchfile grammars/batchfile.cson ./syntaxes/batchfile.tmLanguage.json"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": { "contributes": {
"languages": [ "languages": [
{ {

View File

@@ -27,6 +27,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"main": "./out/extension", "main": "./out/extension",
"contributes": { "contributes": {
"dataExplorer": { "dataExplorer": {

View File

@@ -22,6 +22,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"main": "./out/extension", "main": "./out/extension",
"contributes": { "contributes": {
"configuration": { "configuration": {

View File

@@ -20,6 +20,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionDependencies": [ "extensionDependencies": [
"Microsoft.mssql" "Microsoft.mssql"
], ],

View File

@@ -20,6 +20,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionDependencies": [], "extensionDependencies": [],
"contributes": { "contributes": {
"configuration": [ "configuration": [

View File

@@ -20,6 +20,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionDependencies": [ "extensionDependencies": [
"Microsoft.mssql" "Microsoft.mssql"
], ],

View File

@@ -20,6 +20,12 @@
"compile": "gulp compile-extension:kusto-client", "compile": "gulp compile-extension:kusto-client",
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-kusto ./syntaxes/kusto.tmLanguage" "update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-kusto ./syntaxes/kusto.tmLanguage"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": { "contributes": {
"commands": [ "commands": [
{ {

View File

@@ -23,6 +23,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionDependencies": [ "extensionDependencies": [
"Microsoft.mssql", "Microsoft.mssql",
"Microsoft.notebook" "Microsoft.notebook"

View File

@@ -19,6 +19,12 @@
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-mssql syntaxes/SQL.plist ./syntaxes/sql.tmLanguage.json", "update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-mssql syntaxes/SQL.plist ./syntaxes/sql.tmLanguage.json",
"postinstall": "node ./build/postinstall.js" "postinstall": "node ./build/postinstall.js"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": { "contributes": {
"problemMatchers": [ "problemMatchers": [
{ {

View File

@@ -13,6 +13,12 @@
"activationEvents": [ "activationEvents": [
"*" "*"
], ],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": { "contributes": {
"configuration": { "configuration": {
"type": "object", "type": "object",

View File

@@ -25,6 +25,12 @@
"extensionDependencies": [ "extensionDependencies": [
"Microsoft.mssql" "Microsoft.mssql"
], ],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": { "contributes": {
"commands": [ "commands": [
{ {

View File

@@ -20,6 +20,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionDependencies": [], "extensionDependencies": [],
"contributes": { "contributes": {
"commands": [ "commands": [

View File

@@ -21,6 +21,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionDependencies": [ "extensionDependencies": [
"microsoft.mssql", "microsoft.mssql",
"microsoft.notebook" "microsoft.notebook"

View File

@@ -23,6 +23,12 @@
"extensionDependencies": [ "extensionDependencies": [
"Microsoft.mssql" "Microsoft.mssql"
], ],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": { "contributes": {
"commands": [ "commands": [
{ {

View File

@@ -19,6 +19,12 @@
"*" "*"
], ],
"main": "./out/extension", "main": "./out/extension",
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"forceReload": true, "forceReload": true,
"contributes": { "contributes": {
"commands": [ "commands": [

View File

@@ -15,6 +15,12 @@
"activationEvents": [ "activationEvents": [
"onDashboardOpen" "onDashboardOpen"
], ],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"main": "./out/main", "main": "./out/main",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@@ -29,6 +29,12 @@
"Microsoft.mssql", "Microsoft.mssql",
"Microsoft.schema-compare" "Microsoft.schema-compare"
], ],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": { "contributes": {
"projects": [ "projects": [
"sqlproj" "sqlproj"

View File

@@ -19,6 +19,12 @@
"onCommand:sqlmigration.sendfeedback", "onCommand:sqlmigration.sendfeedback",
"onCommand:sqlmigration.openNotebooks" "onCommand:sqlmigration.openNotebooks"
], ],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"main": "./out/main", "main": "./out/main",
"repository": { "repository": {
"type": "git", "type": "git",