Skip to content

Configuration

Steve Hartzog edited this page Nov 11, 2017 · 4 revisions

User Settings

.vscode/state.json

  • extensions: This confirms that the required extensions have been installed.
  • filter: This sets the users filter that will be applied every time the project is loaded.
  • settings: This confirms that the team settings have been applied.
  • terminal: This sets the users' default shell and will be applied every time the project is loaded.

Team Settings

.vscode/team-essentials/settings.json

Place your teams' settings here. The same way you would normally add settings in .vscode/settings.json. However because the vscode settings file must be added to your .gitignore to allow the Filter Explorer feature to work, you'll need to move your settings here manually (or use the Configuration Wizard). Team Essentials even adds intellisense to make this easy.

.vscode/team-essentials/filters.json

.vscode/team-essentials/debug.json

You can define your debug start and stop views for both the output and explorer panes. Additionally you can terminate your preLaunchTask when using the shift+f5 keybinding.