├── c_cpp_properties.json ├── launch.json ├── readme.md ├── settings.json └── tasks.json /c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaojason2/vscode-cpp-for-windows/HEAD/c_cpp_properties.json -------------------------------------------------------------------------------- /launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaojason2/vscode-cpp-for-windows/HEAD/launch.json -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaojason2/vscode-cpp-for-windows/HEAD/readme.md -------------------------------------------------------------------------------- /settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaojason2/vscode-cpp-for-windows/HEAD/settings.json -------------------------------------------------------------------------------- /tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaojason2/vscode-cpp-for-windows/HEAD/tasks.json --------------------------------------------------------------------------------