This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Description
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": {} }