Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6b5bcf

Browse files
committed
vscode desktop display name
1 parenta00e365 commitb6b5bcf

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
leticon= baseIconURL.appendingPathComponent("/icon/code.svg")
202202
returnWorkspaceApp(
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)

[8]ページ先頭

©2009-2025 Movatter.jp