mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
prevent vscode-api-tests from running in node.js
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"enableProposedApi": true,
|
||||
"private": true,
|
||||
"activationEvents": [
|
||||
"onFileSystem:memfs"
|
||||
"onFileSystem:memfs",
|
||||
"onDebug"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user