Skip to content

Commit

Permalink
Add apptainer moose-dev vscode intellisense config
Browse files Browse the repository at this point in the history
refs #26708
  • Loading branch information
loganharbour committed Feb 1, 2024
1 parent 1fbb5aa commit e8149d9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"configurations": [
{
"name": "Apptainer moose-dev",
"includePath": [
"${workspaceFolder}/**",
"/opt/libmesh/include/**",
"/opt/petsc/include/**",
"/opt/mpich/include/**",
"/opt/wasp/include/**",
"/opt/rh/gcc-toolset-12/root/usr/include/**",
"/usr/include/**"
],
"defines": [],
"compilerPath": "/opt/rh/gcc-toolset-12/root/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}

0 comments on commit e8149d9

Please sign in to comment.