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 zig.zls.path scoped as machine-overridable. #165

Merged
merged 2 commits into from
Jan 15, 2024
Merged

Make zig.zls.path scoped as machine-overridable. #165

merged 2 commits into from
Jan 15, 2024

Conversation

alexrp
Copy link
Member

@alexrp alexrp commented Jan 15, 2024

This prevents it from being synced between machines by default, which is undesirable for people who switch between e.g. Windows and Linux.

This change aligns with how vscode-clangd handles its clangd.path setting, as an example: https://github.com/clangd/vscode-clangd/blob/eca1e05a39c4e987dca6247d825dfbe92fd5996f/package.json#L97-L102

This prevents it from being synced between machines by default, which is undesirable for people who switch between e.g. Windows and Linux.

This change aligns with how vscode-clangd handles its `clangd.path` setting, as an example.
@Vexu
Copy link
Member

Vexu commented Jan 15, 2024

Could you apply this to zig.path as well?

@alexrp
Copy link
Member Author

alexrp commented Jan 15, 2024

Sure, done.

@Vexu Vexu merged commit bf09c1f into ziglang:master Jan 15, 2024
1 check passed
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.

2 participants