Merge branch 'main' into search2
This commit is contained in:
commit
dca2dc7b6b
88 changed files with 2880 additions and 1797 deletions
|
@ -11,7 +11,7 @@ path = "src/zed2.rs"
|
|||
doctest = false
|
||||
|
||||
[[bin]]
|
||||
name = "Zed"
|
||||
name = "Zed2"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -107,7 +107,7 @@ impl LspAdapter for JsonLspAdapter {
|
|||
&self,
|
||||
cx: &mut AppContext,
|
||||
) -> BoxFuture<'static, serde_json::Value> {
|
||||
let action_names = gpui::all_action_names();
|
||||
let action_names = cx.all_action_names();
|
||||
let staff_mode = cx.is_staff();
|
||||
let language_names = &self.languages.language_names();
|
||||
let settings_schema = cx.global::<SettingsStore>().json_schema(
|
||||
|
|
|
@ -140,7 +140,7 @@ fn main() {
|
|||
|
||||
cx.set_global(client.clone());
|
||||
|
||||
theme::init(cx);
|
||||
theme::init(theme::LoadThemes::All, cx);
|
||||
project::Project::init(&client, cx);
|
||||
client::init(&client, cx);
|
||||
command_palette::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue