Skip to content

Commit 577275d

Browse files
authored
chore: don't output capabilities to Noir Langauge Server output (#94)
1 parent ed74a75 commit 577275d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ export default class Client extends LanguageClient {
165165
this.registerFeature({
166166
fillClientCapabilities: () => {},
167167
initialize: (capabilities: ServerCapabilities & NargoCapabilities) => {
168-
outputChannel.appendLine(`${JSON.stringify(capabilities)}`);
169168
if (typeof capabilities.nargo?.tests !== 'undefined') {
170169
this.#testController = tests.createTestController(
171170
// We prefix with our ID namespace but we also tie these to the URI since they need to be unique

0 commit comments

Comments
 (0)