You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 hackletfilePath=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.
The text was updated successfully, but these errors were encountered:
illbexyz
added a commit
to illbexyz/rescript-vscode
that referenced
this issue
Sep 1, 2020
When formatting on Windows I get this error:
I found the cause of the error in:
because just removing the
file://
prefix isn't enough in Windows. On my systemfilePath
contains\c%3A\Users\Alberto\workspace\rescript-vscode\node_modules\bs-platform\win32\bsc.exe
which isn't recognized by NodeJS's APIs.The text was updated successfully, but these errors were encountered: