We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ad45a commit fde44e3Copy full SHA for fde44e3
1 file changed
package.json
@@ -2977,7 +2977,7 @@
2977
"package": "gulp clean && gulp prePublishBundle && vsce package -o ms-python-insiders.vsix",
2978
"compile": "tsc -watch -p ./",
2979
"compiled": "deemon npm run compile",
2980
- "kill-compiled": "deemon --kill npm run compile",
+ "kill-compiled": "xxdeemon --kill npm run compile",
2981
"compile-webviews-watch": "gulp compile-ipywidgets && cross-env NODE_OPTIONS=--max_old_space_size=9096 webpack --config ./build/webpack/webpack.datascience-ui.config.js --watch",
2982
"compile-webviews-watchd": "deemon npm run compile-webviews-watch",
2983
"kill-compile-webviews-watchd": "deemon --kill npm run compile-webviews-watch",
0 commit comments