Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server can't initialize over VS Code Live Share #300

Open
jmbockhorst opened this issue Jul 16, 2020 · 5 comments
Open

Server can't initialize over VS Code Live Share #300

jmbockhorst opened this issue Jul 16, 2020 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@jmbockhorst
Copy link
Member

When trying to connect to a workspace over Live Share and initialize the Elm extension, it throws this error:
Message: Request initialize failed with message: UNKNOWN: unknown error, stat '//**/elm.json'

Something to note is that the uri is prefixed with vsls:, and I'm not sure if this has to be dealt with on the client. Posting here because I think that glob is defined here. We also need to test with VSCode Remote extensions because I think they prefix uris too (remote:).

@razzeee
Copy link
Member

razzeee commented Jul 17, 2020

Hrm, I'm not seeing this on my linux machine, connecting from a second instance on the same pc.

@jmbockhorst
Copy link
Member Author

It's happening to me on windows, both when connecting to a separate machine, and the same one.

@jmbockhorst
Copy link
Member Author

jmbockhorst commented Jul 17, 2020

Maybe we have to convert the uris from the vscode client using https://www.npmjs.com/package/vsls

@razzeee razzeee added the bug Something isn't working label Aug 28, 2020
@razzeee
Copy link
Member

razzeee commented Dec 30, 2020

We should probably test this again.

@razzeee razzeee added this to the Backlog milestone Jan 15, 2021
@razzeee
Copy link
Member

razzeee commented May 6, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants