We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4096570 commit 09e52eaCopy full SHA for 09e52ea
site/src/modules/resources/AppLink/AppLink.tsx
@@ -16,8 +16,8 @@ import { ShareIcon } from "./ShareIcon";
16
export const DisplayAppNameMap: Record<TypesGen.DisplayApp, string> = {
17
port_forwarding_helper: "Ports",
18
ssh_helper: "SSH",
19
- vscode: "VS Code (Remote)",
20
- vscode_insiders: "VS Code Insiders (Remote)",
+ vscode: "VS Code Desktop",
+ vscode_insiders: "VS Code Insiders",
21
web_terminal: "Terminal",
22
};
23
0 commit comments