Skip to content

Commit 1b0f75a

Browse files
committed
Release v1.0.0
1 parent fec47c7 commit 1b0f75a

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
We use [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for changelogs.
22

3-
See [the Releases section of our GitHub project](https://github.com/mrmlnc/vscode-duplicate/releases) for changelogs for each release version of this plugin.
3+
See [the Releases section of our GitHub project](https://github.com/trandaison/vscode-duplicate/releases) for changelogs for each release version of this plugin.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Please note that this project is released with a [Contributor Code of Conduct](C
88

99
There are a couple of ways you can contribute to this repo:
1010

11-
* **Ideas, feature requests and bugs**: We are open to all ideas and we want to get rid of bugs! Use the [Issues section](https://github.com/mrmlnc/vscode-duplicate/issues) to either report a new issue, provide your ideas or contribute to existing threads.
11+
* **Ideas, feature requests and bugs**: We are open to all ideas and we want to get rid of bugs! Use the [Issues section](https://github.com/trandaison/vscode-duplicate/issues) to either report a new issue, provide your ideas or contribute to existing threads.
1212
* **Documentation**: Found a typo or strangely worded sentences? Submit a PR!
1313
* **Code**: Contribute bug fixes, features or design changes.
1414

1515
### Creating an Issue
1616

1717
Before you create a new Issue:
1818

19-
* Check the [Issues](https://github.com/mrmlnc/vscode-duplicate/issues) on Github to ensure one doesn't already exist.
19+
* Check the [Issues](https://github.com/trandaison/vscode-duplicate/issues) on Github to ensure one doesn't already exist.
2020
* Clearly describe the issue, including the steps to reproduce the issue.
2121

2222
### Making Changes

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1+
> This extension was forked from [mrmlnc/vscode-duplicate](https://github.com/mrmlnc/vscode-duplicate), it's a alternative version since the [mrmlnc/vscode-duplicate](https://github.com/mrmlnc/vscode-duplicate) is no longer being maintained for years.
2+
13
# vscode-duplicate
24

35
> Ability to duplicate files and directories in VS Code.
46
5-
## Donate
6-
7-
If you want to thank me, or promote your Issue.
8-
9-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/mrmlnc)
10-
11-
> Sorry, but I have work and support for plugins and modules requires some time after work. I will be glad of your support or PR's.
12-
137
## Install
148

159
* Press <kbd>F1</kbd> and `select Extensions: Install Extensions`.

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "vscode-duplicate",
2+
"name": "@trandaison/vscode-duplicate",
33
"displayName": "Duplicate action",
44
"description": "Ability to duplicate files in VS Code",
5-
"version": "1.2.1",
6-
"publisher": "mrmlnc",
5+
"version": "1.0.0",
6+
"publisher": "trandaison",
77
"license": "MIT",
88
"engines": {
99
"vscode": "^1.13.0"
1010
},
1111
"icon": "icon.png",
12-
"homepage": "https://github.com/mrmlnc/vscode-duplicate/blob/master/README.md",
12+
"homepage": "https://github.com/trandaison/vscode-duplicate/blob/master/README.md",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/mrmlnc/vscode-duplicate"
15+
"url": "https://github.com/trandaison/vscode-duplicate"
1616
},
1717
"keywords": [
1818
"duplicate",
@@ -23,9 +23,6 @@
2323
"categories": [
2424
"Other"
2525
],
26-
"activationEvents": [
27-
"onCommand:duplicate.execute"
28-
],
2926
"main": "./out/extension.js",
3027
"contributes": {
3128
"commands": [

0 commit comments

Comments
 (0)