mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
Fix #145773
This commit is contained in:
@@ -53,7 +53,7 @@ class ExtHostEditorTab {
|
||||
return that._dto.isDirty;
|
||||
},
|
||||
get isPinned() {
|
||||
return that._dto.isDirty;
|
||||
return that._dto.isPinned;
|
||||
},
|
||||
get isPreview() {
|
||||
return that._dto.isPreview;
|
||||
|
||||
Reference in New Issue
Block a user