-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration
Steve Hartzog edited this page Nov 11, 2017
·
4 revisions
-
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.
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.
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.