mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Improve Samples
This commit is contained in:
@ -83,7 +83,13 @@ const samples = [
|
||||
contributions: []
|
||||
},
|
||||
// { description: 'theme-sample', path: 'theme-sample', guide: null, apis: [], contributions: [] },
|
||||
// { description: 'tree-view-sample', path: 'tree-view-sample', guide: null, apis: [], contributions: [] },
|
||||
{
|
||||
description: 'tree-view-sample',
|
||||
path: 'tree-view-sample',
|
||||
guide: '/api/extension-guides/tree-view',
|
||||
apis: ['window.createTreeView', 'window.registerTreeDataProvider', 'TreeView', 'TreeDataProvider'],
|
||||
contributions: ['views', 'viewsContainers']
|
||||
},
|
||||
// { description: 'vim-sample', path: 'vim-sample', guide: null, apis: [], contributions: [] },
|
||||
// { description: 'webpack-sample', path: 'webpack-sample', guide: null, apis: [], contributions: [] },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user