We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.27.2
macOS v10.14
Duplicating files with multiple dots in their name causes file extension being lost.
For example calling duplicate on confirm.modal.ctrl.js creates confirm-copy.modal.ctrl without the original .js extension.
confirm.modal.ctrl.js
confirm-copy.modal.ctrl
.js
Above operation to create confirm-copy.modal.ctrl.js or rather confirm.modal.ctrl-copy.js
confirm-copy.modal.ctrl.js
confirm.modal.ctrl-copy.js
Duplicate any files with multiple dots in their name.
Default config, didn't change anything in settings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
v1.27.2
macOS v10.14
Actual behavior
Duplicating files with multiple dots in their name causes file extension being lost.
For example calling duplicate on
confirm.modal.ctrl.js
createsconfirm-copy.modal.ctrl
without the original.js
extension.Expected behavior
Above operation to create
confirm-copy.modal.ctrl.js
or ratherconfirm.modal.ctrl-copy.js
Steps to reproduce
Duplicate any files with multiple dots in their name.
Settings
Default config, didn't change anything in settings.
The text was updated successfully, but these errors were encountered: