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 84ca70d commit 96e566dCopy full SHA for 96e566d
analysis/src/Packages.ml
@@ -29,9 +29,7 @@ let newBsPackage rootPath =
29
match compiledBase with
30
| None ->
31
Error
32
- "You need to run bsb first so that rescript-editor-support can \
33
- access the compiled artifacts.\n\
34
- Once you've run bsb, restart the language server."
+ "Please run the build first so that the editor can analyze the project's artifacts."
35
| Some compiledBase ->
36
Ok
37
(let namespace = FindFiles.getNamespace config in
0 commit comments