We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Workspace
WorkspaceContext
Because it has information about the start directory. This will make it less confusing in the LSP.
The text was updated successfully, but these errors were encountered:
refactor: separate WorkspaceContext and Workspace (#94)
a953fca
After this PR, I'll add a `Workspace` cache similar to the deno_json and package.json, which will help out in the LSP. Closes #93
Successfully merging a pull request may close this issue.
Because it has information about the start directory. This will make it less confusing in the LSP.
The text was updated successfully, but these errors were encountered: