mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
get children when node expands (#201909)
* get children when node expands * switch to asynchronous tree for more natural lazy loading * store variables by ID so we can look up the correct instance
This commit is contained in:
@@ -16,7 +16,7 @@ declare module 'vscode' {
|
||||
|
||||
interface VariablesResult {
|
||||
variable: Variable;
|
||||
namedChildrenCount: number;
|
||||
hasNamedChildren: boolean;
|
||||
indexedChildrenCount: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user