Skip to content

Commit f1c0071

Browse files
authored
Fixed microsoft#114425 prevent mime pollution on install (microsoft#209510)
This software is not a plain text editor, and it's definitely not a file manager. Advertising compatibility with such overrides default OS handlers on many distributions, unnecessarily.
1 parent f921bd8 commit f1c0071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/linux/code.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Type=Application
88
StartupNotify=false
99
StartupWMClass=@@NAME_SHORT@@
1010
Categories=TextEditor;Development;IDE;
11-
MimeType=text/plain;inode/directory;application/x-@@NAME@@-workspace;
11+
MimeType=application/x-@@NAME@@-workspace;
1212
Actions=new-empty-window;
1313
Keywords=vscode;
1414

0 commit comments

Comments
 (0)