Skip to content

Commit

Permalink
Include 'extensions.json' which describes recommended extensions for …
Browse files Browse the repository at this point in the history
…development

Fixes #6005

- added the `.vscode/extensions.json` file which is used to describe recommended
extensions which are used for development. This will help collaborators install
extensions which are important for Theia's development and help in productivity.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Aug 21, 2019
1 parent f8a333f commit 2c4c9b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
// See http://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": [
"ms-vscode.vscode-typescript-tslint-plugin"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}

0 comments on commit 2c4c9b0

Please sign in to comment.