mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add untrusted workspace supported flags (#17557)
This commit is contained in:
@@ -9,6 +9,12 @@
|
|||||||
"vscode": "*",
|
"vscode": "*",
|
||||||
"azdata": "*"
|
"azdata": "*"
|
||||||
},
|
},
|
||||||
|
"capabilities": {
|
||||||
|
"virtualWorkspaces": false,
|
||||||
|
"untrustedWorkspaces": {
|
||||||
|
"supported": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"extensionPack": [
|
"extensionPack": [
|
||||||
"Microsoft.agent",
|
"Microsoft.agent",
|
||||||
"Microsoft.profiler",
|
"Microsoft.profiler",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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": [
|
||||||
|
|||||||
@@ -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"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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": [
|
||||||
|
|||||||
@@ -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"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,6 +13,12 @@
|
|||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
|
"capabilities": {
|
||||||
|
"virtualWorkspaces": false,
|
||||||
|
"untrustedWorkspaces": {
|
||||||
|
"supported": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
@@ -25,6 +25,12 @@
|
|||||||
"extensionDependencies": [
|
"extensionDependencies": [
|
||||||
"Microsoft.mssql"
|
"Microsoft.mssql"
|
||||||
],
|
],
|
||||||
|
"capabilities": {
|
||||||
|
"virtualWorkspaces": false,
|
||||||
|
"untrustedWorkspaces": {
|
||||||
|
"supported": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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": [
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -23,6 +23,12 @@
|
|||||||
"extensionDependencies": [
|
"extensionDependencies": [
|
||||||
"Microsoft.mssql"
|
"Microsoft.mssql"
|
||||||
],
|
],
|
||||||
|
"capabilities": {
|
||||||
|
"virtualWorkspaces": false,
|
||||||
|
"untrustedWorkspaces": {
|
||||||
|
"supported": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,6 +19,12 @@
|
|||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
"main": "./out/extension",
|
"main": "./out/extension",
|
||||||
|
"capabilities": {
|
||||||
|
"virtualWorkspaces": false,
|
||||||
|
"untrustedWorkspaces": {
|
||||||
|
"supported": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"forceReload": true,
|
"forceReload": true,
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user