Open Amanoki opened 9 months ago
Hey, glad you like it! I'll look at this as soon as I can, really busy with work at the moment so it might be a while! Thanks for your patience!
Thank you for the reply! I actually solved it by setting git config --global core.quotepath false
. It made the terminal display the correct characters and the extension panel displays normally as well, so it's working fine for me now. Although there might be a way to make the extension display normally even without this setting. Feel free to look into it only when you have time!
Oh cool, great you found a solution! I'll definitely revisit when I get the time and see what I can do.
Hi, I recently found this useful extension. Thanks for it and hope you're doing well!
I would like to report an issue: The Gitsweep panel is not correctly handling files when filenames contain non-ASCII characters (e.g. Chinese, Japanese).
As shown in the screenshot, both files belong to the same
TestFolder
folder while the second file contains non-ASCII characters. Both files are correctly applied Skip Worktree, however:"TestFolder
folder;This is probably due to the fact that when the filename contains non-ASCII characters, its path is wrapped in quotation marks and the extension doesn't handle it correctly. This is how their path look in the terminal:
Expected behavior: Both files should be put in the same folder, the filenames with non-ASCII characters should be correctly displayed and all available actions should work for it correctly.
Hopefully this issue can be fixed, thank you!