Skip to content

Commit

Permalink
Use "Regal" instead of "regal-ls" (#145)
Browse files Browse the repository at this point in the history
Since all other output channels seem named like their project.

Signed-off-by: Anders Eknert <anders@styra.com>
  • Loading branch information
anderseknert authored Apr 10, 2024
1 parent 924a40e commit 85c028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ls/clients/regal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function activateRegal(_context: ExtensionContext) {
args: ["language-server"],
};

const outChan = window.createOutputChannel("regal-ls");
const outChan = window.createOutputChannel("Regal");

const clientOptions: LanguageClientOptions = {
documentSelector: [{ scheme: 'file', language: 'rego' }],
Expand Down

0 comments on commit 85c028c

Please sign in to comment.