Home > Net >  Opening a Python file in VS Code
Opening a Python file in VS Code

Time:01-11

When I open a Python .py file in the VS Code Explorer, file path also opens along with the Python file? How can I dis-able this feature? I find this very annoying!

Thanks you!

Tried searching the json file and settings buy I can't figure it out.

CodePudding user response:

You can navigate directly to the python.py file, and then you can right click, and press "open with", then "Visual Studio Code"

CodePudding user response:

I think you need this:

  1. Open your settings.
  2. Search for breadcrumbs
  3. Uncheck Breadcrumbs: Enable or Trun Breadcrumbs: File Path to off(suggeste)

enter image description here

  • Related