File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,4 @@ lerna-debug.log
22
22
package-lock.json
23
23
24
24
! serviceModels /logs
25
- .vscode
26
25
build
Original file line number Diff line number Diff line change
1
+ {
2
+ // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3
+ // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4
+
5
+ // List of extensions which should be recommended for users of this workspace.
6
+ "recommendations" : [" esbenp.prettier-vscode" ],
7
+ // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
8
+ "unwantedRecommendations" : []
9
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "editor.tabSize" : 2 ,
3
+ "editor.formatOnSave" : true
4
+ }
You can’t perform that action at this time.
0 commit comments