telesoho/vscode-markdown-paste-image

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

ZUIcat opened this issue · 0 comments

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

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

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

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