Skip to content

Commit

Permalink
trust: onboard debug land to workspace trust
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Apr 19, 2021
1 parent 9e323da commit 3a38641
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions extensions/debug-auto-launch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"engines": {
"vscode": "^1.5.0"
},
"workspaceTrust": {
"request": "never"
},
"activationEvents": [
"*"
],
Expand Down
3 changes: 3 additions & 0 deletions extensions/testing-editor-contributions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions product.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3a38641

Please sign in to comment.