mirror of
https://github.com/coder/code-server.git
synced 2025-09-26 01:25:19 +08:00
Move VS Code to the root
This commit is contained in:
@ -15,7 +15,7 @@ export const Vscode: Application = {
|
||||
icon: fs.readFileSync(path.resolve(__dirname, "../../../lib/vscode/resources/linux/code.png")).toString("base64"),
|
||||
installed: true,
|
||||
name: "VS Code",
|
||||
path: "/vscode",
|
||||
path: "/",
|
||||
version: getVscodeVersion(),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user