Remove examples

This commit is contained in:
Sandeep Somavarapu
2017-09-25 16:22:19 +02:00
committed by GitHub
parent c696821c3d
commit fc6274660e

View File

@ -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());