Add VS Code files
This commit is contained in:
parent
3ac4034527
commit
7c2ba102a3
2 changed files with 49 additions and 0 deletions
22
.vscode/c_cpp_properties.json
vendored
Normal file
22
.vscode/c_cpp_properties.json
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"/usr/include",
|
||||
"/home/onekopaka/Downloads/VulkanSDK/1.1.70.1/x86_64/include"
|
||||
],
|
||||
"intelliSenseMode": "clang-x64",
|
||||
"browse": {
|
||||
"path": [
|
||||
"/usr/include",
|
||||
"/home/onekopaka/Downloads/VulkanSDK/1.1.70.1/x86_64/include"
|
||||
]
|
||||
},
|
||||
"compilerPath": "/usr/bin/clang",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17"
|
||||
}
|
||||
],
|
||||
"version": 3
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue