Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/dev/vscode.patch
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ index 0000000000..88b720ceee
+ common.minifyTask("out-vscode")
+));
diff --git a/package.json b/package.json
index 3729a85589..88742d99fc 100644
index 86e3d5140d..2e52256e49 100644
--- a/package.json
+++ b/package.json
@@ -42,6 +42,9 @@
Expand All @@ -232,7 +232,7 @@ index 3729a85589..88742d99fc 100644
"chokidar": "3.2.3",
"graceful-fs": "4.2.3",
diff --git a/product.json b/product.json
index e20b354974..92f72662c5 100644
index 5378b017c8..afdadda974 100644
--- a/product.json
+++ b/product.json
@@ -20,7 +20,7 @@
Expand Down
3 changes: 2 additions & 1 deletion src/browser/pages/vscode.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@
xterm: `${staticBase}/node_modules/xterm/lib/xterm.js`,
"xterm-addon-search": `${staticBase}/node_modules/xterm-addon-search/lib/xterm-addon-search.js`,
"xterm-addon-unicode11": `${staticBase}/node_modules/xterm-addon-unicode11/lib/xterm-addon-unicode11.js`,
"xterm-addon-web-links": `${staticBase}/node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js`,
"xterm-addon-webgl": `${staticBase}/node_modules/xterm-addon-webgl/lib/xterm-addon-webgl.js`,
"semver-umd": `${staticBase}/node_modules/semver-umd/lib/semver-umd.js`,
"iconv-lite-umd": `${staticBase}/node_modules/iconv-lite-umd/lib/iconv-lite-umd.js`,
jschardet: `${staticBase}/node_modules/jschardet/dist/jschardet.min.js`,
},
"vs/nls": nlsConfig,
}
Expand Down