oxc/editors/vscode/client
Nicholas Rayburn eea8879642
fix(editor/vscode): Update language client id to fix the resolution of the oxc.trace.server setting (#7181)
Currently `oxc-vscode.trace.server` needs to be used to enable trace
logging for the language server. This fixes it so that
`oxc.trace.server` can be used. I can't find any guidance on what should
be used for the language client id. The VS Code ESLint plugin uses
"ESLint", so I think this change should be fine.

Ref https://github.com/oxc-project/oxc/issues/7136.
2024-11-07 13:29:52 +08:00
..
config.ts fix(editor): Update config sent to language server (#6724) 2024-10-21 11:01:21 +08:00
extension.ts fix(editor/vscode): Update language client id to fix the resolution of the oxc.trace.server setting (#7181) 2024-11-07 13:29:52 +08:00
types.ts feat(editor/vscode)!: unify configuration logic (#6630) 2024-10-16 22:31:29 +00:00