prevent vscode-api-tests from running in node.js

This commit is contained in:
Andre Weinand
2019-11-21 13:26:06 +01:00
parent 343f26602e
commit 5f5a65c441
2 changed files with 10 additions and 7 deletions

View File

@@ -7,7 +7,8 @@
"enableProposedApi": true,
"private": true,
"activationEvents": [
"onFileSystem:memfs"
"onFileSystem:memfs",
"onDebug"
],
"main": "./out/extension",
"engines": {