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

Windows LSP process_spawn and console creation #186

Open
dgriffie79 opened this issue Feb 25, 2025 · 0 comments
Open

Windows LSP process_spawn and console creation #186

dgriffie79 opened this issue Feb 25, 2025 · 0 comments

Comments

@dgriffie79
Copy link
Contributor

When using the LSP in Windows, the process spawned to run 'onyx check' creates a console which pops up while the process is running. This is a bit annoying when using vscode with lsp and I imagine other editors in windows.

I have found this can be disabled by passing CREATE_NO_WINDOW in to CreateProcessA, as seen here dgriffie79@f80e8ce

Can this be exposed as an option in process_spawn?

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

No branches or pull requests

1 participant