MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / dispose

Method dispose

src/rmarkdown/index.ts:130–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128
129 // Clean-up
130 dispose() {
131 // Unregister the event listener when the provider is disposed
132 if (this.onDidChangeTextEditorSelectionHandler) {
133 this.onDidChangeTextEditorSelectionHandler.dispose();
134 }
135 }
136}
137
138export class RMarkdownCompletionItemProvider implements vscode.CompletionItemProvider {

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected