angular-cn/.vscode
George Kalpakas f78bda9ff0 build: add recommended config files for VSCode remote development (#30450)
Add some recommended config files to use (as is or as basis) for setting
up [remote development using docker containers][1] with VSCode. This is
an opt-in feature. See `.devcontainer/README.md` for more info.

The configuration can be further tweaked/improved, but is a good
starting point.

[1]: https://code.visualstudio.com/docs/remote/containers

PR Close #30450
2019-05-20 10:13:53 -07:00
..
README.md build: make VSCode settings opt-in (#29504) 2019-03-29 10:26:55 -07:00
extensions.json build: add recommended config files for VSCode remote development (#30450) 2019-05-20 10:13:53 -07:00
recommended-settings.json build: make VSCode settings opt-in (#29504) 2019-03-29 10:26:55 -07:00

README.md

VSCode Configuration

This folder contains opt-in Workspace Settings and Extension Recommendations that the Angular team recommends using when working on this repository.

Usage

To use the recommended settings follow the steps below:

If you already have your custom workspace settings you should instead manually merge the file content.

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-settings.json

If you wish to add extra configuration items please keep in mind any settings you add here will be used by many users.

Try to keep these settings to things that help facilitate the development process and avoid altering the user workflow whenever possible.