Lukas Mayrhofer

Results 10 comments of Lukas Mayrhofer

Sorry for the late reply! For me it happens even in the super simple case here: Project folder with only one file: `./tests/test_pytest.py` Content: ``` def test_pytest_1(): assert True def...

@kondratyev-nv is there any additional output/info I can provide you with or test something to get this issue resolved?

Hi there, while the workaround is great, it’s not a longtime solution for the problem. Is there any plans on fixing this? Or any hints on where to look for...

No, it is a custom plugin only intended for use within our company. The html docs will be hosted on our own internal server.

I thought a solution could be to provide custom URLs directly to the msg-dict: ``` msgs = { 'E9999': ('description', 'message-symbol', 'Message ....', {'custom_url': 'https://custom_url/...'}), } ``` Which would mean...

@Pierre-Sassoulas Thanks for the hint, I just now realized that this was actually what I was talking about (I am using vscode with pylint-extension). I assumed this was part of...

Thanks for the workaround! Nevertheless it would be great to have this convenience feature as part of code-marketplace.

It seems like the coloring depends on the project path. For me all projects with the same initial letter have similar colors. I think [this feature request](https://github.com/stuartcrobinson/unique-window-colors/issues/48) proposes an alternative...

It would be great if the user could set the "user_choice_value" not only globally but per project. That way multiple projects with similar names would no longer end up with...