0x-jerry / vscode-hexo-utils

vscode sidebar for hexo.
https://marketplace.visualstudio.com/items?itemName=fantasy.vscode-hexo-utils
MIT License
46 stars 11 forks source link

某些情况下 与 vscode-paste-image 冲突 #45

Closed yiyungent closed 2 years ago

yiyungent commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

我需要将图片保存在 与 当前正在编辑的文件名 相同名的文件夹下,于是使用 vscode-paste-image, 如此设置

image

,但启用此插件后,

![2022-01-14T204837](2022-01-14T204837.png)

禁用 vscode-hexo-utils 后就正常了

![](marktext-notebook/2022-01-14-20-42-22.png)

To Reproduce Steps to reproduce the behavior:

  1. Install vscode-paste-image 如下设置 image

  2. Install vscode-hexo-utils , 重启 vscode

  3. 截图, Ctrl+Alt+V

Expected behavior A clear and concise description of what you expected to happen.

![](marktext-notebook/2022-01-14-20-42-22.png)

Screenshots If applicable, add screenshots to help explain your problem.

Plugin version(please complete the following information):

fantasy.vscode-hexo-utils v0.1.27 mushan.vscode-paste-image v1.0.4

Additional context Add any other context about the problem here.

0x-jerry commented 2 years ago

你可以打开 vscode 的快捷键设置,清除 hexo.paste 快捷键,这样就不会冲突了。

image

yiyungent commented 2 years ago

不得不说,感谢,这是个好方法