mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
fix #52447
This commit is contained in:
@@ -689,8 +689,7 @@ suite('workspace-namespace', () => {
|
||||
we = new vscode.WorkspaceEdit();
|
||||
we.createFile(docUri, { overwrite: true });
|
||||
assert.ok(await vscode.workspace.applyEdit(we));
|
||||
// todo@ben
|
||||
// assert.equal((await vscode.workspace.openTextDocument(docUri)).getText(), '');
|
||||
assert.equal((await vscode.workspace.openTextDocument(docUri)).getText(), '');
|
||||
});
|
||||
|
||||
test('WorkspaceEdit: create & ignoreIfExists', async function () {
|
||||
|
||||
Reference in New Issue
Block a user