We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d817aad commit 2651b94Copy full SHA for 2651b94
README.md
@@ -21,7 +21,7 @@ This extension provides support for the Fortran programming language. It include
21
You can control the include paths to be used by the linter with the `fortran.includePaths` setting.
22
```
23
{
24
- "fortran.includePath": [
+ "fortran.includePaths": [
25
"/usr/local/include",
26
"/usr/local"
27
]
0 commit comments