Skip to content

DiogenesPolanco/TSPoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Points Extension for Visual Studio Code

This extension arises to auto help new typescript developers, through challenges, assignments and examples to guide them to understand more about typescript.

Requirements

Extension Settings

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 extension
  • TSPoints.thing: set to blah to do something

Installation

  1. Install Visual Studio Code 1.5.0 or higher
  2. Launch Code
  3. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Select Install Extension
  5. Type TSPoints and press enter
  6. Reload Visual Studio Code

Enjoy!