VSCode error when launching: The following argument was not expected: /c

There’s an issue at VSCode’s github describing a similar problem to ours (issue here). It seems that the problem is at the launch.json file. The “console”: “externalTerminal” command is not valid anymore. Changing it to “console”: “internalConsole” works, even though it doesn’t open an external window like the old command.

11 Likes