Elazar Cohen
Elazar Cohen
English please
There might be few reasons. First, I'm advising you to test it in a minimal example: ```python import numpy as np # gradient image N = 100 img = np.arange(N*N).reshape(N,N).astype(np.float32)...
Ok. this means the "setup" of the extension in the debug doesn't work. If you can attach the logs, this can be helpful to debug it.
Please attach the entire log. There might be a clue of why it's not working. Also, please share more relevant information like: OS Python version etc. Also, is it remote...
Can you upload the log in a file? Also, can you change the debug level to `verbose`? In the meantime (few days...), I'll try to push a version which *might*...
> > > Can you upload the log in a file? Also, can you change the debug level to `verbose`? In the meantime (few days...), I'll try to push a...
I pushed a pre-release version, 3.0.13. Please check it out. If there are still issues, please let me know. I've added a bit more information to help debug this kind...
use the "switch pre-release version"
The last line of the log indicates that the setup has succeeded. This means, that if you look in the variables list in VSCode debug view, you should be able...
Interesting. Is there anything special about the context which you're using the extension? Can you try to reproduce it in a simple script? The error regarding the thread suggests there's...