Skip to content

not working sync to folders #14

@athos-online

Description

@athos-online

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"
    }
],

}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions