Vladislav Annenkov

Results 3 issues of Vladislav Annenkov

How can I use vector xml drawable in Android pre-Lollipop? I just trying to use code like this: ``` addSlide(SlideFragmentBuilder() .backgroundColor(R.color.color_secondary) .buttonsColor(R.color.colorAccent) .image(R.drawable.vector_drawable) .title("Text.") .description("Text.") .build()) ``` Vector image looks...

#### What it does Fixes: https://github.com/eclipse-theia/theia/issues/11606 Fix an issue where debugger doesn't send breakpoints on first run. #### How to test 1. Open any project in Theia. 2. Switch to...

### Bug Description: There is a bug regarding the debugger which appears with the first debugger run. Because of it breakpoints are not sent to the debug adapter. This is...