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 .vex to extensions #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add .vex to extensions #12

wants to merge 1 commit into from

Conversation

fltv
Copy link

@fltv fltv commented Feb 6, 2023

using .vex in the latest version of VSCode did not work until adding this change.

using .vex in the latest version of VSCode did not work until adding this change.
@melMass
Copy link
Owner

melMass commented Feb 6, 2023

Thanks

using .vex in the latest version of VSCode did not work until adding this change.

That's because the extension for vex files is either .h or .vfl, in vscode you can set the file association in your user settings to vex too if you want, that said I don't mind adding it by default.

I have another unpublished update that changes a lot so I probably won't merge this PR directly, but I'm keeping it open as a reminder. I'll try to make the new release this week.

@fltv
Copy link
Author

fltv commented Feb 6, 2023

I thought I remembered reading somewhere that .vex was also standard. I could be wrong, but all my vex files are .vex 😅
Reading the docs again, as it turns out, .vex is used for the compiled .vfl files.

Probably best to ignore me on this one for the sake of confusion. I have some renaming to do.

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.

2 participants