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

Add obscure Excel-formats to mapping.less #676

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HoldYourWaffle
Copy link

Noticed this omission while working with xltx-files, figured I might as well fix it.

I used this list of Excel's supported file extensions.

@samss084
Copy link

K

Copy link

@DecimalTurn DecimalTurn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this has been open for a while, but as long as it's not merged, it's never too late for a review, I guess.

.icon-set(".xlam", "xls", @green);
.icon-set(".xla", "xls", @green);
.icon-set(".xlw", "xls", @green);
.icon-set(".xlr", "xls", @green);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The .xlw and .xlr format are depreciated and rarely used, so they should probably be ommitted.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of these formats are rarely used, why would that be a reason to not give them an icon?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main reason to remove them imo is still that they are depreciated. You can't even save to those 2 formats with the modern version of Excel unlike for all the others.

image

The fact that these 2 are extremely rare is just the cherry on top.

@DecimalTurn
Copy link

For the record, I would not say that xlsm, xlsb, xla and xlam are "obscure" as long as one is familiar with VBA. And considering that the VBA extensions for VS Code have a non-negligible amount of downloads, I'm sure there is enough VBA devs using VS Code to justify having those icons added.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants