mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Merge pull request #50 from beauallison/beauallison/fix-treeview-sample
Fix tree view sample
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
## Running the example
|
||||
|
||||
- Open this example in VS Code
|
||||
- Open this example in VS Code Insiders
|
||||
- `npm install`
|
||||
- `npm run compile`
|
||||
- `F5` to start debugging
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
"engines": {
|
||||
"vscode": "^1.20.0"
|
||||
},
|
||||
"enableProposedApi": true,
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
|
||||
1
tree-view-sample/vscode.proposed.d.ts
vendored
1
tree-view-sample/vscode.proposed.d.ts
vendored
@ -639,3 +639,4 @@ declare module 'vscode' {
|
||||
getParent?(element: T): ProviderResult<T>;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user