Skip to content

Commit cfa74c0

Browse files
authored
feat(vs-code): added recommendations (#1375)
1 parent 82c5592 commit cfa74c0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pattern_exports/
33
.DS_Store
44
Thumbs.db
55
.nyc_output/
6-
.vscode/
76
.idea/
87
.env
98
packages/core/test/public
@@ -13,5 +12,5 @@ packages/*/public
1312
lerna-debug.log
1413
packages/edition-node-gulp/dependencyGraph.json
1514
packages/uikit-workshop/dist
16-
17-
yarn-error.log
15+
16+
yarn-error.log

.vscode/extensions.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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"``

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["editorconfig.editorconfig", "henrynguyen5-vsc.vsc-nvm"]
3+
}

0 commit comments

Comments
 (0)