Skip to content

Commit d7d7aca

Browse files
committed
Update README.md
1 parent 38262ec commit d7d7aca

File tree

5 files changed

+9
-171
lines changed

5 files changed

+9
-171
lines changed

README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
# code-replacer-vscode-plugin
22

3-
## Features
3+
Replace codes line by line with regex for target files
44

5-
animation
5+
## Demo
66

7-
## Extension Settings
7+
<img src="./image/demo.gif" />
88

9-
Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
10-
11-
For example:
12-
13-
This extension contributes the following settings:
14-
15-
* `myExtension.enable`: enable/disable this extension
16-
* `myExtension.thing`: set to `blah` to do something
179

1810
## Related Repository
1911

2012
* [code-replacer](https://github.com/jopemachine/code-replacer)
2113

22-
23-
-----------------------------------------------------------------------------------------------------------
24-
25-
### For more information
26-
27-
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
28-
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
29-

extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function validateTemplate (template) {
2020

2121
function handleBooleanFlags () {
2222
const flagItems = [
23-
'debug',
23+
'print',
2424
'verbose',
2525
'conf',
2626
'once',

image/demo.gif

22.2 MB
Loading

package-lock.json

Lines changed: 4 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
{
2828
"command": "code-replacer-vscode-plugin.entry",
2929
"title": "rp",
30-
"icon": "image/rp.svg",
3130
"category": "Code-replacer"
3231
}
3332
],
@@ -54,7 +53,7 @@
5453
"@types/mocha": "^8.0.0",
5554
"@types/node": "^12.11.7",
5655
"@types/vscode": "^1.50.0",
57-
"code-replacer": "0.0.207",
56+
"code-replacer": "0.0.210",
5857
"eslint": "^7.11.0",
5958
"eslint-config-standard": "^14.1.1",
6059
"eslint-plugin-import": "^2.22.1",

0 commit comments

Comments
 (0)