Closed
Description
When formatting on Windows I get this error:
[Error - 20:56:35] Request textDocument/formatting failed.
Message: Cannot find a nearby node_modules\bs-platform\win32\bsc.exe. It's needed for formatting.
Code: -32600
I found the cause of the error in:
// TODO: remove this hack
let filePath = openFile.replace('file://', '');
because just removing the file://
prefix isn't enough in Windows. On my system filePath
contains \c%3A\Users\Alberto\workspace\rescript-vscode\node_modules\bs-platform\win32\bsc.exe
which isn't recognized by NodeJS's APIs.
Metadata
Metadata
Assignees
Labels
No labels