2020
09-29
09-29
VSCode各语言运行环境配置方法示例详解
系统环境变量的配置如:将F:\mingw64\bin添加到系统环境变量Path中VSCode软件语言json配置C语言创建个.vscode文件夹,文件夹内创建以下两个文件launch.json文件配置{"version":"0.2.0","configurations":[{"name":"(gdb)Launch","type":"cppdbg","request":"launch",//"program":"enterprogramname,forexample${workspaceFolder}/a.exe","program":"${file}.o","args"...
继续阅读 >