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

Add tach server command to run stdio LSP server #484

Merged
merged 13 commits into from
Dec 19, 2024
Merged

Add tach server command to run stdio LSP server #484

merged 13 commits into from
Dec 19, 2024

Conversation

emdoyle
Copy link
Member

@emdoyle emdoyle commented Dec 19, 2024

This adds the tach server command.

This will be used to replace the ad-hoc LSP server bundled with the current VSCode extension.

This server is also written in Rust since a full rewrite into Rust is still planned.

NOTE: The functionality is essentially the same as the previously bundled Python LSP server, and still runs an entire check for every open/save event. This can be improved dramatically by caching the results and only invalidating them on Python file changes or config changes, but this is left as follow-on work.

@emdoyle emdoyle merged commit 0a3d747 into main Dec 19, 2024
7 checks passed
@emdoyle emdoyle deleted the lsp-server branch December 19, 2024 19:31
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.

1 participant