@theia/terminal 1.39.0-next.2 → 1.39.0-next.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/lib/browser/base/terminal-widget.js +1 -1
  2. package/lib/browser/base/terminal-widget.js.map +1 -1
  3. package/lib/browser/index.js +1 -1
  4. package/lib/browser/index.js.map +1 -1
  5. package/lib/browser/search/terminal-search-container.js +1 -1
  6. package/lib/browser/search/terminal-search-container.js.map +1 -1
  7. package/lib/browser/search/terminal-search-widget.js +1 -1
  8. package/lib/browser/search/terminal-search-widget.js.map +1 -1
  9. package/lib/browser/shell-terminal-profile.js +1 -1
  10. package/lib/browser/shell-terminal-profile.js.map +1 -1
  11. package/lib/browser/terminal-contribution.js +1 -1
  12. package/lib/browser/terminal-contribution.js.map +1 -1
  13. package/lib/browser/terminal-copy-on-selection-handler.js +1 -1
  14. package/lib/browser/terminal-copy-on-selection-handler.js.map +1 -1
  15. package/lib/browser/terminal-file-link-provider.js +1 -1
  16. package/lib/browser/terminal-file-link-provider.js.map +1 -1
  17. package/lib/browser/terminal-frontend-contribution.js +1 -1
  18. package/lib/browser/terminal-frontend-contribution.js.map +1 -1
  19. package/lib/browser/terminal-frontend-module.js +1 -1
  20. package/lib/browser/terminal-frontend-module.js.map +1 -1
  21. package/lib/browser/terminal-keybinding-contexts.js +1 -1
  22. package/lib/browser/terminal-keybinding-contexts.js.map +1 -1
  23. package/lib/browser/terminal-link-helpers.js +1 -1
  24. package/lib/browser/terminal-link-helpers.js.map +1 -1
  25. package/lib/browser/terminal-link-provider.js +1 -1
  26. package/lib/browser/terminal-link-provider.js.map +1 -1
  27. package/lib/browser/terminal-preferences.js +1 -1
  28. package/lib/browser/terminal-preferences.js.map +1 -1
  29. package/lib/browser/terminal-profile-service.js +1 -1
  30. package/lib/browser/terminal-profile-service.js.map +1 -1
  31. package/lib/browser/terminal-quick-open-service.js +1 -1
  32. package/lib/browser/terminal-quick-open-service.js.map +1 -1
  33. package/lib/browser/terminal-theme-service.js +1 -1
  34. package/lib/browser/terminal-theme-service.js.map +1 -1
  35. package/lib/browser/terminal-url-link-provider.js +1 -1
  36. package/lib/browser/terminal-url-link-provider.js.map +1 -1
  37. package/lib/browser/terminal-widget-impl.d.ts +2 -1
  38. package/lib/browser/terminal-widget-impl.d.ts.map +1 -1
  39. package/lib/browser/terminal-widget-impl.js +7 -2
  40. package/lib/browser/terminal-widget-impl.js.map +1 -1
  41. package/lib/common/base-terminal-protocol.js +1 -1
  42. package/lib/common/base-terminal-protocol.js.map +1 -1
  43. package/lib/common/shell-terminal-protocol.js +1 -1
  44. package/lib/common/shell-terminal-protocol.js.map +1 -1
  45. package/lib/common/terminal-common-module.js +1 -1
  46. package/lib/common/terminal-common-module.js.map +1 -1
  47. package/lib/common/terminal-protocol.js +1 -1
  48. package/lib/common/terminal-protocol.js.map +1 -1
  49. package/lib/common/terminal-watcher.js +1 -1
  50. package/lib/common/terminal-watcher.js.map +1 -1
  51. package/lib/node/base-terminal-server.js +1 -1
  52. package/lib/node/base-terminal-server.js.map +1 -1
  53. package/lib/node/buffering-stream.js +1 -1
  54. package/lib/node/buffering-stream.js.map +1 -1
  55. package/lib/node/buffering-stream.spec.js +1 -1
  56. package/lib/node/buffering-stream.spec.js.map +1 -1
  57. package/lib/node/index.js +1 -1
  58. package/lib/node/index.js.map +1 -1
  59. package/lib/node/shell-process.js +1 -1
  60. package/lib/node/shell-process.js.map +1 -1
  61. package/lib/node/shell-terminal-server.js +1 -1
  62. package/lib/node/shell-terminal-server.js.map +1 -1
  63. package/lib/node/shell-terminal-server.spec.js +1 -1
  64. package/lib/node/shell-terminal-server.spec.js.map +1 -1
  65. package/lib/node/terminal-backend-contribution.js +1 -1
  66. package/lib/node/terminal-backend-contribution.js.map +1 -1
  67. package/lib/node/terminal-backend-contribution.slow-spec.js +1 -1
  68. package/lib/node/terminal-backend-contribution.slow-spec.js.map +1 -1
  69. package/lib/node/terminal-backend-module.js +1 -1
  70. package/lib/node/terminal-backend-module.js.map +1 -1
  71. package/lib/node/terminal-server.js +1 -1
  72. package/lib/node/terminal-server.js.map +1 -1
  73. package/lib/node/terminal-server.spec.js +1 -1
  74. package/lib/node/terminal-server.spec.js.map +1 -1
  75. package/lib/node/test/terminal-test-container.js +1 -1
  76. package/lib/node/test/terminal-test-container.js.map +1 -1
  77. package/lib/package.spec.js +1 -1
  78. package/lib/package.spec.js.map +1 -1
  79. package/package.json +9 -9
  80. package/src/browser/base/terminal-service.ts +1 -1
  81. package/src/browser/base/terminal-widget.ts +1 -1
  82. package/src/browser/index.ts +1 -1
  83. package/src/browser/search/terminal-search-container.ts +1 -1
  84. package/src/browser/search/terminal-search-widget.tsx +1 -1
  85. package/src/browser/shell-terminal-profile.ts +1 -1
  86. package/src/browser/style/terminal-search.css +54 -48
  87. package/src/browser/style/terminal.css +5 -6
  88. package/src/browser/terminal-contribution.ts +1 -1
  89. package/src/browser/terminal-copy-on-selection-handler.ts +1 -1
  90. package/src/browser/terminal-file-link-provider.ts +1 -1
  91. package/src/browser/terminal-frontend-contribution.ts +1 -1
  92. package/src/browser/terminal-frontend-module.ts +1 -1
  93. package/src/browser/terminal-keybinding-contexts.ts +1 -1
  94. package/src/browser/terminal-link-helpers.ts +1 -1
  95. package/src/browser/terminal-link-provider.ts +1 -1
  96. package/src/browser/terminal-preferences.ts +1 -1
  97. package/src/browser/terminal-profile-service.ts +1 -1
  98. package/src/browser/terminal-quick-open-service.ts +1 -1
  99. package/src/browser/terminal-theme-service.ts +1 -1
  100. package/src/browser/terminal-url-link-provider.ts +1 -1
  101. package/src/browser/terminal-widget-impl.ts +8 -2
  102. package/src/common/base-terminal-protocol.ts +1 -1
  103. package/src/common/shell-terminal-protocol.ts +1 -1
  104. package/src/common/terminal-common-module.ts +1 -1
  105. package/src/common/terminal-protocol.ts +1 -1
  106. package/src/common/terminal-watcher.ts +1 -1
  107. package/src/node/base-terminal-server.ts +1 -1
  108. package/src/node/buffering-stream.spec.ts +1 -1
  109. package/src/node/buffering-stream.ts +1 -1
  110. package/src/node/index.ts +1 -1
  111. package/src/node/shell-process.ts +1 -1
  112. package/src/node/shell-terminal-server.spec.ts +1 -1
  113. package/src/node/shell-terminal-server.ts +1 -1
  114. package/src/node/terminal-backend-contribution.slow-spec.ts +1 -1
  115. package/src/node/terminal-backend-contribution.ts +1 -1
  116. package/src/node/terminal-backend-module.ts +1 -1
  117. package/src/node/terminal-server.spec.ts +1 -1
  118. package/src/node/terminal-server.ts +1 -1
  119. package/src/node/test/terminal-test-container.ts +1 -1
  120. package/src/package.spec.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-backend-contribution.slow-spec.js","sourceRoot":"","sources":["../../src/node/terminal-backend-contribution.slow-spec.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;AAEhF,4EAA6E;AAC7E,kFAA8E;AAC9E,+EAAyE;AAGzE,mEAA4D;AAC5D,yGAAwG;AAExG,QAAQ,CAAC,+BAA+B,EAAE;IAEtC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IACpB,IAAI,MAAkC,CAAC;IACvC,IAAI,mBAAyC,CAAC;IAE9C,UAAU,CAAC,KAAK,IAAI,EAAE;QAClB,MAAM,SAAS,GAAG,IAAA,qDAA2B,GAAE,CAAC;QAChD,MAAM,WAAW,GAAG,SAAS,CAAC,GAAG,CAAC,wCAAkB,CAAC,CAAC;QACtD,mBAAmB,GAAG,SAAS,CAAC,GAAG,CAAC,8CAAoB,CAAC,CAAC;QAC1D,MAAM,GAAG,MAAM,WAAW,CAAC,KAAK,EAAE,CAAC;IACvC,CAAC,CAAC,CAAC;IAEH,SAAS,CAAC,GAAG,EAAE;QACX,MAAM,CAAC,GAAG,MAAM,CAAC;QACjB,MAAM,GAAG,SAAU,CAAC;QACpB,mBAAmB,GAAG,SAAU,CAAC;QACjC,CAAC,CAAC,KAAK,EAAE,CAAC;IACd,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,8CAA8C,EAAE,KAAK,IAAI,EAAE;QAC1D,MAAM,UAAU,GAAG,MAAM,mBAAmB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QACxD,MAAM,IAAI,OAAO,CAAO,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACxC,MAAM,IAAI,GAAG,GAAG,iCAAa,IAAI,UAAU,EAAE,CAAC;YAC9C,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,IAAI,mDAAyB,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;YACjF,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;YACxB,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,2BAA2B,KAAK,CAAC,IAAI,eAAe,KAAK,CAAC,MAAM,WAAW,CAAC,CAAC,CAAC,CAAC;YAEzH,WAAW,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAAE;gBACjC,IAAI,KAAK,CAAC,EAAE,KAAK,IAAI,EAAE;oBACnB,OAAO,EAAE,CAAC;oBACV,OAAO,CAAC,KAAK,EAAE,CAAC;iBACnB;YACL,CAAC,CAAC,CAAC;QAEP,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AAEP,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"terminal-backend-contribution.slow-spec.js","sourceRoot":"","sources":["../../src/node/terminal-backend-contribution.slow-spec.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;AAEhF,4EAA6E;AAC7E,kFAA8E;AAC9E,+EAAyE;AAGzE,mEAA4D;AAC5D,yGAAwG;AAExG,QAAQ,CAAC,+BAA+B,EAAE;IAEtC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IACpB,IAAI,MAAkC,CAAC;IACvC,IAAI,mBAAyC,CAAC;IAE9C,UAAU,CAAC,KAAK,IAAI,EAAE;QAClB,MAAM,SAAS,GAAG,IAAA,qDAA2B,GAAE,CAAC;QAChD,MAAM,WAAW,GAAG,SAAS,CAAC,GAAG,CAAC,wCAAkB,CAAC,CAAC;QACtD,mBAAmB,GAAG,SAAS,CAAC,GAAG,CAAC,8CAAoB,CAAC,CAAC;QAC1D,MAAM,GAAG,MAAM,WAAW,CAAC,KAAK,EAAE,CAAC;IACvC,CAAC,CAAC,CAAC;IAEH,SAAS,CAAC,GAAG,EAAE;QACX,MAAM,CAAC,GAAG,MAAM,CAAC;QACjB,MAAM,GAAG,SAAU,CAAC;QACpB,mBAAmB,GAAG,SAAU,CAAC;QACjC,CAAC,CAAC,KAAK,EAAE,CAAC;IACd,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,8CAA8C,EAAE,KAAK,IAAI,EAAE;QAC1D,MAAM,UAAU,GAAG,MAAM,mBAAmB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QACxD,MAAM,IAAI,OAAO,CAAO,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACxC,MAAM,IAAI,GAAG,GAAG,iCAAa,IAAI,UAAU,EAAE,CAAC;YAC9C,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,IAAI,mDAAyB,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;YACjF,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;YACxB,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,2BAA2B,KAAK,CAAC,IAAI,eAAe,KAAK,CAAC,MAAM,WAAW,CAAC,CAAC,CAAC,CAAC;YAEzH,WAAW,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAAE;gBACjC,IAAI,KAAK,CAAC,EAAE,KAAK,IAAI,EAAE;oBACnB,OAAO,EAAE,CAAC;oBACV,OAAO,CAAC,KAAK,EAAE,CAAC;iBACnB;YACL,CAAC,CAAC,CAAC;QAEP,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AAEP,CAAC,CAAC,CAAC"}
@@ -12,7 +12,7 @@
12
12
  // with the GNU Classpath Exception which is available at
13
13
  // https://www.gnu.org/software/classpath/license.html.
14
14
  //
15
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
16
16
  // *****************************************************************************
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.bindTerminalServer = void 0;
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-backend-module.js","sourceRoot":"","sources":["../../src/node/terminal-backend-module.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"terminal-backend-module.js","sourceRoot":"","sources":["../../src/node/terminal-backend-module.ts"],"names":[],"mappings":"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"}
@@ -12,7 +12,7 @@
12
12
  // with the GNU Classpath Exception which is available at
13
13
  // https://www.gnu.org/software/classpath/license.html.
14
14
  //
15
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
16
16
  // *****************************************************************************
17
17
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
18
18
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-server.js","sourceRoot":"","sources":["../../src/node/terminal-server.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;;;;;;;AAEhF,4DAAyE;AACzE,0DAAwD;AAKxD,iEAA4D;AAC5D,kDAAiF;AAGjF,IAAa,cAAc,GAA3B,MAAa,cAAe,SAAQ,yCAAkB;IAIlD,YAC4B,cAA8B,EAClB,MAAe;QAEnD,KAAK,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;IAClC,CAAC;IAED,MAAM,CAAC,OAA+B;QAClC,OAAO,IAAI,OAAO,CAAS,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC3C,MAAM,IAAI,GAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;YAC3C,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;gBACb,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtB,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;YACrB,CAAC,CAAC,CAAC;YACH,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;gBACjB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,+BAA+B,EAAE,KAAK,CAAC,CAAC;gBAC1D,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;YAChB,CAAC,CAAC,CAAC;QACP,CAAC,CAAC,CAAC;IAEP,CAAC;CACJ,CAAA;AAvBmC;IAA/B,IAAA,kBAAM,EAAC,6BAAsB,CAAC;;uDAA4D;AAFlF,cAAc;IAD1B,IAAA,sBAAU,GAAE;IAMJ,WAAA,IAAA,kBAAM,EAAC,qBAAc,CAAC,CAAA;IACtB,WAAA,IAAA,kBAAM,EAAC,gBAAO,CAAC,CAAA;IAAE,WAAA,IAAA,iBAAK,EAAC,UAAU,CAAC,CAAA;qCADK,qBAAc;GALjD,cAAc,CAyB1B;AAzBY,wCAAc"}
1
+ {"version":3,"file":"terminal-server.js","sourceRoot":"","sources":["../../src/node/terminal-server.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;;;;;;;;;;;;;AAEhF,4DAAyE;AACzE,0DAAwD;AAKxD,iEAA4D;AAC5D,kDAAiF;AAGjF,IAAa,cAAc,GAA3B,MAAa,cAAe,SAAQ,yCAAkB;IAIlD,YAC4B,cAA8B,EAClB,MAAe;QAEnD,KAAK,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;IAClC,CAAC;IAED,MAAM,CAAC,OAA+B;QAClC,OAAO,IAAI,OAAO,CAAS,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC3C,MAAM,IAAI,GAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;YAC3C,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;gBACb,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtB,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;YACrB,CAAC,CAAC,CAAC;YACH,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;gBACjB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,+BAA+B,EAAE,KAAK,CAAC,CAAC;gBAC1D,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;YAChB,CAAC,CAAC,CAAC;QACP,CAAC,CAAC,CAAC;IAEP,CAAC;CACJ,CAAA;AAvBmC;IAA/B,IAAA,kBAAM,EAAC,6BAAsB,CAAC;;uDAA4D;AAFlF,cAAc;IAD1B,IAAA,sBAAU,GAAE;IAMJ,WAAA,IAAA,kBAAM,EAAC,qBAAc,CAAC,CAAA;IACtB,WAAA,IAAA,kBAAM,EAAC,gBAAO,CAAC,CAAA;IAAE,WAAA,IAAA,iBAAK,EAAC,UAAU,CAAC,CAAA;qCADK,qBAAc;GALjD,cAAc,CAyB1B;AAzBY,wCAAc"}
@@ -12,7 +12,7 @@
12
12
  // with the GNU Classpath Exception which is available at
13
13
  // https://www.gnu.org/software/classpath/license.html.
14
14
  //
15
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
16
16
  // *****************************************************************************
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  const chai = require("chai");
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-server.spec.js","sourceRoot":"","sources":["../../src/node/terminal-server.spec.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;AAEhF,6BAA6B;AAC7B,4EAA6E;AAC7E,mEAA8D;AAE9D;;GAEG;AAEH,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;AAE3B,QAAQ,CAAC,gBAAgB,EAAE;IAEvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,IAAI,cAA+B,CAAC;IAEpC,UAAU,CAAC,GAAG,EAAE;QACZ,MAAM,SAAS,GAAG,IAAA,qDAA2B,GAAE,CAAC;QAChD,cAAc,GAAG,SAAS,CAAC,GAAG,CAAC,mCAAe,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,sBAAsB,EAAE,KAAK;QAC5B,MAAM,IAAI,GAAG,CAAC,WAAW,CAAC,CAAC;QAC3B,MAAM,YAAY,GAAG,MAAM,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;QAC9F,MAAM,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,6CAA6C,EAAE,KAAK;QACnD,MAAM,WAAW,GAAG,MAAM,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,eAAe,EAAE,CAAC,CAAC;QAC9E,MAAM,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"terminal-server.spec.js","sourceRoot":"","sources":["../../src/node/terminal-server.spec.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;AAEhF,6BAA6B;AAC7B,4EAA6E;AAC7E,mEAA8D;AAE9D;;GAEG;AAEH,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;AAE3B,QAAQ,CAAC,gBAAgB,EAAE;IAEvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,IAAI,cAA+B,CAAC;IAEpC,UAAU,CAAC,GAAG,EAAE;QACZ,MAAM,SAAS,GAAG,IAAA,qDAA2B,GAAE,CAAC;QAChD,cAAc,GAAG,SAAS,CAAC,GAAG,CAAC,mCAAe,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,sBAAsB,EAAE,KAAK;QAC5B,MAAM,IAAI,GAAG,CAAC,WAAW,CAAC,CAAC;QAC3B,MAAM,YAAY,GAAG,MAAM,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;QAC9F,MAAM,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,6CAA6C,EAAE,KAAK;QACnD,MAAM,WAAW,GAAG,MAAM,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,eAAe,EAAE,CAAC,CAAC;QAC9E,MAAM,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC"}
@@ -14,7 +14,7 @@ exports.createTerminalTestContainer = void 0;
14
14
  // with the GNU Classpath Exception which is available at
15
15
  // https://www.gnu.org/software/classpath/license.html.
16
16
  //
17
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
17
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
18
18
  // *****************************************************************************
19
19
  const inversify_1 = require("@theia/core/shared/inversify");
20
20
  const logger_backend_module_1 = require("@theia/core/lib/node/logger-backend-module");
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-test-container.js","sourceRoot":"","sources":["../../../src/node/test/terminal-test-container.ts"],"names":[],"mappings":";;;AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;AAChF,4DAAyD;AACzD,sFAAwE;AACxE,gGAA2F;AAC3F,2FAAkF;AAClF,sGAAiG;AACjG,wEAA+D;AAC/D,uFAAmF;AACnF,sEAAkE;AAElE,SAAgB,2BAA2B;IACvC,MAAM,SAAS,GAAG,IAAI,qBAAS,EAAE,CAAC;IAElC,SAAS,CAAC,IAAI,CAAC,qDAAwB,CAAC,CAAC;IACzC,SAAS,CAAC,MAAM,CAAC,wCAAkB,CAAC,CAAC,eAAe,CAAC,EAAwB,CAAC,CAAC;IAC/E,SAAS,CAAC,MAAM,CAAC,4BAAY,CAAC,CAAC,eAAe,CAAC,IAAI,KAAM,SAAQ,4BAAY;QAChE,oBAAoB,KAAW,CAAC;KAC5C,CAAC,CAAC;IAEH,IAAA,kCAAU,EAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;IAC3C,SAAS,CAAC,IAAI,CAAC,iDAAsB,CAAC,CAAC;IACvC,SAAS,CAAC,IAAI,CAAC,gCAAoB,CAAC,CAAC;IACrC,SAAS,CAAC,IAAI,CAAC,iCAAqB,CAAC,CAAC;IACtC,OAAO,SAAS,CAAC;AACrB,CAAC;AAdD,kEAcC"}
1
+ {"version":3,"file":"terminal-test-container.js","sourceRoot":"","sources":["../../../src/node/test/terminal-test-container.ts"],"names":[],"mappings":";;;AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;AAChF,4DAAyD;AACzD,sFAAwE;AACxE,gGAA2F;AAC3F,2FAAkF;AAClF,sGAAiG;AACjG,wEAA+D;AAC/D,uFAAmF;AACnF,sEAAkE;AAElE,SAAgB,2BAA2B;IACvC,MAAM,SAAS,GAAG,IAAI,qBAAS,EAAE,CAAC;IAElC,SAAS,CAAC,IAAI,CAAC,qDAAwB,CAAC,CAAC;IACzC,SAAS,CAAC,MAAM,CAAC,wCAAkB,CAAC,CAAC,eAAe,CAAC,EAAwB,CAAC,CAAC;IAC/E,SAAS,CAAC,MAAM,CAAC,4BAAY,CAAC,CAAC,eAAe,CAAC,IAAI,KAAM,SAAQ,4BAAY;QAChE,oBAAoB,KAAW,CAAC;KAC5C,CAAC,CAAC;IAEH,IAAA,kCAAU,EAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;IAC3C,SAAS,CAAC,IAAI,CAAC,iDAAsB,CAAC,CAAC;IACvC,SAAS,CAAC,IAAI,CAAC,gCAAoB,CAAC,CAAC;IACrC,SAAS,CAAC,IAAI,CAAC,iCAAqB,CAAC,CAAC;IACtC,OAAO,SAAS,CAAC;AACrB,CAAC;AAdD,kEAcC"}
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
  /* note: this bogus test file is required so that
17
17
  we are able to run mocha unit tests on this
@@ -1 +1 @@
1
- {"version":3,"file":"package.spec.js","sourceRoot":"","sources":["../src/package.spec.ts"],"names":[],"mappings":"AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;AAEhF;;;;;;qBAMqB;AAErB,QAAQ,CAAC,kBAAkB,EAAE,GAAG,EAAE;IAE9B,EAAE,CAAC,kCAAkC,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"package.spec.js","sourceRoot":"","sources":["../src/package.spec.ts"],"names":[],"mappings":"AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;AAEhF;;;;;;qBAMqB;AAErB,QAAQ,CAAC,kBAAkB,EAAE,GAAG,EAAE;IAE9B,EAAE,CAAC,kCAAkC,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@theia/terminal",
3
- "version": "1.39.0-next.2+d6b5c5ce2",
3
+ "version": "1.39.0-next.20+7012fd29f",
4
4
  "description": "Theia - Terminal Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.39.0-next.2+d6b5c5ce2",
7
- "@theia/editor": "1.39.0-next.2+d6b5c5ce2",
8
- "@theia/filesystem": "1.39.0-next.2+d6b5c5ce2",
9
- "@theia/process": "1.39.0-next.2+d6b5c5ce2",
10
- "@theia/variable-resolver": "1.39.0-next.2+d6b5c5ce2",
11
- "@theia/workspace": "1.39.0-next.2+d6b5c5ce2",
6
+ "@theia/core": "1.39.0-next.20+7012fd29f",
7
+ "@theia/editor": "1.39.0-next.20+7012fd29f",
8
+ "@theia/filesystem": "1.39.0-next.20+7012fd29f",
9
+ "@theia/process": "1.39.0-next.20+7012fd29f",
10
+ "@theia/variable-resolver": "1.39.0-next.20+7012fd29f",
11
+ "@theia/workspace": "1.39.0-next.20+7012fd29f",
12
12
  "xterm": "^4.16.0",
13
13
  "xterm-addon-fit": "^0.5.0",
14
14
  "xterm-addon-search": "^0.8.2"
@@ -26,7 +26,7 @@
26
26
  "keywords": [
27
27
  "theia-extension"
28
28
  ],
29
- "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
29
+ "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
30
30
  "repository": {
31
31
  "type": "git",
32
32
  "url": "https://github.com/eclipse-theia/theia.git"
@@ -53,5 +53,5 @@
53
53
  "nyc": {
54
54
  "extends": "../../configs/nyc.json"
55
55
  },
56
- "gitHead": "d6b5c5ce2601983f06797fe8c4db0fb642c5d1e7"
56
+ "gitHead": "7012fd29fa9d3e78327e4f0d678ef4bae58c15e8"
57
57
  }
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
  import { Event } from '@theia/core/lib/common/event';
17
17
  import { WidgetOpenerOptions } from '@theia/core/lib/browser';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { Event, ViewColumn } from '@theia/core';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  export * from './terminal-frontend-module';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { interfaces } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { injectable, inject, postConstruct } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { URI } from '@theia/core';
@@ -11,83 +11,89 @@
11
11
  * with the GNU Classpath Exception which is available at
12
12
  * https://www.gnu.org/software/classpath/license.html.
13
13
  *
14
- * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  ********************************************************************************/
16
16
 
17
17
  .theia-search-terminal-widget-parent {
18
- background: var(--theia-sideBar-background);
19
- position: absolute;
20
- margin: 0px;
21
- border: var(--theia-border-width) solid transparent;
22
- padding: 0px;
23
- top: 1px;
24
- right: 19px;
18
+ background: var(--theia-sideBar-background);
19
+ position: absolute;
20
+ margin: 0px;
21
+ border: var(--theia-border-width) solid transparent;
22
+ padding: 0px;
23
+ top: 1px;
24
+ right: 19px;
25
25
 
26
- z-index: 10;
26
+ z-index: 10;
27
27
  }
28
28
 
29
29
  .theia-search-terminal-widget-parent .theia-search-elem-box {
30
- display: flex;
31
- margin: 0px;
32
- border: var(--theia-border-width) solid transparent;
33
- padding: 0px;
34
- align-items: center;
35
- color: var(--theia-input-foreground);
36
- background: var(--theia-input-background);
30
+ display: flex;
31
+ margin: 0px;
32
+ border: var(--theia-border-width) solid transparent;
33
+ padding: 0px;
34
+ align-items: center;
35
+ color: var(--theia-input-foreground);
36
+ background: var(--theia-input-background);
37
37
  }
38
38
 
39
39
  .theia-search-terminal-widget-parent .theia-search-elem-box input {
40
- margin-left: 5px;
41
- padding: 0px;
42
- width: 100px;
43
- height: 18px;
44
- color: inherit;
45
- background-color: inherit;
46
- border: var(--theia-border-width) solid transparent;
47
- outline: none;
40
+ margin-left: 5px;
41
+ padding: 0px;
42
+ width: 100px;
43
+ height: 18px;
44
+ color: inherit;
45
+ background-color: inherit;
46
+ border: var(--theia-border-width) solid transparent;
47
+ outline: none;
48
48
  }
49
49
 
50
- .theia-search-terminal-widget-parent .theia-search-elem-box .search-elem.codicon {
51
- height: 16px;
52
- width: 18px;
50
+ .theia-search-terminal-widget-parent
51
+ .theia-search-elem-box
52
+ .search-elem.codicon {
53
+ height: 16px;
54
+ width: 18px;
53
55
  }
54
56
 
55
57
  .theia-search-terminal-widget-parent .search-elem.codicon {
56
- border: var(--theia-border-width) solid transparent;
57
- height: 20px;
58
- width: 20px;
59
- opacity: 0.7;
60
- outline: none;
61
- color: var(--theia-input-foreground);
62
- padding: 0px;
63
- margin-left: 3px;
58
+ border: var(--theia-border-width) solid transparent;
59
+ height: 20px;
60
+ width: 20px;
61
+ opacity: 0.7;
62
+ outline: none;
63
+ color: var(--theia-input-foreground);
64
+ padding: 0px;
65
+ margin-left: 3px;
64
66
  }
65
67
 
66
68
  .theia-search-terminal-widget-parent .search-elem:hover {
67
- opacity: 1;
69
+ opacity: 1;
68
70
  }
69
71
 
70
72
  .theia-search-terminal-widget-parent .theia-search-elem-box.focused {
71
- border: var(--theia-border-width) solid var(--theia-focusBorder);
73
+ border: var(--theia-border-width) solid var(--theia-focusBorder);
72
74
  }
73
75
 
74
- .theia-search-terminal-widget-parent .theia-search-elem-box .search-elem.option-enabled {
75
- border: var(--theia-border-width) solid var(--theia-inputOption-activeBorder);
76
- background-color: var(--theia-inputOption-activeBackground);
76
+ .theia-search-terminal-widget-parent
77
+ .theia-search-elem-box
78
+ .search-elem.option-enabled {
79
+ border: var(--theia-border-width) solid var(--theia-inputOption-activeBorder);
80
+ background-color: var(--theia-inputOption-activeBackground);
77
81
  }
78
82
 
79
83
  .theia-search-terminal-widget-parent .theia-search-terminal-widget {
80
- margin: 2px;
81
- display: flex;
82
- align-items: center;
83
- font: var(--theia-content-font-size);
84
- color: var(--theia-input-foreground);
84
+ margin: 2px;
85
+ display: flex;
86
+ align-items: center;
87
+ font: var(--theia-content-font-size);
88
+ color: var(--theia-input-foreground);
85
89
  }
86
90
 
87
91
  .theia-search-terminal-widget-parent .theia-search-terminal-widget button {
88
- background-color: transparent;
92
+ background-color: transparent;
89
93
  }
90
94
 
91
- .theia-search-terminal-widget-parent .theia-search-terminal-widget button:focus {
92
- border: var(--theia-border-width) var(--theia-focusBorder) solid;
95
+ .theia-search-terminal-widget-parent
96
+ .theia-search-terminal-widget
97
+ button:focus {
98
+ border: var(--theia-border-width) var(--theia-focusBorder) solid;
93
99
  }
@@ -11,14 +11,14 @@
11
11
  * with the GNU Classpath Exception which is available at
12
12
  * https://www.gnu.org/software/classpath/license.html.
13
13
  *
14
- * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  ********************************************************************************/
16
16
 
17
17
  .terminal-container {
18
- width:100%;
19
- height:100%;
20
- padding: var(--theia-code-padding);
21
- background: var(--theia-terminal-background);
18
+ width: 100%;
19
+ height: 100%;
20
+ padding: var(--theia-code-padding);
21
+ background: var(--theia-terminal-background);
22
22
  }
23
23
 
24
24
  .xterm .xterm-screen canvas {
@@ -26,7 +26,6 @@
26
26
  border: 1px solid var(--theia-terminal-background);
27
27
  }
28
28
 
29
-
30
29
  .terminal-container .xterm .xterm-helper-textarea {
31
30
  /* fix secondary cursor-like issue. See https://github.com/eclipse-theia/theia/issues/8158 */
32
31
  opacity: 0 !important;
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { TerminalContribution } from './terminal-widget-impl';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { injectable, postConstruct } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { OS, Path } from '@theia/core';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { inject, injectable, optional, postConstruct } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import '../../src/browser/style/terminal.css';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { injectable, inject } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import type { IBufferRange, IBufferLine, IBuffer, Terminal } from 'xterm';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { CancellationToken, ContributionProvider, DisposableCollection, disposableTimeout, isOSX } from '@theia/core';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  /* eslint-disable max-len */
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { Emitter, Event } from '@theia/core';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { inject, injectable, optional } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { ITheme } from 'xterm';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { inject, injectable } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { Terminal, RendererType } from 'xterm';
@@ -42,6 +42,7 @@ import { CommandLineOptions, ShellCommandBuilder } from '@theia/process/lib/comm
42
42
  import { Key } from '@theia/core/lib/browser/keys';
43
43
  import { nls } from '@theia/core/lib/common/nls';
44
44
  import { TerminalMenus } from './terminal-frontend-contribution';
45
+ import debounce = require('p-debounce');
45
46
 
46
47
  export const TERMINAL_WIDGET_FACTORY_ID = 'terminal';
47
48
 
@@ -758,7 +759,12 @@ export class TerminalWidgetImpl extends TerminalWidget implements StatefulWidget
758
759
  super.dispose();
759
760
  }
760
761
 
761
- protected resizeTerminal(): void {
762
+ protected resizeTerminal = debounce(() => this.doResizeTerminal(), 50);
763
+
764
+ protected doResizeTerminal(): void {
765
+ if (this.isDisposed) {
766
+ return;
767
+ }
762
768
  const geo = this.fitAddon.proposeDimensions();
763
769
  const cols = geo.cols;
764
770
  const rows = geo.rows - 1; // subtract one row for margin
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { JsonRpcServer } from '@theia/core/lib/common/messaging/proxy-factory';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { JsonRpcProxy } from '@theia/core';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { interfaces } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { IBaseTerminalServer, IBaseTerminalServerOptions } from './base-terminal-protocol';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { injectable } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { inject, injectable, named } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { wait } from '@theia/core/lib/common/promise-util';