mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
Merge from vscode bd0efff9e3f36d6b3e1045cee9887003af8034d7
This commit is contained in:
@@ -87,7 +87,7 @@ export class ConflictDetector {
|
||||
}
|
||||
|
||||
list(): URI[] {
|
||||
return this._conflicts.keys();
|
||||
return [...this._conflicts.keys()];
|
||||
}
|
||||
|
||||
hasConflicts(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user