-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels