Skip to main content

vscode

· One min read

vscode 环境配置

c/c++和python的基本配置还是很简单的

c/c++:https://zhuanlan.zhihu.com/p/87864677

python: https://zhuanlan.zhihu.com/p/64994681

好吧,有必要更新一下

首先,c文件是不能运行cpp的

然后,vscode本身并不是编译完c文件以后就自动运行的。

是需要把launch.json中的"externalConsole": false改为"externalConsole": true即可。

同时有可能遇到中文乱码问题

image-20220620220636678