-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
[BUG] - Can not save the favorite list in the remote #745
Comments
When I installed this extension remotely, I found that the settings file was saved in If I change the path to a different location, such as When I click on the 'edit' icon, an error message will appear And I continued to click on 'Yes, edit manually', which did not disappear. Instead, I added the following project to the 'projects. json' file in the '~/. vscode server/data/User/globalStorage/alefragnani. project manager' section Changing to the following settings is also useless. |
Hi @sjhsbhqf , There is no need to update the 1. Define the extension to run on workspace"remote.extensionKind": {
"alefragnani.project-manager": [
"workspace"
]
}, 2. Install the extension inside the WSL3. Open any folder inside WSL and use the
|
Hello @alefragnani, I've encountered this issue with Project Manager in Visual Studio Code. Previously, I could save projects to my Mac's local Project Manager while connected to an SSH remote. Now, Project Manager isn't accessible unless installed on the remote SSH server, and if installed, it points to the remote server's projects instead of the local ones. Has there been any recent change in Project Manager or Visual Studio Code that might be causing this problem? |
fbi |
I searched briefly, but there are no relevant issues
I have already set it up :
but when I save favorites, Still saved in the local user folder
The text was updated successfully, but these errors were encountered: