plugin.ts: Add homepageURL to plugin and application

This commit is contained in:
Anmol Sethi
2020-11-03 21:45:25 -05:00
parent 687094802e
commit 2a13d003d3
4 changed files with 18 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ describe("plugin", () => {
description: "This app does XYZ.",
iconPath: "/test-plugin/test-app/icon.svg",
homepageURL: "https://example.com",
path: "/test-plugin/test-app",
plugin: {
@@ -32,6 +33,7 @@ describe("plugin", () => {
displayName: "Test Plugin",
description: "Plugin used in code-server tests.",
routerPath: "/test-plugin",
homepageURL: "https://example.com",
},
},
],