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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -