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 -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -