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
- Install `esy` if you don't have it (`npm install -g esy`)
- Clone this repo
- `cd` to the cloned dir
- Run `esy` from the main project dir
- Run `esy symlink` to link the built artifact into the root folder at `bin.exe`
- Install the VS Code extension's dependencies `cd editor-extensions/vscode && npm i && cd ../..`
- Open this project in VS Code
I followed the instructions, but on the last step I get the error in the title.
Besides this, I had a bit of difficulty in building via esy (step 4) before I figured out that I needed to run the script as an admin on Windows 10.
The text was updated successfully, but these errors were encountered:
Before I built the project, I had a similar error to the one above when I opened the project folder in VS Code. Back then as part of the error there was a path a missing bin.exe file somewhere in the project. I think the project built successfully, but the plugin itself might be doing something wrong.
Until this gets resolved would it be possible to redirect the plugin so it uses the server bundled with it rather than the one being compiled here? Right now I just want to browse this project and want editor support to go along with it.
I followed the instructions, but on the last step I get the error in the title.
Besides this, I had a bit of difficulty in building via
esy
(step 4) before I figured out that I needed to run the script as an admin on Windows 10.The text was updated successfully, but these errors were encountered: