Disable Editor breadcrumbs by default (#611)

This commit is contained in:
Francesco Stasi 2021-11-23 12:14:45 +01:00 committed by GitHub
parent 7ac7ae9063
commit 13734a642c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,8 @@
"other": false,
"comments": false,
"strings": false
}
},
"breadcrumbs.enabled": false
}
}
},

View File

@ -47,7 +47,8 @@
"other": false,
"comments": false,
"strings": false
}
},
"breadcrumbs.enabled": false
}
}
},