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:
Eric Amodio
2017-05-23 18:44:08 -04:00
parent 3502bdf6c7
commit 8a74950708
3 changed files with 61 additions and 37 deletions

View File

@@ -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"