Remove open-in flag (#2013)

This commit is contained in:
Asher
2020-08-27 15:04:37 -05:00
committed by GitHub
parent d8d5908d85
commit ce8577b1c3
3 changed files with 9 additions and 12 deletions

View File

@@ -26,7 +26,7 @@
"lint": "./ci/dev/lint.sh",
"test": "./ci/dev/test.sh",
"ci": "./ci/dev/ci.sh",
"watch": "NODE_OPTIONS=--max_old_space_size=32384 ts-node ./ci/dev/watch.ts"
"watch": "VSCODE_IPC_HOOK_CLI= NODE_OPTIONS=--max_old_space_size=32384 ts-node ./ci/dev/watch.ts"
},
"main": "out/node/entry.js",
"devDependencies": {