mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Remove examples
This commit is contained in:
committed by
GitHub
parent
c696821c3d
commit
fc6274660e
@ -30,7 +30,7 @@ When the user opens the view, VS Code will then emit an activationEvent `onView:
|
||||
|
||||
# TreeDataProvider
|
||||
|
||||
Extension writers should register a [provider](/docs/extensionAPI/vscode-api.md#TreeDataProvider) programmatically to populate data in the view. Refer to examples [here](https://github.com/Microsoft/vscode-extension-samples/tree/master/tree-view-sample).
|
||||
Extension writers should register a [provider](/docs/extensionAPI/vscode-api.md#TreeDataProvider) programmatically to populate data in the view.
|
||||
|
||||
```typescript
|
||||
vscode.window.registerTreeDataProvider('nodeDependencies', new DepNodeProvider());
|
||||
|
||||
Reference in New Issue
Block a user