telesoho / vscode-markdown-paste-image

Smartly paste for Markdown.
MIT License
134 stars 40 forks source link

粘贴为 Base64 功能在 Windows 上不起作用 #86

Closed ZUIcat closed 2 years ago

ZUIcat commented 2 years ago

粘贴为 Base64 功能在 Windows 上不起作用

我 debug 了下,发现 paster.js 的 240 行

if (inputUri.fsPath.slice(inputUri.fsPath.length - 1) == "/") {

中的fsPath会把/全部转译成\\,于是判断失败了。