Skip to content

Commit 3d62821

Browse files
committedAug 20, 2022
🆙 bump version
1 parent 76f6410 commit 3d62821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Gitpod",
44
"description": "Gitpod Support",
55
"publisher": "gitpod",
6-
"version": "0.0.53",
6+
"version": "0.0.54",
77
"license": "MIT",
88
"icon": "resources/gitpod.png",
99
"repository": {
@@ -61,7 +61,7 @@
6161
"gitpod.remote.useLocalApp": {
6262
"type": "boolean",
6363
"description": "Use the local companion app to connect to a remote workspace.\nWarning: Connecting to a remote workspace using local companion app will be removed in the near future.",
64-
"default": false,
64+
"default": true,
6565
"scope": "application"
6666
}
6767
}

0 commit comments

Comments
 (0)
Please sign in to comment.