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 a347662 commit d26fe6cCopy full SHA for d26fe6c
autoload/rescript.vim
@@ -76,7 +76,7 @@ function! rescript#Init()
76
let s:got_build_err = 0
77
78
if !exists("g:rescript_analysis_exe")
79
- let g:rescript_analysis_exe = s:rescript_plugin_dir . "/server/analysis_binaries/" . s:rescript_arch . "-run.exe"
+ let g:rescript_analysis_exe = s:rescript_plugin_dir . "/server/analysis_binaries/" . s:rescript_arch . "/rescript-editor-analysis.exe"
80
endif
81
82
call rescript#UpdateProjectEnv()
0 commit comments