-
Updated
Feb 26, 2021 - TypeScript
ide
Here are 1,587 public repositories matching this topic...
Please confirm that this problem is VSCodium-specific
- This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
Please confirm that the issue/resolution isn't already documented
- [ X ] I checked the Docs page and my issue is not mentioned there.
To Reproduce
Steps to reproduc
-
Updated
Feb 26, 2021
- Select theme with thick strip in line number block.
- Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
- Open another file. All display properly.
- If you see carefully that the whole block with line numbers in the first case is shifted to the left.
First file
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Mar 20, 2018 - TypeScript
Since becoming maintainer of this project, and making some security updates, we have not been able to get the electron build working. This is why there has not been a release in a while.
This is no small undertaking, but very very important!
Is your task related to a problem? Please describe.
When a Che-Theia plug-in is running a separate sidecar and it requests a resource from a local file system with vscode.workspace.fs API, Che-Theia tries to look for a requested resource in its own container. But such a call should be forwarded into the plug-in's sidecar.
Describe the solution you'd like
We need to adapt `vscode.wor
-
Updated
Jan 24, 2021 - PHP
-
Updated
Feb 26, 2021 - Python
-
Updated
Jul 21, 2020 - Go
-
Updated
Feb 26, 2021 - TypeScript
cc rust-lang/rls#1112
cc microsoft/language-server-protocol#376
This causes problems with displaying correct diagnostic span and code suggestion spans (here).
Community QA
-
Updated
Dec 23, 2020 - Haskell
-
Updated
Jan 28, 2021 - C++
-
Updated
Feb 14, 2021
-
Updated
Feb 6, 2021 - Lua
-
Updated
Oct 3, 2020 - C++
-
Updated
Sep 26, 2020 - Go
-
Updated
Jan 5, 2021 - Python
Improve this page
Add a description, image, and links to the ide topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ide topic, visit your repo's landing page and select "manage topics."

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