Skip to content

Commit

Permalink
Merge pull request #26709 from loganharbour/26708_moosedev_vscode
Browse files Browse the repository at this point in the history
Add apptainer moose-dev vscode intellisense config
  • Loading branch information
loganharbour authored Feb 6, 2024
2 parents 19aa8be + e8149d9 commit 519d810
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 519d810

Please sign in to comment.