Skip to content

Commit 62d362c

Browse files
committed
Update to VS Code 1.47.2
1 parent 81d25dd commit 62d362c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ci/dev/vscode.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ index 0000000000..88b720ceee
218218
+ common.minifyTask("out-vscode")
219219
+));
220220
diff --git a/package.json b/package.json
221-
index 3729a85589..88742d99fc 100644
221+
index 86e3d5140d..2e52256e49 100644
222222
--- a/package.json
223223
+++ b/package.json
224224
@@ -42,6 +42,9 @@
@@ -232,7 +232,7 @@ index 3729a85589..88742d99fc 100644
232232
"chokidar": "3.2.3",
233233
"graceful-fs": "4.2.3",
234234
diff --git a/product.json b/product.json
235-
index e20b354974..92f72662c5 100644
235+
index 5378b017c8..afdadda974 100644
236236
--- a/product.json
237237
+++ b/product.json
238238
@@ -20,7 +20,7 @@

src/browser/pages/vscode.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@
8484
xterm: `${staticBase}/node_modules/xterm/lib/xterm.js`,
8585
"xterm-addon-search": `${staticBase}/node_modules/xterm-addon-search/lib/xterm-addon-search.js`,
8686
"xterm-addon-unicode11": `${staticBase}/node_modules/xterm-addon-unicode11/lib/xterm-addon-unicode11.js`,
87-
"xterm-addon-web-links": `${staticBase}/node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js`,
8887
"xterm-addon-webgl": `${staticBase}/node_modules/xterm-addon-webgl/lib/xterm-addon-webgl.js`,
8988
"semver-umd": `${staticBase}/node_modules/semver-umd/lib/semver-umd.js`,
89+
"iconv-lite-umd": `${staticBase}/node_modules/iconv-lite-umd/lib/iconv-lite-umd.js`,
90+
"jschardet": `${staticBase}/node_modules/jschardet/dist/jschardet.min.js`,
9091
},
9192
"vs/nls": nlsConfig,
9293
}

0 commit comments

Comments
 (0)