Introduce browser level terminal services

This commit is contained in:
Daniel Imms
2019-06-10 12:30:43 -07:00
parent 3579abf05c
commit 0a489fdcf7
10 changed files with 115 additions and 71 deletions

View File

@@ -25,6 +25,9 @@
paths: {
'vscode-textmate': `${window.location.origin}/node_modules/vscode-textmate/release/main`,
'onigasm-umd': `${window.location.origin}/node_modules/onigasm-umd/release/main`,
'xterm': `${window.location.origin}/node_modules/xterm/lib/xterm.js`,
'xterm-addon-search': `${window.location.origin}/node_modules/xterm-addon-search/lib/SearchAddon.js`,
'xterm-addon-web-links': `${window.location.origin}/node_modules/xterm-addon-web-links/lib/WebLinksAddon.js`,
}
});