Skip to content

Commit

Permalink
Add recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Aug 11, 2020
1 parent d02e1ce commit e3c8d48
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/extensions.json
@@ -0,0 +1,15 @@
{
// 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": [
"alefragnani.Bookmarks",
"dbaeumer.vscode-eslint",
"eamodio.tsl-problem-matcher",
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
}

0 comments on commit e3c8d48

Please sign in to comment.