From 141c63f1c6951bed65d31bac08f93064259c09fb Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Thu, 4 Jan 2018 21:52:14 +0100 Subject: [PATCH] Add memo about VSCode suggested extensions to README As mentioned in: https://git.io/vNfiL Thanks! --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2ae386f..f27c254 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,16 @@ Notice that TSLint is not a part of the main watch task. It can be annoying for TSLint to clutter the output window while in the middle of writing a function, so I elected to only run it only during the full build. If you are interesting in seeing TSLint feedback as soon as possible, I strongly recommend the [TSLint extension in VS Code](). +### VSCode Extensions + +To enhance your development experience while working in VSCode we also provide you a list of the suggested extensions for working with this project: + +![Suggested Extensions In VSCode](https://user-images.githubusercontent.com/14539/34583539-6f290a30-f198-11e7-8804-30f40d418e20.png) + +- [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) +- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) +- [Azure Cosmos DB](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb) + # Dependencies Dependencies are managed through `package.json`. In that file you'll find two sections: