Skip to content

Commit 633d470

Browse files
authored
Merge pull request #7 from arafatamim/patch-1
Change server path to be platform-agnostic
2 parents 4b26f94 + 0a999d5 commit 633d470

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::{borrow::Cow, 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)