Files
vscode-extension-samples/tree-explorer-sample/README.md
Benjamin Pasero 2344632f35 Update README.md
2016-11-28 13:42:28 +01:00

15 lines
382 B
Markdown

# Dependency Tree Explorer
A sample for the Tree Explorer API showing dependencies in a node project.
![tree-explorer](tree-explorer.png)
## Running the example
Currently, this API is only available in [Insiders](https://code.visualstudio.com/insiders).
- Download Insiders version of VS Code and open this sample
- `npm install`
- `npm run compile`
- `F5` to start debugging