Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change extension order for Diff language id #17672

Closed
JimiC opened this issue Dec 21, 2016 · 2 comments · Fixed by #17680
Closed

Change extension order for Diff language id #17672

JimiC opened this issue Dec 21, 2016 · 2 comments · Fixed by #17680
Assignees
Milestone

Comments

@JimiC
Copy link
Contributor

JimiC commented Dec 21, 2016

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.

@egamma
Copy link
Member

egamma commented Dec 21, 2016

@JimiC
Copy link
Contributor Author

JimiC commented Dec 21, 2016

Submitted #17680

@bpasero bpasero added this to the January 2017 milestone Dec 21, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants