MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / vmRegister

Method vmRegister

src/extension/sdk/dev_tools/manager.ts:758–760  ·  view source on GitHub ↗
(request: { uri: string })

Source from the content-addressed store, hash-verified

756 }
757
758 public vmRegister(request: { uri: string }): Thenable<any> {
759 return this.sendRequest("vm.register", request);
760 }
761
762 public async discoverExtensions(projectRoots: string[]): Promise<Record<string, ProjectExtensionResults>> {
763 return this.sendRequest("vscode.extensions.discover", {

Callers 1

startServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected