-
Notifications
You must be signed in to change notification settings - Fork 300
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
command 'remote-internal.setActiveFolders' not found #7178
Comments
@eleanorjboyd this is an error that was reported to vscode's error telemetry. I see that remote-ssh will call this command on the remote-explorer extension whether or not that extension is installed, so we should at least be checking that. Also I'm not entirely sure why this command exists - I see remote-ssh has a "get" command which looks similar, and it seems like ideally remote-ssh would only expose "getXYZ" commands for the explorer to call whenever it needs data, instead of calling a "set" command on the explorer which forces it to activate, maybe unnecessarily. |
Any updates on this error. @eleanorjboyd The error appears in VS Code 1.90 using Remote SSH. |
You should be able to ignore it |
i believe it is related to a related issue kernels reset for dynamic folders @roblourens
|
After I installed Remote Explorer, this error message disappeared. |
Go to Errors Site
The text was updated successfully, but these errors were encountered: