Skip to content

Commit 09e52ea

Browse files
committed
cry
1 parent 4096570 commit 09e52ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/modules/resources/AppLink/AppLink.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import { ShareIcon } from "./ShareIcon";
1616
export const DisplayAppNameMap: Record<TypesGen.DisplayApp, string> = {
1717
port_forwarding_helper: "Ports",
1818
ssh_helper: "SSH",
19-
vscode: "VS Code (Remote)",
20-
vscode_insiders: "VS Code Insiders (Remote)",
19+
vscode: "VS Code Desktop",
20+
vscode_insiders: "VS Code Insiders",
2121
web_terminal: "Terminal",
2222
};
2323

0 commit comments

Comments
 (0)