vscode配置c++环境
launch.json { “version”: “0.2.0”, “configurations”: [ { “name”: “(gdb) Launch”, // 配置名称,将会在启动配置的下拉菜单中显示 “type”: “cppdbg”, // 配置类型,这里只能为cppdbg “request”: “launch”, // 请求配置类型,可以为launch(启动)或attach(附加) “program”: “workspaceFolder/{workspaceFolder}/workspaceFolder/{fileBasenameNoExtension}.exe”, “args”