mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
display variables provided by extension
This commit is contained in:
@@ -20,7 +20,7 @@ declare module 'vscode' {
|
||||
interface NotebookVariableProvider {
|
||||
onDidChangeVariables: Event<void>;
|
||||
|
||||
/** When variablesReference is undefined, this is requesting global Variables. When a variable is passed, it's requesting child props of that Variable. */
|
||||
/** When parent is undefined, this is requesting global Variables. When a variable is passed, it's requesting child props of that Variable. */
|
||||
provideVariables(notebook: NotebookDocument, parent: Variable | undefined, kind: VariablesRequestKind, start: number, token: CancellationToken): AsyncIterable<VariablesResult>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user