Skip to content

Commit d8cc85e

Browse files
committed
Associate VS Code with Directory mimetype
1 parent f1d9e81 commit d8cc85e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/configure-launchers.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ for LAUNCHER in "${GLOBAL_LAUNCHERS_DIR}/code-oss.desktop" \
343343
GenericName "Code" \
344344
Icon "code" \
345345
Keywords "VS;VSCode;Visual;Studio;Code;" \
346-
Categories "${IDE_CATEGORIES};TextEditor;"
346+
Categories "${IDE_CATEGORIES};TextEditor;" \
347+
MimeType "application/x-code-workspace;inode/directory;"
347348
done
348349

349350
for LAUNCHER in "${GLOBAL_FLATPAK_LAUNCHERS_DIR}/com.jetbrains.PyCharm-Community.desktop" \

0 commit comments

Comments
 (0)