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 launching a vscode instances with the remote wsl extension I am greeted by the following error message:
Cannot activate the 'Andreas Talon' extension because it depends on the 'Parse tree' extension, which is not loaded. Would you like to reload the window to load the extension?
When I click the reload window option it just pops up again. This issue isn't happening on the a non-wsl window. Cursorless works fine in wsl as well. I have tried cleaning out all of the exentions on both the windows and the wsl side and reinstall them in case it was corrupted but the issue continued to occure. I have included a screenshot of the running extension list:
The text was updated successfully, but these errors were encountered:
That error message is thrown by vscode when the requirements for an extension is not met. There is not much I can do from the extension side, but I just tried a new release (3.56.0) where I updated the extensionKind field. Hopefully it works better now.
Sorry I thought I had followed up. It is now not complaining about the parse tree execution not being loaded, but it is instead complaining that the git extension is not loaded (even though it is)
When launching a vscode instances with the remote wsl extension I am greeted by the following error message:
Cannot activate the 'Andreas Talon' extension because it depends on the 'Parse tree' extension, which is not loaded. Would you like to reload the window to load the extension?
When I click the reload window option it just pops up again. This issue isn't happening on the a non-wsl window. Cursorless works fine in wsl as well. I have tried cleaning out all of the exentions on both the windows and the wsl side and reinstall them in case it was corrupted but the issue continued to occure. I have included a screenshot of the running extension list:
The text was updated successfully, but these errors were encountered: