mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
15 lines
382 B
Markdown
15 lines
382 B
Markdown
# Dependency Tree Explorer
|
|
|
|
A sample for the Tree Explorer API showing dependencies in a node project.
|
|
|
|

|
|
|
|
## 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
|