We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ba40a commit 64b29c5Copy full SHA for 64b29c5
1 file changed
src/extensionsIntegrated/Terminal/TerminalInstance.js
@@ -24,9 +24,6 @@
24
*/
25
define(function (require, exports, module) {
26
27
- const KeyBindingManager = require("command/KeyBindingManager");
28
- const CommandManager = require("command/CommandManager");
29
-
30
// xterm.js and addons (loaded as AMD modules from thirdparty)
31
const xtermModule = require("thirdparty/xterm/xterm");
32
const FitAddonModule = require("thirdparty/xterm/addon-fit");
0 commit comments