Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message: unknown document on all LSP actions if a file is opened from outside the currently open folder #23

Open
weaversam8 opened this issue Jun 17, 2024 · 1 comment

Comments

@weaversam8
Copy link

On my system, I have a folder structure like this:

~/Git
|-- project-a
|---- Earthfile
|-- project-b
|---- Earthfile

If project-a is open in VS Code, and I open project-b/Earthfile as a single open file in the project-a open folder, earthly-ls output is filled with Message: unknown document errors on any LS request, like textDocument/hover, textDocument/semanticTokens/range, etc...

@glehmann
Copy link
Owner

I was thinking that we would have to open a new workspace, not just a single file.

I’ll see if I can make it work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants