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

+2-2
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)