File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 66 "files.exclude" : {
77 "**/.git" : true ,
88 "**/.DS_Store" : true ,
9- "**/build" : true
9+ "**/build" : true ,
10+ "*.o" : true ,
11+ "*.mod" : true
1012 },
1113
1214 "cmake.configureOnOpen" : false ,
1315
1416 "python.defaultInterpreterPath" : " ${workspaceFolder}/build/venv/bin/python3" ,
1517
18+ "files.associations" : {
19+ "*.f90" : " FortranFreeForm" ,
20+ "*.fpp" : " FortranFreeForm"
21+ },
22+
1623 "fortran.preferredCase" : " lowercase" ,
17- "fortran.linter.includePaths" : [ " ${workspacefolder}/src/**" ],
24+ "fortran.linter.includePaths" : [
25+ " ${workspacefolder}/src/${fileDirname}" ,
26+ " ${workspacefolder}/src/${fileDirname}/include" ,
27+ " ${workspacefolder}/src/common" ,
28+ " ${workspacefolder}/src/common/include"
29+ ],
30+ "fortran.linter.extraArgs" : [" --free-form" ]
1831}
You can’t perform that action at this time.
0 commit comments