mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-28 17:25:09 -05:00
Fixes #40 - encoding issues
This is only a partial fix, as vscode doesn't allow enough controls to fix everything
This commit is contained in:
@@ -902,22 +902,24 @@
|
||||
"dependencies": {
|
||||
"applicationinsights": "0.20.0",
|
||||
"copy-paste": "1.3.0",
|
||||
"iconv-lite": "0.4.17",
|
||||
"ignore": "3.3.3",
|
||||
"lodash.debounce": "4.0.8",
|
||||
"lodash.escaperegexp": "4.1.2",
|
||||
"lodash.isequal": "4.5.0",
|
||||
"lodash.once": "4.1.1",
|
||||
"moment": "2.18.1",
|
||||
"spawn-rx": "2.0.10",
|
||||
"spawn-rx": "2.0.11",
|
||||
"tmp": "0.0.31"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/applicationinsights": "0.15.33",
|
||||
"@types/copy-paste": "1.1.30",
|
||||
"@types/iconv-lite": "0.0.1",
|
||||
"@types/mocha": "2.2.41",
|
||||
"@types/node": "7.0.22",
|
||||
"@types/tmp": "0.0.33",
|
||||
"mocha": "3.4.1",
|
||||
"mocha": "3.4.2",
|
||||
"tslint": "5.3.2",
|
||||
"typescript": "2.3.3",
|
||||
"vscode": "1.1.0"
|
||||
|
||||
Reference in New Issue
Block a user