Skip to content

Commit d6d40fd

Browse files
author
Loïc Mangeonjean
committed
cleanup: remove outdated xterm notice
1 parent e034829 commit d6d40fd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,6 @@ There are multiple benefits of using it:
351351

352352
If the provided container element is a child of a shadow dom element, the styles will be injected in both the main page and the shadow root. That's it.
353353

354-
### ⚠️ Xterm notice ⚠️
355-
356-
The webgl renderer of xterm, which VSCode is using, doesn't support being used inside a shadom dom (see https://github.com/xtermjs/xterm.js/pull/5334).
357-
Until it's fixed and deployed, either do not use the terminal service override, or apply the patch on your side (using [patch-package](https://www.npmjs.com/package/patch-package) for instance).
358-
359354
### Prerequisites
360355

361356
In order to be able to load the static css files in the shadow dom as well. Your bundler configuration needs to be adapted so that importing css files doesn't load their content in the page head, but instead just returns the file content as default (either as a string or a `CSSStyleSheet`). It can be achieved with most bundlers with some configurations.

0 commit comments

Comments
 (0)