mushanshitiancai / vscode-paste-image

paste image from clipboard to markdown/asciidoc directly!
MIT License
422 stars 127 forks source link

pasteImage.showFilePathConfirmInputBox set true, no window pop out after I paste image #84

Open system-thoughts opened 3 years ago

system-thoughts commented 3 years ago

After I set:

"pasteImage.showFilePathConfirmInputBox": true

And I use Ctrl+Alt+V to paste image, however, no window pop out to notify me to modify name. The image is still saved as default file name:Y-MM-DD-HH-mm-ss.png.

In addition, version info: Paste Image version: v1.0.4 OS: windows 10 vscode: 1.52.0

joeck commented 3 years ago

I have the same issue on mac OS.

"pasteImage.showFilePathConfirmInputBox": true

When I use the the shortcut Cmd+Alt+V I don't get the popup and it is inserted with default file name Y-MM-DD-HH-mm-ss.png. Only when I use the command (via 'Cmd+Shift+P) and type paste image the popup does show.

Paste image version: v1.0.4 OS: mac OS Big Sur 11.3

vscode info: Version: 1.49.0 Commit: e790b931385d72cf5669fcefc51cdf65990efa5d Date: 2020-09-10T17:39:53.251Z Electron: 9.2.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 20.4.0

vezaynk commented 2 years ago

This repository has not seen any activity in over 3 years. There is an actively maintained fork here: https://github.com/telesoho/vscode-markdown-paste-image

Try it on the fork and see if it works. If not, open an issue there.

iaeiou commented 2 years ago

@joeck : Indeed the fork is working fine for your usecase, see the param MarkdownPaste.silence in the Readme: https://github.com/telesoho/vscode-markdown-paste-image#config

Thanks @knyzorg !