From dead77e1174742eb220104f6b04d36e531669b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Sat, 10 Aug 2024 13:44:19 -0400 Subject: [PATCH] vscode: remove folder and text mimetype associations See https://github.com/microsoft/vscode/pull/209510. --- pkgs/applications/editors/vscode/generic.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/editors/vscode/generic.nix b/pkgs/applications/editors/vscode/generic.nix index d9ca7cf41eba..f2807a1b592d 100644 --- a/pkgs/applications/editors/vscode/generic.nix +++ b/pkgs/applications/editors/vscode/generic.nix @@ -134,7 +134,6 @@ in startupNotify = true; startupWMClass = shortName; categories = [ "Utility" "TextEditor" "Development" "IDE" ]; - mimeTypes = [ "text/plain" "inode/directory" ]; keywords = [ "vscode" ]; actions.new-empty-window = { name = "New Empty Window";