Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 394 Bytes

TypeScript Source File Visualizer

Getting started

  1. Install the extension.
  2. Open a TypeScript or JavaScript file.
  3. Run command Visualize Source File.

Configuration

In order for the visualizer to work, you will need to setup the typescript sdk.

  1. Run command Preferences: Open Settings (JSON).
  2. Add the value "typescript.tsdk": "<path to your local typescript build>".