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 7080f25 commit 26e9acdCopy full SHA for 26e9acd
fsharp-mode-util.el
@@ -65,7 +65,7 @@ for all *nix.")
65
(executable-find exe)
66
(let* ((searchdirs (--map (concat (fsharp-mode--program-files-x86)
67
"Microsoft SDKs/F#/" it "/Framework/v4.0")
68
- '("4.0" "3.1" "3.0")))
+ '("10.1" "4.0" "3.1" "3.0")))
69
(exec-path (append searchdirs exec-path)))
70
(executable-find exe))))
71
0 commit comments