edgedb-editor-plugin icon indicating copy to clipboard operation
edgedb-editor-plugin copied to clipboard

Feature request: Workspaces with multiple root folders are not supported

Open kenobi-io opened this issue 7 months ago • 1 comments

Error: Workspaces with multiple root folders are not supported

Version 0.2.3 extension

after install extension in .edgegql file get this error

VS Code Version: 1.100.2 (user setup) OS: Windows_NT x64 10.0.22000

kenobi-io avatar May 25 '25 14:05 kenobi-io

gel-ls looks for ./gel.toml on startup. With multiple workspaces, it is not clear where it should look for this manifest file.

I think you can get around this problem by setting "gel.project-dir" to the directory where you have gel.toml

aljazerzen avatar May 26 '25 17:05 aljazerzen