mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
don't activate vscode-api-test on debug; fixes #85230
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
"enableProposedApi": true,
|
||||
"private": true,
|
||||
"activationEvents": [
|
||||
"onFileSystem:memfs",
|
||||
"onDebug"
|
||||
"onFileSystem:memfs"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user