Add vscode LSP support
This commit is contained in:
parent
d5ea2832d5
commit
5686c97114
3 changed files with 25 additions and 4 deletions
15
.vscode/c_cpp_properties.json
vendored
Normal file
15
.vscode/c_cpp_properties.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${env:C_INCLUDE_PATH}"
|
||||
],
|
||||
"defines": [],
|
||||
"cStandard": "c11",
|
||||
"intelliSenseMode": "linux-gcc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue