This extension arises to auto help new typescript developers, through challenges, assignments and examples to guide them to understand more about typescript.
- Install VSCode
- Install NodeJS
- Install TypeScript
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
TSPoints.enable
: enable/disable this extensionTSPoints.thing
: set toblah
to do something
- Install Visual Studio Code 1.5.0 or higher
- Launch Code
- From the command palette
Ctrl
-Shift
-P
(Windows, Linux) orCmd
-Shift
-P
(OSX) - Select
Install Extension
- Type
TSPoints
and press enter - Reload Visual Studio Code
Enjoy!