Visual Studio Code is attempting to launch Mono instead of Node -
when attempt debug node app within visual studio code, receive error message:
cannot start opendebug because mono (or mono version >= 3.10.0) required
i have default launch.json file specifies type of launch "node".
i'm using visual studio code v0.5 on ubuntu 14.04.
all of had been working while ago, stopped. between time had been working , now, i've updated ubuntu couple of times, have not changed environment variables or else i'm aware of confuse visual studio code.
currently vscode requires mono debug node on non windows platforms. think working because had mono installed behaviour has not changed between versions. why mono required why mono required debug node application?
how install mono https://code.visualstudio.com/docs/debugging
Comments
Post a Comment