Closed
Description
This variable is supported by other code parsers (eg: C++ parser from Microsoft). It would be great if it was working since it allows teams using VS code to keep a single project settings.json
file in the git repo and have team members clone to wherever they like. For example:
"fortran.includePaths": [
"${workspaceFolder}/myincludes",
"${workspaceFolder}/mymodules" ],
"fortran.linterExtraArgs": [
"-J${workspaceFolder}/mymodules"]
then it would just work.
Looks like maybe a straightforward change here at the bottom of the file?