mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-26 12:44:05 +00:00
* move encoding.ts to common for #79275 * load iconv-lite-umd and jschardet in web version for #79275 * move EncodingOracle to the AbstractTextFileService for #79275 * review * update to new iconv-lite-umd * add workaround for jschardet types * fix indentation * add iconv-lite-umd and jschardet to workbench.html * fix paths for modules Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"name": "vscode-web",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"semver-umd": "^5.5.7",
|
|
"iconv-lite-umd": "0.6.3",
|
|
"jschardet": "2.1.1",
|
|
"vscode-oniguruma": "1.3.1",
|
|
"vscode-textmate": "5.1.1",
|
|
"xterm": "4.7.0-beta.3",
|
|
"xterm-addon-search": "0.7.0",
|
|
"xterm-addon-unicode11": "0.2.0",
|
|
"xterm-addon-webgl": "0.7.0"
|
|
}
|
|
}
|