Skip to content

Commit

Permalink
don't activate vscode-api-test on debug; fixes microsoft#85230
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Nov 20, 2019
1 parent 2ad6239 commit 37f18e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/vscode-api-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"enableProposedApi": true,
"private": true,
"activationEvents": [
"onFileSystem:memfs",
"onDebug"
"onFileSystem:memfs"
],
"main": "./out/extension",
"engines": {
Expand Down

0 comments on commit 37f18e8

Please sign in to comment.