plugin.ts: Add homepageURL to plugin and application
This commit is contained in:
10
typings/pluginapi.d.ts
vendored
10
typings/pluginapi.d.ts
vendored
@ -87,6 +87,11 @@ export interface Plugin {
|
||||
*/
|
||||
readonly routerPath: string
|
||||
|
||||
/**
|
||||
* Link to plugin homepage.
|
||||
*/
|
||||
readonly homepageURL: string
|
||||
|
||||
/**
|
||||
* init is called so that the plugin may initialize itself with the config.
|
||||
*/
|
||||
@ -144,4 +149,9 @@ export interface Application {
|
||||
* <code-server-root>/<plugin-path>/<app-path>/<icon-path>
|
||||
*/
|
||||
readonly iconPath: string
|
||||
|
||||
/**
|
||||
* Link to application homepage.
|
||||
*/
|
||||
readonly homepageURL: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user