Skip to content

Commit

Permalink
vscode: remove folder and text mimetype associations
Browse files Browse the repository at this point in the history
  • Loading branch information
eclairevoyant committed Aug 10, 2024
1 parent c65c648 commit dead77e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/applications/editors/vscode/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit dead77e

Please sign in to comment.