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:
- Open your settings.
- Search for breadcrumbs
- Uncheck
Breadcrumbs: Enable
or TrunBreadcrumbs: File Path
to off(suggeste)