Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>file-syncNew to Visual Studio Code? Get it now.
file-sync

file-sync

tonyptang

|
88 installs
| (1) | Free
sync files between folders or files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

.vscode/settings.json

{
  "file-sync.mapping": [
    {
      "from": "./components",
      "to": "./components2"
    },
    {
      "from": "./css",
      "to": "./css2",
      "ignores": [
        "./css2/test"
      ]
    },
  ],
  "file-sync.showMessage": true
}

enjoy!

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