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

Improve Visual Studio Code synchronization #936

Merged
merged 1 commit into from
Dec 14, 2016
Merged

Improve Visual Studio Code synchronization #936

merged 1 commit into from
Dec 14, 2016

Conversation

jnv
Copy link
Contributor

@jnv jnv commented Dec 12, 2016

  • Do not sync .vscode folder on Linux, since it contains all Node dependencies
  • Explicitly sync files on macOS to prevent syncing workspaceStorage folder

As I have mentioned in the related commit, .vscode is troublesome to be synced by default. I have also expanded which files need to be synced on macOS, because with the current configuration also workspaceStorage is synced, which is usually system-specific.

VSCode currently isn't very Mackup-friendly, but there is discussion about improvements and also there are a few plugins like CodeSync which can sync extensions without all the mess of dependencies.

- Do not sync .vscode folder on Linux, since it contains all Node dependencies
- Explicitly sync files on macOS to prevent syncing workspaceStorage folder
Copy link
Owner

@lra lra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good, thanks!

@lra lra merged commit 389933c into lra:master Dec 14, 2016
@jnv jnv deleted the patch-1 branch December 14, 2016 20:24
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

Successfully merging this pull request may close these issues.

2 participants