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/
33.DS_Store
44Thumbs.db
55.nyc_output /
6- .vscode /
76.idea /
87.env
98packages /core /test /public
@@ -13,5 +12,5 @@ packages/*/public
1312lerna-debug.log
1413packages /edition-node-gulp /dependencyGraph.json
1514packages /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