From 65c22bd356d8453c68d8a318ec43e3eadb2bf02e Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Fri, 19 Dec 2025 12:44:56 -0800 Subject: [PATCH] wip --- Cargo.lock | 10 ---------- Cargo.toml | 1 - assets/settings/default.json | 4 ---- 3 files changed, 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 561ccf6ad293ad609c5a7e89767e303ef6d007f2..ba31d4343fccc6ce95efb8a0c12f6568990ba2b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20278,16 +20278,6 @@ dependencies = [ "zlog", ] -[[package]] -name = "worktree_benchmarks" -version = "0.1.0" -dependencies = [ - "fs", - "gpui", - "settings", - "worktree", -] - [[package]] name = "writeable" version = "0.6.1" diff --git a/Cargo.toml b/Cargo.toml index b507e8824484ea670619b5225fef9cfd41c81d4c..825dc79e08978d8ccd03cea93883f698986ee12f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -198,7 +198,6 @@ members = [ "crates/web_search_providers", "crates/workspace", "crates/worktree", - "crates/worktree_benchmarks", "crates/x_ai", "crates/zed", "crates/zed_actions", diff --git a/assets/settings/default.json b/assets/settings/default.json index 746ccb5986d0fd1d5ef11df525303e344a7393d2..154fe2d6e34e6573e95e7ffedbb46df8bbf10634 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -1178,10 +1178,6 @@ "remove_trailing_whitespace_on_save": true, // Whether to start a new line with a comment when a previous line is a comment as well. "extend_comment_on_newline": true, - // Whether to continue markdown lists when pressing enter. - "extend_list_on_newline": true, - // Whether to indent list items when pressing tab after a list marker. - "indent_list_on_tab": true, // Removes any lines containing only whitespace at the end of the file and // ensures just one newline at the end. "ensure_final_newline_on_save": true,