From 2bc91dc57100bb47e43a46ac0480fa36b6c404f4 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 29 Feb 2024 22:12:33 +0100 Subject: [PATCH] fix(zed): remove comments from config file --- examples/zed/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/zed/settings.json b/examples/zed/settings.json index 03aa66d..bac13de 100644 --- a/examples/zed/settings.json +++ b/examples/zed/settings.json @@ -1,3 +1,3 @@ -// For a full list of overridable settings, and general information on folder-specific settings, -// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings -{} +{ + "autosave": "off" +}