Skip to content

Releases: mrmlnc/vscode-duplicate

1.2.1

07 Apr 12:32
Compare
Choose a tag to compare

👍 Improvements

  • Add -copy to the file, rather than extension (thanks @danielhusar)

1.2.0

09 Aug 11:51
Compare
Choose a tag to compare

💬 Common

  • Open file after duplicate (fix #39, #41 – thanks @dougshamoo 🌮). You can disable this behavior by duplicate.openFileAfterCopy option.

👍 Improvements

  • Now you can disable default behavior when plugin automatically added the original extension to the new file name by duplicate.keepOriginalExtension option. (fix #40)
  • Add two special characters:
    • !!ext – don't preserve original extension.
    • &&ext – preserve original extension (available with duplicate.keepOriginalExtension option).

1.1.0

12 Feb 12:03
Compare
Choose a tag to compare

💬 Common

  • Use TypeScript and TSLint for future support.

👍 Improvements

  • Now we support the ability to duplicate files and directories.

  • Also now we support Tabs actions.

    image

1.0.2

31 Aug 12:25
Compare
Choose a tag to compare

Changelog:

  • Move the menuitem to the bottom of the context menu (thanks @pavlos256)
  • use @mrmlnc brand icon

1.0.1

20 Aug 08:50
Compare
Choose a tag to compare

Changelog:

  • Add information about preserver extension.

1.0.0

21 Jul 20:06
Compare
Choose a tag to compare

Initialization.