forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: make VSCode settings opt-in (angular#29504)
PR Close angular#29504
- Loading branch information
1 parent
71daa11
commit eb0e29b
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# VSCode Configuration | ||
|
||
This folder contains opt-in [Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings) and [Extension Recommendations](https://code.visualstudio.com/docs/editor/extension-gallery#_workspace-recommended-extensions) that the Angular team recommends using when working on this repository. | ||
|
||
## Usage | ||
|
||
To use the recommended settings follow the steps below: | ||
|
||
- install <https://marketplace.visualstudio.com/items?itemName=xaver.clang-format> | ||
- copy `.vscode/recommended-settings.json` to `.vscode/settings.json` | ||
- restart the editor | ||
|
||
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](https://code.visualstudio.com/docs/getstarted/userinterface#_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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters