Skip to content

Commit b6b5bcf

Browse files
committed
vscode desktop display name
1 parent a00e365 commit b6b5bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Coder-Desktop/Coder-Desktop/Views/VPN/WorkspaceAppIcon.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func vscodeDisplayApp(hostname: String, baseIconURL: URL, path: String? = nil) -
191191
// Leading hyphen as to not conflict with a real app slug, since we only use
192192
// slugs as SwiftUI IDs
193193
slug: "-vscode",
194-
displayName: "VS Code",
194+
displayName: "VS Code Desktop",
195195
url: URL(string: "vscode://vscode-remote/ssh-remote+\(hostname)\(path ?? "")")!,
196196
icon: icon
197197
)
@@ -201,7 +201,7 @@ func vscodeInsidersDisplayApp(hostname: String, baseIconURL: URL, path: String?
201201
let icon = baseIconURL.appendingPathComponent("/icon/code.svg")
202202
return WorkspaceApp(
203203
slug: "-vscode-insiders",
204-
displayName: "VS Code Insiders",
204+
displayName: "VS Code Insiders Desktop",
205205
url: URL(string: "vscode-insiders://vscode-remote/ssh-remote+\(hostname)\(path ?? "")")!,
206206
icon: icon
207207
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy