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

Make sure to use config.cwd as the cwd of the language server #7767

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paracycle
Copy link
Collaborator

It seems the cwd of the language server was never being set correctly, and it would always default to workspace.rootPath. This makes any setup that uses config.cwd to not be respected.

Motivation

Fix what I assume is a bug, but @froydnj's comment here might mean this is intentional.

Test plan

See included automated tests.

It seems the `cwd` of the language server was never being set correctly, and it would always default to `workspace.rootPath`. This makes any setup that uses `config.cwd` to not be respected.
@paracycle paracycle requested a review from a team as a code owner March 14, 2024 21:29
@paracycle paracycle requested review from froydnj and removed request for a team March 14, 2024 21:29
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

Successfully merging this pull request may close these issues.

None yet

1 participant