skip to Main Content

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.

2

Answers


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

    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search