Ctrl+F5 starts the debugger?

I believe that according to the documentation this key binding should evaluate the file without the debugger. Yet, I can see that the debugger is activated when I do this. Is this expected?

Julia extension 0.17

1 Like

I was now able to trace it to some tentative solutions
to the problem of finding suitable key bindings. The solution for me was to
use the command pallete ā€œJulia: Execute Fileā€.

Both F5 and Ctrl+F5 start the debugger in Julia extension v1.0.0. It would be nice to have it fixed, if possible.

1 Like