We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d9e81 commit d8cc85eCopy full SHA for d8cc85e
1 file changed
scripts/configure-launchers.sh
@@ -343,7 +343,8 @@ for LAUNCHER in "${GLOBAL_LAUNCHERS_DIR}/code-oss.desktop" \
343
GenericName "Code" \
344
Icon "code" \
345
Keywords "VS;VSCode;Visual;Studio;Code;" \
346
- Categories "${IDE_CATEGORIES};TextEditor;"
+ Categories "${IDE_CATEGORIES};TextEditor;" \
347
+ MimeType "application/x-code-workspace;inode/directory;"
348
done
349
350
for LAUNCHER in "${GLOBAL_FLATPAK_LAUNCHERS_DIR}/com.jetbrains.PyCharm-Community.desktop" \
0 commit comments