In my launch.json of my node.js project, I have "externalConsole": true and so it correctly opens in a new command window. But in 0.10.10 now the embedded debug console also opens, with nothing output to it. The expected behavior is that it shouldn't be shown at all.
In my
launch.jsonof my node.js project, I have"externalConsole": trueand so it correctly opens in a new command window. But in 0.10.10 now the embedded debug console also opens, with nothing output to it. The expected behavior is that it shouldn't be shown at all.