diff --git a/extensions/debug-auto-launch/package.json b/extensions/debug-auto-launch/package.json index c472d1e23e7..4b44dea9339 100644 --- a/extensions/debug-auto-launch/package.json +++ b/extensions/debug-auto-launch/package.json @@ -8,6 +8,9 @@ "engines": { "vscode": "^1.5.0" }, + "workspaceTrust": { + "request": "never" + }, "activationEvents": [ "*" ], diff --git a/extensions/testing-editor-contributions/package.json b/extensions/testing-editor-contributions/package.json index 53a39faf7e2..383ed5fe09e 100644 --- a/extensions/testing-editor-contributions/package.json +++ b/extensions/testing-editor-contributions/package.json @@ -20,6 +20,9 @@ "dependencies": { "vscode-nls": "^5.0.0" }, + "workspaceTrust": { + "request": "never" + }, "scripts": { "vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:testing-editor-contributions ./tsconfig.json" }, diff --git a/product.json b/product.json index 08e03a2d3ee..d6769946ad9 100644 --- a/product.json +++ b/product.json @@ -78,7 +78,7 @@ }, { "name": "ms-vscode.js-debug-companion", - "version": "1.0.9", + "version": "1.0.11", "repo": "https://github.com/microsoft/vscode-js-debug-companion", "metadata": { "id": "99cb0b7f-7354-4278-b8da-6cc79972169d", @@ -108,7 +108,7 @@ }, { "name": "ms-vscode.vscode-js-profile-table", - "version": "0.0.11", + "version": "0.0.16", "repo": "https://github.com/microsoft/vscode-js-profile-visualizer", "metadata": { "id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",