Debugging Julia code in VSCode opens Python debugger instead

Issue solved by following these steps:

  1. create a new workspace in VSCode
  2. disable Python and Pylance extensions in the workspace
  3. Trigger the debugger using the F5 key on a .jl file.
2 Likes