oleg-shilo / Favorites.vscode

VSCode extension for managing Favorites
MIT License
23 stars 6 forks source link

Chinese file name is garbled, decodeURI() var document can solve the problem. Maybe other languages have this problem too #32

Closed ssr-vpn closed 2 years ago

ssr-vpn commented 2 years ago

modify %USERPROFILE%.vscode xtensions\oleg-shilo.favorites-1.5.11\out\src xtension.js ,the 65 line,document = decodeURI(vscode.window.activeTextEditor.document.uri.toString());can solve the problem

oleg-shilo commented 2 years ago

Thank you, will have a look. Can you please provide a file name here that triggers the problem? So I can test and fix it.

ssr-vpn commented 2 years ago

C:\Users\l\OneDrive\sync\workspace\script\bash\bcc\root\生成目录索引页-dir-需行数.sh

oleg-shilo commented 2 years ago

Thank you. Done. Please update your extension to v1.5.12