Remove optional path argument when getting settings
This commit is contained in:
parent
1f0e79ee9d
commit
2d5f03e148
35 changed files with 84 additions and 113 deletions
|
@ -19,7 +19,7 @@ impl Project {
|
|||
"creating terminals as a guest is not supported yet"
|
||||
));
|
||||
} else {
|
||||
let settings = settings::get_setting::<TerminalSettings>(None, cx);
|
||||
let settings = settings::get::<TerminalSettings>(cx);
|
||||
|
||||
let terminal = TerminalBuilder::new(
|
||||
working_directory.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue