Skip to content

Commit b0392e6

Browse files
committed
pass test on win & wsl
1 parent cebbdae commit b0392e6

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,30 @@ paste anywhere if you want.
9797

9898
> The plugin [`Markdown All in One`](https://github.com/yzhang-gh/vscode-markdown) will block the function that you paste image when selecting text. It's better to remove the condition that triggers paste `ctrl+v` in the shortcut settings of [`Markdown All in One`](https://github.com/yzhang-gh/vscode-markdown). Don't worry, this plugin will call the paste function of [`Markdown All in One`](https://github.com/yzhang-gh/vscode-markdown). I just think it's a bit of a hassle, why they can't work together without realizing the exsistence of each other.
9999
100+
## debug
101+
102+
1. git clone the project
103+
104+
```bash
105+
git clone https://github.com/dzylikecode/Inspire-VSCodeExt-Paste-Image.git
106+
```
107+
108+
2. install npm dependencies
109+
110+
```bash
111+
cd Inspire-VSCodeExt-Paste-Image
112+
npm install
113+
```
114+
115+
3. open the project in vscode and press `F5` to debug
116+
117+
118+
4. publish the extension
119+
120+
```bash
121+
npm run build
122+
```
123+
100124
## Release Notes
101125

102126
### 2.12.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "md-paste-enhanced",
33
"displayName": "paste image anywhere",
44
"description": "use ctrl+v to paste image directly in any file",
5-
"version": "2.13.0",
5+
"version": "2.13.1",
66
"engines": {
77
"vscode": "^1.71.0"
88
},

0 commit comments

Comments
 (0)