mushanshitiancai / vscode-paste-image

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

Settings do not apply. #126

Open zangzang opened 1 year ago

zangzang commented 1 year ago

The plug-in setting information works in the default profile, but does not work in the separate profile. vscode :1.76.2 user setup

maddama commented 1 year ago

I have met the same problem, have you solved it? thanks

lopel commented 1 year ago

I also encountered a similar situation, even if I created the assets folder manually, the pasted images were always saved in the same directory of the markdown file. I use the same configuration in the workspace, user area. Quicker_20230616_004005 vscode:1.79.1 window10:22h2

andersonprante commented 10 months ago

Here too!

y-guang commented 8 months ago

Potential: Using ctrl + v to paste.

if following works, then that is the problem,

Open the command palette: Ctrl+Shift+P (Cmd+Shift+P on Mac) Type: "Paste Image" or you can use default keyboard binding: Ctrl+Alt+V (Cmd+Alt+V on Mac).