mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Added support for encodings for Git.
Fixes #21146 **Bug** Git always uses utf8 encoding for retrieving file contents. **Fix** Pass the 'files.encoding' configuration property to the git-extension and use this encoding to decode git output.
This commit is contained in:
@@ -623,6 +623,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"iconv-lite": "0.4.15",
|
||||
"vscode-extension-telemetry": "^0.0.6",
|
||||
"vscode-nls": "^2.0.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user