Skip to content

Commit

Permalink
Remove default empty string for FSIExtraParameters
Browse files Browse the repository at this point in the history
This gets sent to FSAC and, despite being a no-op, it is different than
a `None` in the FSAC options. We do not want to mix old and new fsi
extra parameters.
  • Loading branch information
greggyb committed May 23, 2024
1 parent 4abf4f6 commit ae8e2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/fsharp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ let s:config_keys_camel =
\ {'key': 'LineLens', 'default': {'enabled': 'never', 'prefix': ''}},
\ {'key': 'UseSdkScripts', 'default': 1},
\ {'key': 'dotNetRoot'},
\ {'key': 'fsiExtraParameters', 'default': []},
\ {'key': 'fsiExtraParameters'},
\ {'key': 'fsiExtraInteractiveParameters', 'default': ['--readline-']},
\ {'key': 'fsiExtraSharedParameters', 'default': []},
\ {'key': 'fsiCompilerToolLocations', 'default': []},
Expand Down

0 comments on commit ae8e2f6

Please sign in to comment.