We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" } ],
}`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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": [
}`
The text was updated successfully, but these errors were encountered: