Allow comments in setting and keymap JSON files
This commit is contained in:
parent
066e572767
commit
3a28f09979
10 changed files with 47 additions and 18 deletions
|
@ -138,7 +138,7 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut gpui::MutableAppContext) {
|
|||
|
||||
workspace::lsp_status::init(cx);
|
||||
|
||||
settings::KeymapFile::load_defaults(cx);
|
||||
settings::KeymapFileContent::load_defaults(cx);
|
||||
}
|
||||
|
||||
pub fn build_workspace(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue