--stdio argument for vscode lsp-proxy plugin
#63
markkimsal
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Interesting, yeah this is the only supported mode so the solution makes sense. Would you be willing to make a PR for this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm playing around with this in vscode and windsurf. The generic LSP plugins seem to want to add
--stdioflag all the time. I tried manually editing the.vscode/lsp-proxy.json, but the plugins seem to always want to add this flag. Empty args array and blank string don't help either.So, I just added in a bool stdio arg that does nothing.
Beta Was this translation helpful? Give feedback.
All reactions