Don't open Debug panel by default

后端 未结 3 2262
挽巷
挽巷 2021-02-18 13:44

Is there a configuration setting that prevents the Debug panels (Variables, Watch, Call Stack) and Debug Console

3条回答
  •  礼貌的吻别
    2021-02-18 14:03

    Just open .vscode/launch.json in your workspace and set "externalConsole": true to not use the VS Code built in console but the OS default one.

提交回复
热议问题