Skip to content

Commit 07580e1

Browse files
committed
Add path to loader for tas-client-umd
It's a new module used by 1.50.0.
1 parent e3699cf commit 07580e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/pages/vscode.ts

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ try {
4141
"xterm-addon-unicode11": `../node_modules/xterm-addon-unicode11/lib/xterm-addon-unicode11.js`,
4242
"xterm-addon-webgl": `../node_modules/xterm-addon-webgl/lib/xterm-addon-webgl.js`,
4343
"semver-umd": `../node_modules/semver-umd/lib/semver-umd.js`,
44+
"tas-client-umd": `../node_modules/tas-client-umd/lib/tas-client-umd.js`,
4445
"iconv-lite-umd": `../node_modules/iconv-lite-umd/lib/iconv-lite-umd.js`,
4546
jschardet: `../node_modules/jschardet/dist/jschardet.min.js`,
4647
},

0 commit comments

Comments
 (0)