File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ = Extensions configuration
2+
3+ See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
4+ Extension identifier format: ${publisher} .${name} . Example: vscode.csharp
5+
6+ List of extensions which should be recommended for users of this workspace:
7+ `"recommendations"``
8+
9+ List of extensions recommended by VS Code that should not be recommended for users of this workspace:
10+ `"unwantedRecommendations"``
Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [
3+ " editorconfig.editorconfig" ,
4+ " henrynguyen5-vsc.vsc-nvm" ,
5+ " streetsidesoftware.code-spell-checker" ,
6+ " deque-systems.vscode-axe-linter" ,
7+ " samverschueren.linter-xo" ,
8+ " esbenp.prettier-vscode" ,
9+ " stylelint.vscode-stylelint" ,
10+ " gruntfuggly.todo-tree"
11+ ]
12+ }
Original file line number Diff line number Diff line change 1+ {
2+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
3+ "editor.formatOnSave" : true ,
4+ "files.associations" : {
5+ ".env.template" : " dotenv"
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments