Skip to content

Commit fad4a7b

Browse files
committed
Binary now called rescript-editor-support.exe.
1 parent f9093ba commit fad4a7b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.

server/src/dumpCommand.ts renamed to server/src/RescriptEditorSupport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import fs from "fs";
99
let binaryPath = path.join(
1010
path.dirname(__dirname),
1111
process.platform,
12-
"bin.exe"
12+
"rescript-editor-support.exe"
1313
);
1414

1515
export let binaryExists = fs.existsSync(binaryPath);

server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
binaryExists,
2525
runDumpCommand,
2626
runCompletionCommand,
27-
} from "./dumpCommand";
27+
} from "./RescriptEditorSupport";
2828

2929
// https://microsoft.github.io/language-server-protocol/specification#initialize
3030
// According to the spec, there could be requests before the 'initialize' request. Link in comment tells how to handle them.

0 commit comments

Comments
 (0)