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

Could Sync support the portable mode of Code 1.25 ? #579

Closed
waiaan opened this issue Jul 6, 2018 · 4 comments
Closed

Could Sync support the portable mode of Code 1.25 ? #579

waiaan opened this issue Jul 6, 2018 · 4 comments

Comments

@waiaan
Copy link

waiaan commented Jul 6, 2018

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

The Code of ver 1.25 now has portable mode, when I enable the portable ,the Sync still download the settings/extens to userdata folder instead of the data folder within Code's folder.
Could it be fixed?
Thank you !

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@linsui
Copy link
Contributor

linsui commented Jul 6, 2018

"command 'extension.downloadSettings' not found"

when I download setting with portable mode

@grapehunter
Copy link

  1. Vscode supports portable mode since v1.25.
    In windows, you can simply make a dir named data to enable portable mode , and all user data and extension will be placed in here.
  2. As @waiaan said , in portable mode , the setting sync will cause an exception with message command 'extension.downloadSettings' not found.
  3. Now in dev tool, we can see the c:\users\name\appdata\roaming\code\user\sync.lock not found

@shanalikhan
Copy link
Owner

Yes, it would be great if you can send me Pull Request
I will release v3.0.0 with this feature.

@shanalikhan
Copy link
Owner

Duplicate of #331

@shanalikhan shanalikhan marked this as a duplicate of #331 Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants