This commit is contained in:
Johannes Rieken
2021-01-07 09:18:51 +01:00
parent 01089c0a50
commit 74bc1d2672

View File

@@ -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 => {