mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
files - implement ctime properly as btime (fix #84525)
This commit is contained in:
@@ -23,6 +23,8 @@ suite('workspace-fs', () => {
|
||||
assert.equal(typeof stat.mtime, 'number');
|
||||
assert.equal(typeof stat.ctime, 'number');
|
||||
|
||||
assert.ok(stat.mtime > 0);
|
||||
assert.ok(stat.ctime > 0);
|
||||
|
||||
const entries = await vscode.workspace.fs.readDirectory(root);
|
||||
assert.ok(entries.length > 0);
|
||||
|
||||
Reference in New Issue
Block a user