Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Feb 21, 2025
1 parent 71f2188 commit 4b59ba1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions integration_tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ import path from "node:path";
import { LSPTestClient } from "./client";
import { getLanguageFromFileName } from "./utils";

// async function makeClient() {
// const client = new LSPTestClient("../target/debug/codebook-lsp");
// await client.start();
// return client;
// }
let languageClient: LSPTestClient;

beforeAll(async () => {
Expand Down

0 comments on commit 4b59ba1

Please sign in to comment.