File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14321432 //
14331433 // The shell running in the terminal needs to be configured to emit the title.
14341434 // Example: `echo -e "\e]2;New Title\007";`
1435- "breadcrumbs" : true
1435+ "breadcrumbs" : false
14361436 },
14371437 // Scrollbar-related settings
14381438 "scrollbar" : {
Original file line number Diff line number Diff line change @@ -3520,7 +3520,7 @@ List of `integer` column numbers
35203520 "button" : true ,
35213521 "shell" : " system" ,
35223522 "toolbar" : {
3523- "breadcrumbs" : true
3523+ "breadcrumbs" : false
35243524 },
35253525 "working_directory" : " current_project_directory" ,
35263526 "scrollbar" : {
@@ -3941,7 +3941,7 @@ Disable with:
39413941{
39423942 "terminal" : {
39433943 "toolbar" : {
3944- "breadcrumbs" : true
3944+ "breadcrumbs" : false
39453945 }
39463946 }
39473947}
You can’t perform that action at this time.
0 commit comments