File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ pattern_exports/
3
3
.DS_Store
4
4
Thumbs.db
5
5
.nyc_output /
6
- .vscode /
7
6
.idea /
8
7
.env
9
8
packages /core /test /public
@@ -13,5 +12,5 @@ packages/*/public
13
12
lerna-debug.log
14
13
packages /edition-node-gulp /dependencyGraph.json
15
14
packages /uikit-workshop /dist
16
-
17
- yarn-error.log
15
+
16
+ yarn-error.log
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" : [" editorconfig.editorconfig" , " henrynguyen5-vsc.vsc-nvm" ]
3
+ }
You can’t perform that action at this time.
0 commit comments