-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update recommended extensions (#2442)
## Proposed change feat: update recommended extensions feat: add additional configs List of additional extensions: - [Gruntfuggly.todo-tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree) - [jasonnutter.vscode-codeowners](https://marketplace.visualstudio.com/items?itemName=jasonnutter.vscode-codeowners) - [bierner.emojisense](https://marketplace.visualstudio.com/items?itemName=bierner.emojisense) - [bierner.markdown-emoji](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-emoji) <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> <!-- * 🐛 Fix #issue --> <!-- * 🐛 Fix resolves #issue --> <!-- * 🚀 Feature #issue --> <!-- * 🚀 Feature resolves #issue --> * Pull Request #2440
- Loading branch information
Showing
2 changed files
with
84 additions
and
103 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"EditorConfig.EditorConfig", | ||
"amadeusitgroup.otter-devtools", | ||
"angular.ng-template", | ||
"Orta.vscode-jest", | ||
"arcanis.vscode-zipfs", | ||
"stylelint.vscode-stylelint", | ||
"nrwl.angular-console", | ||
"esbenp.prettier-vscode", | ||
"bierner.emojisense", | ||
"bierner.markdown-emoji", | ||
"dbaeumer.vscode-eslint", | ||
"EditorConfig.EditorConfig", | ||
"GitHub.codespaces", | ||
"GitHub.vscode-pull-request-github", | ||
"GitHub.vscode-github-actions", | ||
"amadeusitgroup.otter-devtools", | ||
"mrmlnc.vscode-scss" | ||
"GitHub.vscode-pull-request-github", | ||
"Gruntfuggly.todo-tree", | ||
"jasonnutter.vscode-codeowners", | ||
"mrmlnc.vscode-scss", | ||
"nrwl.angular-console", | ||
"Orta.vscode-jest", | ||
"stylelint.vscode-stylelint" | ||
] | ||
} |
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