You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: