vscode: use CMake plugin for IntelliSense
This commit is contained in:
parent
2bb39cf1c5
commit
5fabe9db3f
1 changed files with 3 additions and 2 deletions
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
|
@ -45,8 +45,9 @@
|
|||
"${workspaceFolder}"
|
||||
],
|
||||
"limitSymbolsToIncludedHeaders": true
|
||||
}
|
||||
},
|
||||
"configurationProvider": "ms-vscode.cmake-tools"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue