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

Using with wsl leads to error about Parse tree not loaded when it is #14

Open
Nova38 opened this issue Jan 1, 2025 · 3 comments
Open

Comments

@Nova38
Copy link

Nova38 commented Jan 1, 2025

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:

Running Exentions Screenshot

@AndreasArvidsson
Copy link
Owner

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.

@AndreasArvidsson
Copy link
Owner

@Nova38 Can you verify if the problem still persists or if it's fixed now?

@Nova38
Copy link
Author

Nova38 commented Jan 28, 2025

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants