mirror of
https://github.com/IJustDev/Gitea-VSCode.git
synced 2025-07-22 13:02:54 +00:00
fix: tsc build
This commit is contained in:
@ -100,6 +100,7 @@ export class Config implements ConfigTypes {
|
||||
|
||||
public set render(value) {
|
||||
this.storage.update('render', value)
|
||||
}
|
||||
|
||||
public set debug(value) {
|
||||
this.storage.update('debug', value)
|
||||
|
@ -18,6 +18,7 @@ export class Issue extends TreeItem {
|
||||
element.body,
|
||||
element.state,
|
||||
element.assignee,
|
||||
element.assignees,
|
||||
element.creator,
|
||||
element.labels,
|
||||
element.collapsibleState,
|
||||
|
Reference in New Issue
Block a user