Gobligine/.vscode/settings.linux.json

7 lines
156 B
JSON
Raw Normal View History

2021-07-03 05:08:31 -06:00
{
"cmake.configureSettings": {
"CMAKE_BUILD_TYPE": "Debug"
},
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json"
}