Skip to content

Support ${workspaceFolder} in includePaths and linterExtraArgs #176

Closed
@dnwillia-work

Description

@dnwillia-work

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions