Skip to content
#

editor

Here are 3,450 public repositories matching this topic...

BradBailey-web
BradBailey-web commented Feb 21, 2021

It appears that emmet on vscode is missing this HTML tag (hgroup).
It is part of the living standard of HTML and therefore I think it was just overlooked (as it is rarely used.)
It is however an important tag for accessibility reasons.

Here is the MDN documentation for hgroup.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup

I am using Ubuntu 20.04
$ code -- version 1.5

editor.js
theia
safisa
safisa commented Feb 23, 2021

Hi,

Bug Description:

When using the OutputChannelManager the OutputChannelSeverity in the appendLine method does not work as expected, it does not color the Warning and Error as expected.
I have inspected the output line in the dev tools, and saw that the span over the message line has this class="mtk1 theia-output-warning", the

ekkl
ekkl commented Jul 9, 2018
  1. Select theme with thick strip in line number block.
  2. Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
  3. Open another file. All display properly.
  4. If you see carefully that the whole block with line numbers in the first case is shifted to the left.
    First file
    First file

Improve this page

Add a description, image, and links to the editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the editor topic, visit your repo's landing page and select "manage topics."

Learn more