Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/vscode-extension-samples
/
Class
test-provider-sample/src/testTree.ts:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
};
22
23
export
class
TestFile {
24
public didResolve = false;
25
26
public
async
updateFromDisk(controller: vscode.TestController, item: vscode.TestItem) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected