Daniel Biehl
Daniel Biehl
this is just a crude configuration, like I said I'm not very experienced with Neovim, but it works a little for me. I followed this guide: https://github.com/neovim/nvim-lspconfig to enable lsp...
@gohierf and @touchedthecode published a new version with support for python syntax in IF and WHILE expressions. Can you please test it and give me a short feedback? I have...
I cannot really do this, because that's depending of VSCode `editor.bracketPairColorization.enabled` setting, wich is enabled by default, and also by the color theme you are use. one of the main...
This is a weird feature of vscode, why showing these entries if the file or folder does not contain tests. Need to investigate this a little bit more...
This also does not work with Python tests and Dotnet tests, running tests in a folder works, but not at file level. There is something wrong with VSCode and not...
I noticed this as well sometimes, but it is not really reproducable for me. But after some investigation there seems to be a regression in python 3.12 see here: https://github.com/python/cpython/issues/113964...
Is this bug still there or does it work with newer versions of the Vscode Python extension?
Hey, in one of the last versions of robotcode I changed the way the debugger starts the robot process. Also the version of the pydevd, that comes with the `Python...
Hi Kelby, this works as expected, for an explanation of it see #220 also Pekka mentioned last week in his talk that it is a good style to define a...
@gohierf Last night I implemented that if you use a "Set Suite/Test/Task/Global Variable" in a test case or keyword, the variable is visible in the current block, but not outside...