From c7a5454afbfd870300219af380f29ad9249d1ec8 Mon Sep 17 00:00:00 2001 From: Dominik Jelinek Date: Tue, 19 Mar 2024 15:29:34 +0100 Subject: [PATCH] chore: Mention limitations for VS Code 1.87+ in known issues Signed-off-by: Dominik Jelinek --- KNOWN_ISSUES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 2560171a3..1cd6979cc 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -1,5 +1,14 @@ # Known Issues +## Limitations in testing with VS Code 1.87+ + +The issue [#206897](https://github.com/microsoft/vscode/issues/206897) was spotted and reported in [Visual Studio Code](https://github.com/microsoft/vscode) project. The problem is currently affecting only Windows and Linux architectures. Unfortunately there is no identified workaround at the moment, which leads to some ExTester's components methods are not working properly. + +- Output views / Text views + - getCurrentChannel +- Debug view + - getLaunchConfiguration + ## Tests getting stuck on launch on Linux (CentOS based) This is likely due to a missing dependency on ChromeDriver that runs underneath. If such a scenario occurs, we recommend installing the Chrome browser rpm, since it depends on all the required libraries.