We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed74a75 commit 577275dCopy full SHA for 577275d
src/client.ts
@@ -165,7 +165,6 @@ export default class Client extends LanguageClient {
165
this.registerFeature({
166
fillClientCapabilities: () => {},
167
initialize: (capabilities: ServerCapabilities & NargoCapabilities) => {
168
- outputChannel.appendLine(`${JSON.stringify(capabilities)}`);
169
if (typeof capabilities.nargo?.tests !== 'undefined') {
170
this.#testController = tests.createTestController(
171
// We prefix with our ID namespace but we also tie these to the URI since they need to be unique
0 commit comments