Georg Wicke-Arndt

Results 16 issues of Georg Wicke-Arndt

The following snippet results in a spurious problem being reported when using the Microsoft language server. It does not occur in Jedi or Pylance. ```py def some_function(): aLocalVariable: str =...

I think this is rather straightforward, but I couldn't find an existing bug like this. ## Description Pipenv ignores the Python version once the virtualenv is installed. I think it...

Contributor Candidate
brainstorm

The timeouts do not seem to apply to the DNS resolve stage of the connection attempt. For example, in this code, the connection needs more than 30s to establish on...

See the proposal in #269 . TODO: - [x] Add Data Collector project - [x] Add Data Collector arguments to command lines - [x] Add TCP listener code - [x]...

As discussed in #272, there's now an official way to write test extensions. I'm working on porting this extension. TODO: - [x] Test Discovery - [x] Test Execution - [...

We regularly have issues with the TRX format, which isn't standardized or stable, and returns all test results at once (instead of streaming them in as the tests finish). Using...

Tiny fix: I noticed that additional options to `dotnet test` are appended without whitespace, which is probably not intended and could lead to hard-to-track bugs.

It seems like the icon colors are switched. This PR makes the icon colors less bright and more in-line with the rest of the VSCode default theme.

I felt that it's a bit ugly to have no icon for Ansible files. Before | After --|-- ![image](https://github.com/ansible/vscode-ansible/assets/8687777/51eadacb-e9e1-4034-be7f-3aa4b978d904) | ![image](https://github.com/ansible/vscode-ansible/assets/8687777/85e8f0e5-a335-4d2b-9541-326783dc0a60)

enhancement

Currently, parsing errors for LP files result in CoinError exceptions being thrown, without any further information; it does not even give a stack frame or even just a report of...