| 1 | import * as vscode from 'vscode'; |
| 2 | |
| 3 | export class TestView { |
| 4 | |
| 5 | constructor(context: vscode.ExtensionContext) { |
| 6 | const view = vscode.window.createTreeView('testView', { treeDataProvider: aNodeWithIdTreeDataProvider(), showCollapseAll: true }); |
nothing calls this directly
no outgoing calls
no test coverage detected