mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-27 13:16:43 +00:00
Disable Editor breadcrumbs by default (#611)
This commit is contained in:
parent
7ac7ae9063
commit
13734a642c
@ -44,7 +44,8 @@
|
|||||||
"other": false,
|
"other": false,
|
||||||
"comments": false,
|
"comments": false,
|
||||||
"strings": false
|
"strings": false
|
||||||
}
|
},
|
||||||
|
"breadcrumbs.enabled": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -47,7 +47,8 @@
|
|||||||
"other": false,
|
"other": false,
|
||||||
"comments": false,
|
"comments": false,
|
||||||
"strings": false
|
"strings": false
|
||||||
}
|
},
|
||||||
|
"breadcrumbs.enabled": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user