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

Separate biome's configuration command and arguments #9

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Separate biome's configuration command and arguments #9

merged 1 commit into from
Dec 8, 2023

Conversation

mataha
Copy link
Contributor

@mataha mataha commented Dec 7, 2023

PR #7 made biome work on Windows through a cmd.exe shim. That, however, had an unforeseen consequence of leaving Node runtime processes (and their console hosts) orphaned when their parent cmd.exe process got terminated.

This commit adapts the approach employed by e.g. LSP-volar instead.

plugin.py Show resolved Hide resolved
plugin.py Outdated Show resolved Hide resolved
PR #7 made `biome` work on Windows through a `cmd.exe` shim. That, however,
had an unforeseen consequence of leaving Node runtime processes (and their
console hosts) orphaned when their parent `cmd.exe` process got terminated.

This commit adapts the approach employed by e.g. LSP-volar instead.
@rchl rchl merged commit f8a6e0d into sublimelsp:main Dec 8, 2023
1 check passed
@mataha mataha deleted the fix/command branch December 8, 2023 14:47
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