Skip to content

Commit 5f4ac08

Browse files
committed
Corrections
1 parent 8b38de0 commit 5f4ac08

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

headless-services/commons/commons-lsp-extensions/src/main/java/org/springframework/ide/vscode/commons/RuntimeTypeAdapterFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@
144144
}
145145
],
146146
"commandPalette": [
147+
{
148+
"command": "vscode-spring-boot.structure.refresh",
149+
"when": "false"
150+
},
147151
{
148152
"command": "vscode-spring-boot.props-to-yaml",
149153
"when": "false"
@@ -184,6 +188,12 @@
184188
]
185189
},
186190
"commands": [
191+
{
192+
"command": "vscode-spring-boot.structure.refresh",
193+
"title": "Refresh",
194+
"category": "Spring Boot",
195+
"icon": "$(refresh)"
196+
},
187197
{
188198
"command": "vscode-spring-boot.live-hover.connect",
189199
"title": "Show/Refresh/Hide Live Data from Spring Boot Processes",

0 commit comments

Comments
 (0)