mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
13 lines
216 B
Markdown
13 lines
216 B
Markdown
# Custom tree view samples
|
|
|
|
- Node dependencies view
|
|
- Json Outline view
|
|
- Ftp file explorer view
|
|
|
|
## Running the example
|
|
|
|
- Open this example in VS Code
|
|
- `npm install`
|
|
- `npm run compile`
|
|
- `F5` to start debugging
|