-
-
Notifications
You must be signed in to change notification settings - Fork 35
Support ${workspaceFolder} in includePaths and linterExtraArgs #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That's a good suggestion 👍 |
Great, thanks. Seems I made a mistake though, the correct variable is ${workspaceFolder}. I've updated the title and my opening post. |
Looking at this link seems what you want is |
The variable "${workspaceFolder}" is now working in "fortran.includePaths". Is the a solution? |
As far as I can tell, for this to be functional and general a bit more work will need to be done since the paths in I see what I can come up with although I will admit that TypeScript is not my strong suit |
Now VSCode variables `${workspaceFolder} and `${workspaceRoot}` can be used in the `settings.json` file to set up include paths and output directories for the .mod linter files Fixes fortran-lang#176.
This is now in |
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:then it would just work.
Looks like maybe a straightforward change here at the bottom of the file?
The text was updated successfully, but these errors were encountered: