MCPcopy Create free account
hub / github.com/microsoft/vscode-extension-samples /

Class

tree-view-sample/src/testView.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as vscode from 'vscode';
2
3export class TestView {
4
5 constructor(context: vscode.ExtensionContext) {
6 const view = vscode.window.createTreeView('testView', { treeDataProvider: aNodeWithIdTreeDataProvider(), showCollapseAll: true });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected