mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
parent
43907341df
commit
ebc7a21d55
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ class InstallExtensionInProfileTask implements IInstallExtensionTask {
|
|||
|
||||
readonly identifier = this.task.identifier;
|
||||
readonly source = this.task.source;
|
||||
readonly operation = this.task.operation;
|
||||
get operation() { return this.task.operation; }
|
||||
|
||||
get verificationStatus() {
|
||||
return this.task.verificationStatus;
|
||||
|
|
Loading…
Reference in a new issue