update zed config to fix deprecation warnings
This commit is contained in:
@@ -84,7 +84,6 @@ in
|
|||||||
};
|
};
|
||||||
agent = {
|
agent = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
version = "2";
|
|
||||||
default_model = {
|
default_model = {
|
||||||
provider = "zed.dev";
|
provider = "zed.dev";
|
||||||
model = "claude-sonnet-4-thinking";
|
model = "claude-sonnet-4-thinking";
|
||||||
@@ -202,7 +201,10 @@ in
|
|||||||
};
|
};
|
||||||
context_servers = {
|
context_servers = {
|
||||||
browser-tools-context-server = {
|
browser-tools-context-server = {
|
||||||
npx_command = "${pkgs.nodejs}/bin/npx";
|
source = "extension";
|
||||||
|
settings = {
|
||||||
|
npx_command = "${pkgs.nodejs}/bin/npx";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user