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
This language server uses the RootUri (RootDirectory in acme-lsp config) as the project starting point, supporting the addition of workspaces using the lsp messages.
I'm not sure if this is a common practice. This server works with multiple editor (vscode, emacs, vim, etc.). If it is, having a way to specify RootDirectory from cli instead the config file could come handy for acme-lsp.
The text was updated successfully, but these errors were encountered:
gopls treats rootUri as just another workspace folder. acme-lsp defaults to file:/// for rootUri and I haven't encountered any issues with that, which is why there is no flag for it. I don't mind adding a -rootdir flag if it's important for other language servers.
Following the instructions in https://scalameta.org/metals/docs/editors/new-editor.html, I have installed metals.
This language server uses the RootUri (RootDirectory in acme-lsp config) as the project starting point, supporting the addition of workspaces using the lsp messages.
I'm not sure if this is a common practice. This server works with multiple editor (vscode, emacs, vim, etc.). If it is, having a way to specify RootDirectory from cli instead the config file could come handy for acme-lsp.
The text was updated successfully, but these errors were encountered: