visual studio code - VSCode: workspace specific settings excluded from source control -


we share team-specific settings vs code including .vscode git. want in resharper: workspace specific private config excluded source control , can override common settings.

how can achieve that?

thanks.

you can share user settings using vscode extension: settings sync

if remove workspace settings git repository (.vscode/setting.json) can locally overwrite settings per workspace.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -