MCPcopy Create free account
hub / github.com/facebook/pyrefly / onDidChange

Method onDidChange

lsp/src/python-environment.ts:18–18  ·  view source on GitHub ↗
(callback: () => void)

Source from the content-addressed store, hash-verified

16interface InterpreterProvider {
17 getPath(uri?: vscode.Uri): Promise<string | undefined>;
18 onDidChange(callback: () => void): vscode.Disposable;
19}
20
21export class PythonEnvironment {

Callers 2

watchExtensionChangesMethod · 0.65

Implementers 1

PythonEnvironmentlsp/src/python-environment.ts

Calls

no outgoing calls

Tested by

no test coverage detected