mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
enable test (for #52414)
This commit is contained in:
@@ -613,8 +613,8 @@ suite('workspace-namespace', () => {
|
||||
|
||||
let newDoc = await vscode.workspace.openTextDocument(newUri);
|
||||
assert.equal(newDoc.getText(), 'HelloFoo');
|
||||
// let doc = await vscode.workspace.openTextDocument(docUri);
|
||||
// assert.equal(doc.getText(), 'Bar');
|
||||
let doc = await vscode.workspace.openTextDocument(docUri);
|
||||
assert.equal(doc.getText(), 'Bar');
|
||||
});
|
||||
|
||||
test('WorkspaceEdit api - after saving a deleted file, it still shows up as deleted. #42667', async function () {
|
||||
|
||||
Reference in New Issue
Block a user