Julian Niedermeier
Julian Niedermeier
This is a working setting ```javascript >>> from Anaconda.anaconda_lib.helpers import get_settings >>> from Anaconda.anaconda_lib.workers.market import Market >>> print('Configured Interpreter: {}'.format(get_settings(view, 'python_interpreter'))) Configured Interpreter: C:\Development\miniconda\envs\test\python.exe >>> print('In use Interpreter for view...
It could definitely be an issue with go to definition and site packages. These are things I did aswell @DamnWidget I have set auto project switch to false in my...
The `anaconda_jsonserver.log` does not show any new insights.
I get this error when I run `Format Rust Document Style`: ``` INFO:Anaconda.anaconda_lib.callback:Calback 85bbb6584e8e4d4cadca07871f9d5bf7 came back with data but it's status was `timed_out` already ERROR:root:clean_tmp_file() takes 2 positional arguments but...
+1 for this feature
@archmoj, I have a question regarding testing. I have looked through the code and did not find how you are testing the different clickmode flags under test\jasmine\tests\click_test.js. Could you give...
Hey @archmoj, I have added a couple of test but I would like to debug them to make sure I didn't forget anything and that the expected values are set...
Do I have to push the `dist/` and `build/` directories as well? They are not ignored.
I have added a test case. I consider this to be finished. Let me know if there are any more changes necessary.
Tests don't seem to fail due to my changes, right?