Skip to content

Commit

Permalink
vscode config thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Feb 4, 2025
1 parent dcbce81 commit 6e6e4e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/ccanel/src/boost_1_87_0/libs/"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}

0 comments on commit 6e6e4e7

Please sign in to comment.