diff --git a/extensions/admin-pack/package.json b/extensions/admin-pack/package.json index 646e59f2b9..3289d6d4e0 100644 --- a/extensions/admin-pack/package.json +++ b/extensions/admin-pack/package.json @@ -9,6 +9,12 @@ "vscode": "*", "azdata": "*" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionPack": [ "Microsoft.agent", "Microsoft.profiler", diff --git a/extensions/admin-tool-ext-win/package.json b/extensions/admin-tool-ext-win/package.json index cdbdc792f6..9de236af10 100644 --- a/extensions/admin-tool-ext-win/package.json +++ b/extensions/admin-tool-ext-win/package.json @@ -15,6 +15,12 @@ "scripts": { "postinstall": "node ./build/postinstall.js" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "activationEvents": [ "onCommand:adminToolExtWin.launchSsmsMinPropertiesDialog", "onCommand:adminToolExtWin.launchSsmsMinGswDialog" diff --git a/extensions/agent/package.json b/extensions/agent/package.json index 086ae25ae5..19fd2399b3 100644 --- a/extensions/agent/package.json +++ b/extensions/agent/package.json @@ -19,6 +19,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "Microsoft.mssql" ], diff --git a/extensions/arc/package.json b/extensions/arc/package.json index 9c650dcf19..0a52e82dec 100644 --- a/extensions/arc/package.json +++ b/extensions/arc/package.json @@ -21,6 +21,12 @@ "Microsoft.azcli", "Microsoft.resource-deployment" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "repository": { "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" diff --git a/extensions/asde-deployment/package.json b/extensions/asde-deployment/package.json index d10db5f7b8..4c4521b20e 100644 --- a/extensions/asde-deployment/package.json +++ b/extensions/asde-deployment/package.json @@ -16,6 +16,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "forceReload": true, "contributes": { "resourceDeploymentTypes": [ diff --git a/extensions/azcli/package.json b/extensions/azcli/package.json index d1afb58a01..140cc058b2 100644 --- a/extensions/azcli/package.json +++ b/extensions/azcli/package.json @@ -18,6 +18,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "microsoft.resource-deployment" ], diff --git a/extensions/azurecore/package.json b/extensions/azurecore/package.json index 2a640f01a0..b7fc79d815 100644 --- a/extensions/azurecore/package.json +++ b/extensions/azurecore/package.json @@ -18,6 +18,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "resourceViewResources": [ { diff --git a/extensions/azurehybridtoolkit/package.json b/extensions/azurehybridtoolkit/package.json index 3a8873cf99..ea2880c68a 100644 --- a/extensions/azurehybridtoolkit/package.json +++ b/extensions/azurehybridtoolkit/package.json @@ -15,6 +15,12 @@ "activationEvents": [ "*" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "repository": { "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" diff --git a/extensions/azuremonitor/package.json b/extensions/azuremonitor/package.json index 8f13663219..91af5c8d0b 100644 --- a/extensions/azuremonitor/package.json +++ b/extensions/azuremonitor/package.json @@ -16,6 +16,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "typings": "./src/azuremonitor", "contributes": { "connectionProvider": { diff --git a/extensions/bat/package.json b/extensions/bat/package.json index f01e5d35ab..a6abadf225 100644 --- a/extensions/bat/package.json +++ b/extensions/bat/package.json @@ -11,6 +11,12 @@ "scripts": { "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": { "languages": [ { diff --git a/extensions/big-data-cluster/package.json b/extensions/big-data-cluster/package.json index 8cf70d214c..4a1451aa72 100644 --- a/extensions/big-data-cluster/package.json +++ b/extensions/big-data-cluster/package.json @@ -27,6 +27,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "main": "./out/extension", "contributes": { "dataExplorer": { diff --git a/extensions/cms/package.json b/extensions/cms/package.json index 35d43a7d53..fcf3361294 100644 --- a/extensions/cms/package.json +++ b/extensions/cms/package.json @@ -22,6 +22,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "main": "./out/extension", "contributes": { "configuration": { diff --git a/extensions/dacpac/package.json b/extensions/dacpac/package.json index cb573a02fb..b6bf5e7b9a 100644 --- a/extensions/dacpac/package.json +++ b/extensions/dacpac/package.json @@ -20,6 +20,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "Microsoft.mssql" ], diff --git a/extensions/data-workspace/package.json b/extensions/data-workspace/package.json index 52c6e4d629..f494135cd4 100644 --- a/extensions/data-workspace/package.json +++ b/extensions/data-workspace/package.json @@ -20,6 +20,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [], "contributes": { "configuration": [ diff --git a/extensions/import/package.json b/extensions/import/package.json index 8a5b995077..acfc094fae 100644 --- a/extensions/import/package.json +++ b/extensions/import/package.json @@ -20,6 +20,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "Microsoft.mssql" ], diff --git a/extensions/kusto/package.json b/extensions/kusto/package.json index 899b44a64f..38bd8eb0f1 100644 --- a/extensions/kusto/package.json +++ b/extensions/kusto/package.json @@ -20,6 +20,12 @@ "compile": "gulp compile-extension:kusto-client", "update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-kusto ./syntaxes/kusto.tmLanguage" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "commands": [ { diff --git a/extensions/machine-learning/package.json b/extensions/machine-learning/package.json index 1c7b32a292..ca8daf5f8e 100644 --- a/extensions/machine-learning/package.json +++ b/extensions/machine-learning/package.json @@ -23,6 +23,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "Microsoft.mssql", "Microsoft.notebook" diff --git a/extensions/mssql/package.json b/extensions/mssql/package.json index 9fc6f1ebf6..e03111c1f5 100644 --- a/extensions/mssql/package.json +++ b/extensions/mssql/package.json @@ -19,6 +19,12 @@ "update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-mssql syntaxes/SQL.plist ./syntaxes/sql.tmLanguage.json", "postinstall": "node ./build/postinstall.js" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "problemMatchers": [ { diff --git a/extensions/notebook/package.json b/extensions/notebook/package.json index 47fc5bd545..812c9669ce 100644 --- a/extensions/notebook/package.json +++ b/extensions/notebook/package.json @@ -13,6 +13,12 @@ "activationEvents": [ "*" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "configuration": { "type": "object", diff --git a/extensions/profiler/package.json b/extensions/profiler/package.json index 720512e4c0..1416cb3b72 100644 --- a/extensions/profiler/package.json +++ b/extensions/profiler/package.json @@ -25,6 +25,12 @@ "extensionDependencies": [ "Microsoft.mssql" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "commands": [ { diff --git a/extensions/query-history/package.json b/extensions/query-history/package.json index 771a8cda42..f8b51b67d5 100644 --- a/extensions/query-history/package.json +++ b/extensions/query-history/package.json @@ -20,6 +20,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [], "contributes": { "commands": [ diff --git a/extensions/resource-deployment/package.json b/extensions/resource-deployment/package.json index b563f1772c..79b20bec51 100644 --- a/extensions/resource-deployment/package.json +++ b/extensions/resource-deployment/package.json @@ -21,6 +21,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "microsoft.mssql", "microsoft.notebook" diff --git a/extensions/schema-compare/package.json b/extensions/schema-compare/package.json index f71ac02d8e..603de3cd4e 100644 --- a/extensions/schema-compare/package.json +++ b/extensions/schema-compare/package.json @@ -23,6 +23,12 @@ "extensionDependencies": [ "Microsoft.mssql" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "commands": [ { diff --git a/extensions/server-report/package.json b/extensions/server-report/package.json index 0295197c16..9fd7d19f5b 100644 --- a/extensions/server-report/package.json +++ b/extensions/server-report/package.json @@ -19,6 +19,12 @@ "*" ], "main": "./out/extension", + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "forceReload": true, "contributes": { "commands": [ diff --git a/extensions/sql-assessment/package.json b/extensions/sql-assessment/package.json index a1cb8add1c..b032227141 100644 --- a/extensions/sql-assessment/package.json +++ b/extensions/sql-assessment/package.json @@ -15,6 +15,12 @@ "activationEvents": [ "onDashboardOpen" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "main": "./out/main", "repository": { "type": "git", diff --git a/extensions/sql-database-projects/package.json b/extensions/sql-database-projects/package.json index 13555a0a60..933cadfa52 100644 --- a/extensions/sql-database-projects/package.json +++ b/extensions/sql-database-projects/package.json @@ -29,6 +29,12 @@ "Microsoft.mssql", "Microsoft.schema-compare" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "projects": [ "sqlproj" diff --git a/extensions/sql-migration/package.json b/extensions/sql-migration/package.json index fdabd27b90..4d5e98fb80 100644 --- a/extensions/sql-migration/package.json +++ b/extensions/sql-migration/package.json @@ -19,6 +19,12 @@ "onCommand:sqlmigration.sendfeedback", "onCommand:sqlmigration.openNotebooks" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "main": "./out/main", "repository": { "type": "git",