We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cf8d7 commit 87f2162Copy full SHA for 87f2162
lsp-fsharp.el
@@ -36,9 +36,9 @@
36
(defcustom lsp-fsharp-server-runtime 'net-core
37
"The .NET runtime to use."
38
:group 'lsp-fsharp
39
- :type '(choice (const :tag "Use .Net Core" 'net-core)
40
- (const :tag "Use Mono" 'mono)
41
- (const :tag "Use .Net Framework" 'net-framework))
+ :type '(choice (const :tag "Use .Net Core" net-core)
+ (const :tag "Use Mono" mono)
+ (const :tag "Use .Net Framework" net-framework))
42
:package-version '(lsp-mode . "6.1"))
43
44
(defcustom lsp-fsharp-server-install-dir (locate-user-emacs-file "fsautocomplete/")
0 commit comments