Skip to content

Commit

Permalink
Merge branch 'master' into release-please--branches--master--componen…
Browse files Browse the repository at this point in the history
…ts--vscode-noir
  • Loading branch information
asterite authored Jan 8, 2025
2 parents 1a374ef + 577275d commit 95caf09
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 95caf09

Please sign in to comment.