angular/.vscode
Bob Watson bfddfe5622 docs: initial upload of styles used by doc linter (#46897)
Add the configuration and style files to support documentation linting. The `README.md` file includes instructions for installation and use of the lint tool.

PR Close #46897
2022-08-01 09:29:06 -07:00
..
extensions.json docs: initial upload of styles used by doc linter (#46897) 2022-08-01 09:29:06 -07:00
README.md docs: added commas to sentences in .vscode/README.md (#43684) 2021-10-21 18:39:58 +00:00
recommended-launch.json build: Use Ivy compiler for bazel builds by default (#43862) 2021-10-19 10:06:54 -07:00
recommended-settings.json build: Ignore .history for the xyz.local-history VSCode extension (#38121) 2020-07-17 13:33:39 -07:00
recommended-tasks.json build: Use Ivy compiler for bazel builds by default (#43862) 2021-10-19 10:06:54 -07:00

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 recommended 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.

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/configurations to things that help facilitate the development process and avoid altering the user workflow whenever possible.