Skip to content

Commit 0a999d5

Browse files
authored
Change server path to be platform-agnostic
1 parent a5e799c commit 0a999d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rescript.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::{env, fs};
22
use zed_extension_api::{self as zed, Result};
33

4-
const SERVER_PATH: &str = "node_modules/.bin/rescript-language-server";
4+
const SERVER_PATH: &str = "node_modules/@rescript/language-server/out/cli.js";
55
const PACKAGE_NAME: &str = "@rescript/language-server";
66

77
struct ReScriptExtension {

0 commit comments

Comments
 (0)