~clarity/swordls-vscode

86278e56571d3a14e5ef876b2efd998ba179cb13 — Clarity Flowers 4 months ago d679fd4 main
Remove console.log
1 files changed, 0 insertions(+), 1 deletions(-)

M index.ts
M index.ts => index.ts +0 -1
@@ 54,7 54,6 @@ export async function activate(context: ExtensionContext) {
      }

      const result = await client.sendRequest<SemanticTokens>("textDocument/semanticTokens/full", params)
      console.log(result);
      return result;
    }
  }