Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>files-sync-on-saveNew to Visual Studio Code? Get it now.
files-sync-on-save

files-sync-on-save

antn9x

|
105 installs
| (0) | Free
sync file when save
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Create config settings then sync

"files-sync.onSave": [
  { "source": "build/", "destination": "build-templates/" },
  { "source": "build/a.txt", "destination": "build-templates/b.txt" },
  {
    "ignores": ["a.txt"],
    "source": "C:\\Dev\\build-templates",
    "destination": "Z:\\Live\\Peach"
  }
]

Features

This extension used for sync saved file with others.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of extension.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft