mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Go all in on stdio and gate all the tools behind the launch tool (#264088)
* Removes HTTP logic * enable/disables automation tools based on if app is opened * kill and re-create the playwright server based on if app is opened
This commit is contained in:
committed by
GitHub
parent
b2fb4accc4
commit
f1a5fb082b
@@ -9,7 +9,6 @@
|
||||
"watch-automation": "cd ../automation && npm run watch",
|
||||
"watch-mcp": "node ../../node_modules/typescript/bin/tsc --watch --preserveWatchOutput",
|
||||
"watch": "npm-run-all -lp watch-automation watch-mcp",
|
||||
"start-http": "npm run -s compile && node ./out/main.js",
|
||||
"start-stdio": "npm run -s compile && node ./out/stdio.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user