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
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:).
The text was updated successfully, but these errors were encountered:
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:
).The text was updated successfully, but these errors were encountered: