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
Post a Comment