(https://code.visualstudio.com/docs/cpp/config-wsl)
VS Code will place these files in a .vscode subfolder that it will create for us:
- c_cpp_properties.json: to specify the compiler path
- tasks.json: to specify how to build the executable
- launch.json: to specify debugger settings
网友评论