-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encode after version 1.47.4 #526
Comments
@GabrielBFern, you can check your Test with: |
With "files.encoding" solve the problem, but when I use "files.enconding" per language doesn't work (I use different encoding with each language). And "files.encoding" say that "windows-1252" is not a valid option and "windows1252" is the correct one, but works with "windows-1252". |
@GabrielBFern, @mayerui , make a test with: svn-scm-1.50.0.vsix.zip |
Thanks for your attention. But there is no changes. May I provide more infomation: VSCode detect my files' encoding is "GB 2312", and every trouble is about Chinese words. Hope my reply helpful. |
Try set files.enconding with correct value and filés.autoGuestEncoding to false. |
🎉 This issue has been resolved in version 1.50.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue
Show changes in non-modified files after update to extension version 1.47.4. If I use version 1.47.3 works fine.
My config in settings.json:
"svn.default.encoding": "windows-1252",
"svn.multipleFolders.enabled": true
Steps to Reproduce
SVN Output
Using svn "1.9.5-SlikSvn" from "f:\xxx\svn\svn.exe"
[fon]$ svn info --xml f:\xxx\wc\des\barbosa\fon\TSTBAR.CBL
[rwd]$ svn info --xml
[fon]$ svn cat f:\xxx\wc\des\barbosa\fon\TSTBAR.CBL
[mod]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[rwd]$ svn stat --xml --no-ignore --ignore-externals --show-updates
Screenshots
The text was updated successfully, but these errors were encountered: