Frank
sst start prompts:
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.Ross Coundon
06/09/2021, 7:15 AMFrank