mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
Merge from vscode b8c2e7108b3cae7aa2782112da654bedd8bb3a52 (#4808)
This commit is contained in:
@@ -76,7 +76,7 @@ export class BinaryEditorModel extends EditorModel {
|
||||
|
||||
// Make sure to resolve up to date stat for file resources
|
||||
if (this.fileService.canHandleResource(this.resource)) {
|
||||
return this.fileService.resolveFile(this.resource, { resolveMetadata: true }).then(stat => {
|
||||
return this.fileService.resolve(this.resource, { resolveMetadata: true }).then(stat => {
|
||||
this.etag = stat.etag;
|
||||
if (typeof stat.size === 'number') {
|
||||
this.size = stat.size;
|
||||
|
||||
Reference in New Issue
Block a user