mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
Add memo about VSCode suggested extensions to README
As mentioned in: https://git.io/vNfiL Thanks!
This commit is contained in:
10
README.md
10
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:
|
||||
|
||||

|
||||
|
||||
- [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:
|
||||
|
||||
Reference in New Issue
Block a user