Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode insider can't delete more than one file #124030

Closed
heartacker opened this issue May 17, 2021 · 10 comments
Closed

VSCode insider can't delete more than one file #124030

heartacker opened this issue May 17, 2021 · 10 comments
Assignees
Labels
file-explorer Explorer widget issues info-needed Issue requires more information from poster *out-of-scope Posted issue is not in scope of VS Code

Comments

@heartacker
Copy link
Contributor

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.57 insider
  • OS Version:win

Steps to Reproduce:

  1. select more than one file
  2. delete those files
  3. vscode delete the frist file, but can't delete other file and show a dialog

image

@vscodebot
Copy link

vscodebot bot commented May 17, 2021

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@heartacker
Copy link
Contributor Author

1.56.2 is ok

@isidorn
Copy link
Contributor

isidorn commented May 17, 2021

I can not reproduce this.
Seems like the errors is coming from the file service. Thus forwarding to @bpasero
However I am not sure if we can do anything here. This feels like it is designed behaviour.

@isidorn isidorn assigned bpasero and unassigned isidorn May 17, 2021
@bpasero
Copy link
Member

bpasero commented May 17, 2021

What exact version of insiders is this?

@bpasero bpasero added the info-needed Issue requires more information from poster label May 17, 2021
@heartacker
Copy link
Contributor Author

What exact version of insiders is this?

Several versions have been like this.
And the least version of now Still has the problem.

@bpasero
Copy link
Member

bpasero commented May 17, 2021

The error message seems to originate from bulk edit service though:

throw new Error(`${edit.oldUri} does not exist and can not be deleted`);

I wonder if this issue is being caused by an installed extension. Can you try to run VS Code without extensions? From the command line (NOT the integrated terminal in Code), execute: code --disable-extensions and try your steps again to see if it reproduces. If you see it is an issue with the extension, please file it against the extension repository itself.

@bpasero bpasero assigned isidorn and unassigned bpasero May 17, 2021
@bpasero bpasero added the file-explorer Explorer widget issues label May 17, 2021
@heartacker
Copy link
Contributor Author

after using exts bisect: it seems that this is vscode's problem
image
,
also, --disable-extensions, reproduce

@heartacker heartacker changed the title VSCode insider can't delete one than one file VSCode insider can't delete more than one file May 18, 2021
@heartacker
Copy link
Contributor Author

seem that the proble is caused by VSCode,any update for this problem?

@heartacker
Copy link
Contributor Author

hi all. I believe this problem should be fixed in 1.57 because 1.56 is working well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
file-explorer Explorer widget issues info-needed Issue requires more information from poster *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

4 participants
@bpasero @heartacker @isidorn and others