mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
0a3924ee58
Signed-off-by: Steven Noonan <steven@valvesoftware.com>
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"cmake.buildDirectory": "${workspaceFolder}/build",
|
|
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
}
|