Add config for the default click action of extension status bar

This commit is contained in:
dfireBird 2023-10-04 10:14:03 +05:30
parent 7b8330f283
commit ab091b73d0
No known key found for this signature in database
GPG key ID: 26D522CA5FC2B93D
3 changed files with 22 additions and 1 deletions

View file

@ -329,6 +329,10 @@ export class Config {
get showDependenciesExplorer() {
return this.get<boolean>("showDependenciesExplorer");
}
get statusBarClickAction() {
return this.get<string>("statusBar.clickAction");
}
}
// the optional `cb?` parameter is meant to be used to add additional