Skip to content

Commit b54f14f

Browse files
williamsyang-workbhufmann
authored andcommitted
Implement autoExpandLevel for EntryModel trees
Add support for the autoExpandLevel flag to automatically collapse tree nodes beyond the specified depth level. When autoExpandLevel is set, nodes at depths greater than the specified level are automatically collapsed in the tree view. Related to eclipse-cdt-cloud/tsp-typescript-client#130 Signed-off-by: Will Yang <william.yang@ericsson.com>
1 parent 0984721 commit b54f14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"src"
1717
],
1818
"dependencies": {
19-
"tsp-typescript-client": "^0.6.0"
19+
"tsp-typescript-client": "^0.7.0"
2020
},
2121
"devDependencies": {
2222
"@typescript-eslint/eslint-plugin": "^3.4.0",

0 commit comments

Comments
 (0)