For instance, there is the folder named globalStorage where some extensions store their settings (color-manager). @royaction
Project Manager store projects settings in ~\…\Code\User\projects.json. See alefragnani/vscode-project-manager#431.
There may also be …\Code\User\Emmet Settings\snippets.json if you set it so in
"emmet.extensionsPath": "${env:APPDATA}\\Code\\User\\Emmet Settings",
Currently, it can only be handled by shanalikhan sync extension or zokugun Sync Settings not the built-in settings-sync.
Users and extensions devs are waiting for a built-in solution. A glob pattern to pick which files and folder to include would be appreciated.
For instance, there is the folder named globalStorage where some extensions store their settings (color-manager). @royaction
Project Manager store projects settings in
~\…\Code\User\projects.json. See alefragnani/vscode-project-manager#431.There may also be
…\Code\User\Emmet Settings\snippets.jsonif you set it so inCurrently, it can only be handled by shanalikhan sync extension or zokugun Sync Settings not the built-in settings-sync.
Users and extensions devs are waiting for a built-in solution. A glob pattern to pick which files and folder to include would be appreciated.