Instabilities in VS Code ExtendScript Debugger
I've been making the transition to VS Code from ESTK, and have got things running, but I am finding the extension breaks often and I have to restart the host frequently. I'm wondering if other users are experiencing this. I'm no expert on VS Code, that's for sure, so I'm not sure if certain setting affect the performance of the extension. I'm getting "Extension host terminated unexpectedly" and "'${file}' can not be resolved."


The latter refers to the configuration file that specifies "program": "${file}" as the file to debug (it's supposed to debug the open file). Note that the extension runs fine most of the time, but I have to keep restarting. Also, ES Debugger is the only extension I've installed, so that rules out conflicts between extensions.
