Skip to content

Commit 8af551b

Browse files
change default value of fortran.fortls.path to an empty string
1 parent 8e86d44 commit 8af551b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@
394394
"properties": {
395395
"fortran.fortls.path": {
396396
"type": "string",
397-
"default": "fortls",
398-
"markdownDescription": "Path to the Fortran language server (`fortls`).",
397+
"default": "",
398+
"markdownDescription": "Path to the Fortran language server (`fortls`) (must be absolute).",
399399
"order": 10
400400
},
401401
"fortran.fortls.configure": {

0 commit comments

Comments
 (0)