We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5263f19 commit e6a61afCopy full SHA for e6a61af
integration_tests/index.ts
@@ -1,7 +1,7 @@
1
import { LSPTestClient } from "./client";
2
3
async function main() {
4
- const client = new LSPTestClient("../target/debug/codebook-lsp");
+ const client = new LSPTestClient("../target/release/codebook-lsp");
5
6
try {
7
await client.start();
0 commit comments