mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-15 06:53:30 +00:00
chore(zed): add mcp-server-time, predictions driver copilot
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -1,8 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
"features": {
|
||||||
|
"edit_prediction_provider": "copilot"
|
||||||
|
},
|
||||||
"context_servers": {
|
"context_servers": {
|
||||||
"github-activity-summarizer": {
|
"github-activity-summarizer": {
|
||||||
"source": "extension",
|
"source": "extension",
|
||||||
"settings": {}
|
"settings": {}
|
||||||
|
},
|
||||||
|
"mcp-server-time": {
|
||||||
|
"source": "custom",
|
||||||
|
"command": "uvx",
|
||||||
|
"args": ["mcp-server-time"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
|
|||||||
Reference in New Issue
Block a user