README.md for bcd-plugin
This is the README file for "bcd-plugin" - the vscode plugin. This includes:
VS Code API
This sample uses following contribution points, activation events and APIs
Contribution Points
views
viewsContainers
menu
view/title
view/item/context
Activation Events
onView:${viewId}
onCommand:${command's name}
APIs
window.createTreeView
window.registerTreeDataProvider
TreeView
TreeDataProvider
Running the Sample
- Open this example in VS Code Insiders
npm install
npm run watch
F5 to start debugging
| |