elixir-lsp / elixir-lsp/vscode-elixir-ls

Centralize extension logging messages to an OutputChannel so users can select "ElixirLS" in the "Output" panel

Open
#519 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
599
Forks
108
PR merge metrics
No merged PRs in 30d

Description

When determining the status of any language server, the first place I check is the "Output" panel at the bottom of VS Code. Most LSes have a tab in the dropdown where their LS stdout is piped, along with any error messages. I believe this is the [`OutputChannel`](https://code.visualstudio.com/api/references/vscode-api#OutputChannel) API within VS Code.

Elixir LS does not seem to implement this API. Could it? It would make it easier to debug when things aren't working correctly.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.