Skip to content

Change extension order for Diff language id #17672

@JimiC

Description

@JimiC

Currently the order is:

  • .patch
  • .diff
  • .rej

This creates a visual issue when using different images for diff and patch.

Currently we on vscode-icons do so and although the associated files get the correct image, in the Language Mode selection it shows the patch image and not the diff image.

Changing the order to:

  • .diff
  • .patch
  • .rej

or

  • .diff
  • .rej
  • .patch

should fix the issue.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions