Skip to content

Commit 5cc632f

Browse files
committed
update name of logical structure view in vscode
1 parent 126a6c2 commit 5cc632f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode-extensions/vscode-spring-boot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
"explorer": [
103103
{
104104
"id": "explorer.spring",
105-
"name": "Spring",
105+
"name": "Logical Structure",
106106
"when": "java:serverMode || workbenchState==empty",
107-
"contextualTitle": "Spring",
107+
"contextualTitle": "Logical Structure",
108108
"icon": "resources/logo.png"
109109
}
110110
]

0 commit comments

Comments
 (0)