Skip to content

Commit

Permalink
Fix #83 pasting does not work in WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Apr 7, 2022
1 parent d3a30fd commit cf41b3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.18.7 (April 7, 2022)

- Fix #83 pasting does not work in WSL

## 0.18.6 (March 5, 2022)

- Fix #76: Windows: Markdown Download always saved to C:\
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-markdown-paste-image",
"displayName": "Markdown Paste",
"description": "A smartly paste for markdown.",
"version": "0.18.6",
"version": "0.18.7",
"publisher": "telesoho",
"author": {
"name": "telesoho",
Expand Down
2 changes: 1 addition & 1 deletion src/paster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ class Paster {
"-nologo",
"-sta",
"-executionpolicy",
"unrestricted",
"bypass",
"-windowstyle",
"hidden",
"-file",
Expand Down

0 comments on commit cf41b3a

Please sign in to comment.