Skip to content

Commit

Permalink
Disable breadcrumb navigation enabled by default
Browse files Browse the repository at this point in the history
As of VS Code version 1.35 the breadcrumb navigation is enabled by
default (1) and has been disabled again to unclutter the UI.

References:
  (1) https://code.visualstudio.com/updates/v1_35#_breadcrumbs-displayed

Resolves GH-209
  • Loading branch information
arcticicestudio committed Jul 31, 2019
1 parent 78ccf4c commit 21f8c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowblocks/visual-studio-code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
{
/*+--- Core ---+*/
"breadcrumbs.enabled": false,
"editor.accessibilitySupport": "off",
"editor.codeLens": true,
"editor.colorDecorators": true,
Expand Down

0 comments on commit 21f8c34

Please sign in to comment.