mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
re-enable test for https://github.com/microsoft/vscode/issues/111867
This commit is contained in:
@@ -1006,7 +1006,6 @@ suite('vscode API - workspace', () => {
|
||||
});
|
||||
|
||||
test('Should send a single FileWillRenameEvent instead of separate events when moving multiple files at once#111867', async function () {
|
||||
this.skip();
|
||||
|
||||
const event = new Promise<vscode.FileWillCreateEvent>(resolve => {
|
||||
let sub = vscode.workspace.onWillCreateFiles(e => {
|
||||
|
||||
Reference in New Issue
Block a user