effc079831
This commit adds the "outFiles" config options into the .vscode/recommended-launch.json, which helps speed up the startup time of a debugging session by limiting the number of files that should be loaded. PR Close #39848 |
||
---|---|---|
.. | ||
README.md | ||
extensions.json | ||
recommended-launch.json | ||
recommended-settings.json | ||
recommended-tasks.json |
README.md
VSCode Configuration
This folder contains opt-in Workspace Settings, Tasks, Launch Configurations and Extension Recommendations that the Angular team recommends using when working on this repository.
Usage
To use the recommended configurations follow the steps below:
- install the recommneded extensions in
.vscode/extensions.json
- copy (or link)
.vscode/recommended-settings.json
to.vscode/settings.json
- copy (or link)
.vscode/recommended-launch.json
to.vscode/launch.json
- copy (or link)
.vscode/recommended-tasks.json
to.vscode/tasks.json
- restart the editor
If you already have your custom workspace settings you should instead manually merge the file contents.
This isn't an automatic process so you will need to repeat it when settings are updated.
To see the recommended extensions select "Extensions: Show Recommended Extensions" in the Command Palette.
Editing .vscode/recommended-*.json
files
If you wish to add extra configuration items please keep in mind any modifications you make here will be used by many users.
Try to keep these settings/configuations to things that help facilitate the development process and avoid altering the user workflow whenever possible.