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

Allow "Explorer: Incremental Naming" to have Disabled option for Paste #84857

Closed
virgofx opened this issue Nov 14, 2019 · 6 comments · Fixed by #160218
Closed

Allow "Explorer: Incremental Naming" to have Disabled option for Paste #84857

virgofx opened this issue Nov 14, 2019 · 6 comments · Fixed by #160218
Assignees
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues help wanted Issues identified as good community contribution opportunities insiders-released Patch has been released in VS Code Insiders on-release-notes Issue/pull request mentioned in release notes verification-needed Verification of issue is requested verified Verification succeeded

Comments

@virgofx
Copy link

virgofx commented Nov 14, 2019

Please add an option to disable incremental naming. By disabling ... the end effect should be to effectively overwrite existing files when pasting.

The current options of smart and simple are helpful; however, not useful in my context. For myself and those users who commonly do file operations in the host OS file explorer, the expected behavior when copying files/folders in the VSCode explorer is to similarly have these overwritten.

@isidorn isidorn added feature-request Request for new features or functionality file-explorer Explorer widget issues labels Nov 15, 2019
@isidorn isidorn added this to the Backlog Candidates milestone Nov 15, 2019
@vscodebot
Copy link

vscodebot bot commented Jan 15, 2020

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodebot
Copy link

vscodebot bot commented Mar 6, 2020

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

1 similar comment
@vscodebot
Copy link

vscodebot bot commented Mar 6, 2020

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

@vscodebot
Copy link

vscodebot bot commented Mar 10, 2020

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodebot vscodebot bot modified the milestones: Backlog Candidates, Backlog Mar 10, 2020
@isidorn
Copy link
Contributor

isidorn commented Mar 11, 2020

We are open to a PR which adds the disabled option to the incrementalNaming setting.
Code pointer

let name = resources.basenameOrAuthority(fileToPaste.resource);

@isidorn isidorn assigned JacksonKearl and unassigned isidorn Aug 12, 2021
@JacksonKearl JacksonKearl added the help wanted Issues identified as good community contribution opportunities label Aug 13, 2021
@lramos15 lramos15 assigned lramos15 and unassigned JacksonKearl May 25, 2022
@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Sep 7, 2022
@isidorn isidorn modified the milestones: Backlog, September 2022 Sep 7, 2022
@lramos15 lramos15 added the verification-needed Verification of issue is requested label Sep 26, 2022
@lramos15
Copy link
Member

To verify set "explorer.incrementalNaming": "disabled" and copy and paste a file to ensure its name isn't changed and if a file of the same name exists in that directory it asks to overwrite the file

@rzhao271 rzhao271 added the verified Verification succeeded label Sep 28, 2022
@lramos15 lramos15 added the on-release-notes Issue/pull request mentioned in release notes label Sep 30, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues help wanted Issues identified as good community contribution opportunities insiders-released Patch has been released in VS Code Insiders on-release-notes Issue/pull request mentioned in release notes verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants