mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add Enable Breakpoints For Version 1.26 Release as a VSCode til
This commit is contained in:
19
vscode/enable-breadcrumbs-for-version-126-release.md
Normal file
19
vscode/enable-breadcrumbs-for-version-126-release.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Enable Breadcrumbs For Version 1.26 Release
|
||||
|
||||
The latest release of Code ([Version
|
||||
1.26](https://code.visualstudio.com/updates/v1_26)) brings about a lot of
|
||||
exciting new features -- including file breadcrumbs at the top of each file
|
||||
editor view.
|
||||
|
||||

|
||||
|
||||
By default this feature is not enabled. You can enable it from User Settings
|
||||
(`Cmd+Shift+P`, 'User Settings'). From the User Settings view, you can
|
||||
search for `breadcrumbs` and you'll see the following item:
|
||||
|
||||
```json
|
||||
"breadcrumbs.enabled": false,
|
||||
```
|
||||
|
||||
Use the pencil to override it to `true` and you'll have that trail of
|
||||
breadcrumbs waiting for you.
|
||||
Reference in New Issue
Block a user