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 89e0701 commit 345072fCopy full SHA for 345072f
.vscode/settings.json
@@ -58,5 +58,7 @@
58
// Fortran-Language-Server specific options
59
"fortran.fortls.incrementalSync": true,
60
// Other Fortran options
61
- "fortran.preferredCase": "lowercase"
+ "fortran.preferredCase": "lowercase",
62
+ // Supress Git pop-up interfering with UI testing
63
+ "git.openRepositoryInParentFolders": "always"
64
}
test/fortran/lsp/.vscode/settings.json
@@ -1,3 +1,5 @@
1
{
2
- "fortran.notifications.releaseNotes": false
+ "fortran.notifications.releaseNotes": false,
3
4
5
0 commit comments