Skip to content

Commit 98e0904

Browse files
committed
Fix name of portsView incorrect after drop to other views
1 parent b724dee commit 98e0904

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

extensions/gitpod-remote/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,8 @@
262262
"portsView": [
263263
{
264264
"id": "gitpod.portsView",
265-
"name": "",
265+
"name": "Exposed Ports",
266266
"type": "webview",
267-
"contextualTitle": "",
268267
"icon": "$(plug)"
269268
}
270269
]
@@ -273,7 +272,6 @@
273272
"panel": [
274273
{
275274
"id": "portsView",
276-
"title": "Exposed Ports",
277275
"icon": "$(plug)"
278276
}
279277
]

extensions/gitpod-web/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,8 @@
427427
"portsView": [
428428
{
429429
"id": "gitpod.portsView",
430-
"name": "",
430+
"name": "Ports",
431431
"type": "webview",
432-
"contextualTitle": "",
433432
"icon": "$(plug)"
434433
}
435434
]
@@ -515,7 +514,6 @@
515514
"panel": [
516515
{
517516
"id": "portsView",
518-
"title": "Ports",
519517
"icon": "$(plug)"
520518
}
521519
]

0 commit comments

Comments
 (0)