You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to pass extra options to the `gfortran` executable or override the default one, you can use the setting `fortran.linterExtraArgs`. By default `-Wall` is the only option.
30
+
```
31
+
{
32
+
"fortran.linterExtraArgs": ['-Wall'],
33
+
}
34
+
```
30
35
31
36
## Snippets
32
37
This is a list of some of the snippets included, if you like to include some additionals snippets please let me know and I will add them.
0 commit comments