You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
First of all, thank you for your vscode extension!
I'm having auto completion issues (loading ...) when using multi-folder workspace.
FYI, The only way I get it to work is to run sbt ensimeConfig at the top folder in the workspace (corein my setting below )
Here is my simple workspace settings : { "folders": [ {"path": "core"}, { "path": "common"}, { "path": "project-1"}], "settings": {} }
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all, thank you for your vscode extension!
I'm having auto completion issues (loading ...) when using multi-folder workspace.
FYI, The only way I get it to work is to run
sbt ensimeConfig
at the top folder in the workspace (core
in my setting below )Here is my simple workspace settings :
{ "folders": [ {"path": "core"}, { "path": "common"}, { "path": "project-1"}], "settings": {} }
The text was updated successfully, but these errors were encountered: