美文网首页
.vscode中的文件

.vscode中的文件

作者: 白开水_b70a | 来源:发表于2019-05-19 10:53 被阅读0次

(https://code.visualstudio.com/docs/cpp/config-wsl)

VS Code will place these files in a .vscode subfolder that it will create for us:

  1. c_cpp_properties.json: to specify the compiler path
  2. tasks.json: to specify how to build the executable
  3. launch.json: to specify debugger settings

相关文章

网友评论

      本文标题:.vscode中的文件

      本文链接:https://www.haomeiwen.com/subject/atpfzqtx.html