From a3ee899c4737869b17055b68a96f72e8d9e1d269 Mon Sep 17 00:00:00 2001 From: raptor Date: Fri, 19 Jul 2024 14:57:22 +0200 Subject: [PATCH] Update main.rs to override popularity of "Even Better TOML" --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 67ff182..75ec1dc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -53,7 +53,7 @@ lazy_static! { "https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb".to_string(), // > 350k downloads "https://gitpod.io".to_string(), // https://github.com/gitpod-io/gitpod has 4.7k stars "https://wiki.gnome.org/Apps/Builder".to_string(), // https://gitlab.gnome.org/GNOME/gnome-builder has 133 stars - "https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml".to_string(), // > 860k downloads + "https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml".to_string(), // > 1M downloads "https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer".to_string(), // > 260k downloads "https://marketplace.visualstudio.com/items?itemName=rust-lang.rust".to_string(), // > 1M downloads "https://docs.rs".to_string(), // https://github.com/rust-lang/docs.rs has >600 stars