Skip to content

Commit

Permalink
chore: don't output capabilities to Noir Langauge Server output (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite authored Jan 8, 2025
1 parent ed74a75 commit 577275d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export default class Client extends LanguageClient {
this.registerFeature({
fillClientCapabilities: () => {},
initialize: (capabilities: ServerCapabilities & NargoCapabilities) => {
outputChannel.appendLine(`${JSON.stringify(capabilities)}`);
if (typeof capabilities.nargo?.tests !== 'undefined') {
this.#testController = tests.createTestController(
// We prefix with our ID namespace but we also tie these to the URI since they need to be unique
Expand Down

0 comments on commit 577275d

Please sign in to comment.