CatStarwind / FileSync

Visual Studio Code Extension to keep external folders synced with a work space.
https://marketplace.visualstudio.com/items?itemName=CatStarwind.filesync
GNU Affero General Public License v3.0
9 stars 6 forks source link

not working sync to folders #14

Open athos-online opened 3 years ago

athos-online commented 3 years ago

Hello.

I have configured the settings.json file as the documentation says but it does not sync the folders.

In the visual studio code configuration in the FileSync settings this appears: Mappings (Synchronization: Ignored).

What could it be ?, help please. Thanks.

file settings.json `{ "git.enableSmartCommit": true, "git.confirmSync": false, "explorer.confirmDelete": false, "window.zoomLevel": 3, "emmet.includeLanguages": { "emmet.triggerExpansionOnTab": "true", "blade.format.enable": "true" }, "emmet.excludeLanguages": [

    "markdown"
],
"[blade]": {
    "editor.autoClosingBrackets": "always"
},
"emmet.extensionsPath": [
    ""
],
"diffEditor.renderSideBySide": true,
"diffEditor.ignoreTrimWhitespace": false,
"filesync.mappings": [
    {
        "source": "C:\\wamp64\\www\\Bitbucket\\WebCreator",
        "destination": "C:\\wamp64\\www\\facturascripts\\Plugins\\WebCreator"
    }
],

}`