plugin.ts: Make application endpoint paths absolute

This commit is contained in:
Anmol Sethi
2020-11-03 21:42:21 -05:00
parent 139a28e0ea
commit 687094802e
5 changed files with 20 additions and 13 deletions

View File

@@ -21,7 +21,8 @@ describe("plugin", () => {
version: "4.0.0",
description: "This app does XYZ.",
iconPath: "/icon.svg",
iconPath: "/test-plugin/test-app/icon.svg",
path: "/test-plugin/test-app",
plugin: {
name: "test-plugin",
@@ -30,7 +31,7 @@ describe("plugin", () => {
displayName: "Test Plugin",
description: "Plugin used in code-server tests.",
path: "/test-plugin",
routerPath: "/test-plugin",
},
},
],