From 54990e92571c09d4fd1b4892c54abe5d9a1bc9bb Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sun, 31 Aug 2025 10:08:27 -0400 Subject: [PATCH] Update for v0.201.8 --- README.md | 4 ++++ zed_settings.jsonc | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3538f6a..ee2fdb0 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,16 @@ Pretty self-explanitory. These are my settings for Zed to remove all of the AI, Vibe Coding junk. + Some of these settings are subject to my personal preference of course. Themes, preferred line wrap positions, showing rules, workspace restore, font sizes, diagnostic telemetry, tab sizes, dock positions, etc. With Zed under continued heavy development, and me losing my settings on both my coding devices once already, I figured I should have a remote git on hand. + diff --git a/zed_settings.jsonc b/zed_settings.jsonc index 06edb24..cf25d67 100644 --- a/zed_settings.jsonc +++ b/zed_settings.jsonc @@ -46,10 +46,8 @@ // Remove AI Crap "features": { "edit_prediction_provider": "none", - "copilot": false, }, "agent": { - "version": "1", "enabled": false, },