Niels Korschinsky

Results 15 comments of Niels Korschinsky

We are highly interested in having a option to use 1Password in VSCode, however the debug is butter and bread. Without a debug integration, it is not possible to use...

We are using the classic launch.json (Python) of VSC. That sounds very interesting, I tried already to achieve such thing but gave up after a few hours of googeling SOF....

I was able to replace the `.venv/bin/python3.9` file using following scrip, made executeable: ```bash #!/bin/sh op run -- python3.9_org $@ ``` However the debugger is getting a timeout to connect...

For everyone else, who might want to spend more time on this - I found probably a solution but I currently don't have the time to try it out. https://stackoverflow.com/a/57278669...

@MichaelMHoff thanks a lot for this testing! I will test that too again, however my initial test proven difficult in combination with pylance and such tools, so I really hope...

Please see #262 for additional ideas/options

Hello, I can confirm this with the `pygithub` module. It is not detected, as the import is `import github`. I'm also grateful for any workarounds when it is not as...

Yes, I saw the mapping too, but it somehow did not work.

I have to correct, now with version 0.4.11 it works like a charm

I can confirm this. I also got such an error, however it might be because the dir did not exist.