Skip to content

Commit 443053d

Browse files
author
vscode-quarkus-bot
committed
Upversion to 1.21.2
1 parent 13e2e7d commit 443053d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-quarkus",
33
"displayName": "Quarkus",
44
"description": "Quarkus Tools for Visual Studio Code",
5-
"version": "1.21.1",
5+
"version": "1.21.2",
66
"icon": "icons/logo.png",
77
"author": "Red Hat",
88
"publisher": "redhat",
@@ -211,7 +211,9 @@
211211
],
212212
"configurationAttributes": {
213213
"attach": {
214-
"required": ["port"],
214+
"required": [
215+
"port"
216+
],
215217
"properties": {
216218
"port": {
217219
"type": "number",

0 commit comments

Comments
 (0)