Skip to content

Commit

Permalink
add recommended extensions for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
zebapy committed Sep 9, 2020
1 parent fe67868 commit 3c1de93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dist
.env

.DS_Store
.vscode


.cache
Expand Down
13 changes: 13 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// 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": [
"esbenp.prettier-vscode",
"mrmlnc.vscode-scss",
"mblode.twig-language-2"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}

0 comments on commit 3c1de93

Please sign in to comment.