For folks using VSCode, it’s been brought up that ...
# sst
f
For folks using VSCode, it’s been brought up that when
sst start
prompts:
Copy code
Press ENTER to redeploy infrastructure
Pressing ENTER doesn’t do anything as VSCode’s
DEBUG CONSOLE
tab does not accept user input. You should be able to get around this by setting
"console": "integratedTerminal"
. Here’s the full launch.json. This will start the debugging console under the
TERMINAL
tab in VSCode. And user input are accepted there. ^Let me know if there is a better way to accept input from the
DEBUG CONSOLE
tab.
r
Ah, nice that it didn't need a code change, thanks
f
Docs will be updated shortly @Jay