From 1bc2e0ee5c38b4185b4d4a77bbc904607baba21e Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 3 Jan 2024 20:00:58 -0500 Subject: [PATCH] Remove zed2-related comment This was the last result when searching for `zed2` --- crates/theme_importer/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/theme_importer/src/main.rs b/crates/theme_importer/src/main.rs index be8b7103d5..0cb5c22930 100644 --- a/crates/theme_importer/src/main.rs +++ b/crates/theme_importer/src/main.rs @@ -103,8 +103,6 @@ fn main() -> Result<()> { let mut theme_families = Vec::new(); /// Whether VS Code themes should be imported. - /// - /// For the initial release of Zed2, we will just be using the Zed1 themes ported to Zed2. const IMPORT_VS_CODE_THEMES: bool = false; if IMPORT_VS_CODE_THEMES {