While I was working on visual studio code, I accidentally hit a key with the command and it somehow brought into view this
and I'm trying to get rid of it but can't seem to find anything on it.
I'm using a Mac, using version 1.27.
From the Window menu, select Remove Split.
The easiest way to reset VS Code back to the default settings is to clear your user settings.json file. You can open the settings.json file with the Preferences: Open Settings (JSON) command in the Command Palette (Ctrl+Shift+P).
To uninstall an extension, select the Manage gear button at the right of an extension entry and then choose Uninstall from the dropdown menu. This will uninstall the extension and prompt you to reload VS Code.
Those are "breadcrumbs"and can be disabled by:
"breadcrumbs.enabled": false
in your settings. That is set to true by default.
There are a couple more breadcrumb settings you might look at to see if like how it looks better:
"breadcrumbs.filePath": "last"
"breadcrumbs.symbolPath": "on"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With