oxc/editors/vscode/client
Nicholas Rayburn 7872927fca
feat(editor/vscode): Support window/showMessage event (#7085)
Whenever the language server sends a `window/showMessage` event, VS Code
will listen and display a notification or log a message based on the
severity level of the message.

The language server doesn't currently send this event. I'm going to
follow up with a separate PR for that.

Ref https://github.com/oxc-project/oxc/issues/6988
2024-11-03 09:32:27 +08:00
..
config.ts fix(editor): Update config sent to language server (#6724) 2024-10-21 11:01:21 +08:00
extension.ts feat(editor/vscode): Support window/showMessage event (#7085) 2024-11-03 09:32:27 +08:00
types.ts feat(editor/vscode)!: unify configuration logic (#6630) 2024-10-16 22:31:29 +00:00