Skip to content

Commit

Permalink
feat(vs-code): added recommendations (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Nov 21, 2021
1 parent 82c5592 commit cfa74c0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pattern_exports/
.DS_Store
Thumbs.db
.nyc_output/
.vscode/
.idea/
.env
packages/core/test/public
Expand All @@ -13,5 +12,5 @@ packages/*/public
lerna-debug.log
packages/edition-node-gulp/dependencyGraph.json
packages/uikit-workshop/dist

yarn-error.log

yarn-error.log
10 changes: 10 additions & 0 deletions .vscode/extensions.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
= Extensions configuration

See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

List of extensions which should be recommended for users of this workspace:
`"recommendations"``

List of extensions recommended by VS Code that should not be recommended for users of this workspace:
`"unwantedRecommendations"``
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["editorconfig.editorconfig", "henrynguyen5-vsc.vsc-nvm"]
}

0 comments on commit cfa74c0

Please sign in to comment.