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

Match only YAML files with gxwf.yml suffix #61

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

davelopez
Copy link
Owner

The firstLine regex doesn't seem to discriminate any other kind of YAML file, so for the sake of getting fewer false positives (that can be potentially annoying), let's limit the extension activation matching to workflow files that have the suffix gxwf.yml.

In other words, only workflow files with the extension .gxwf.yml will be considered Galaxy Workflows in VSCode.

The `firstLine` regex doesn't seem to discriminate any other kind of YAML file, so for the sake of getting less false positives, let's limit the activation matching to workflows files that have the sufix `gxwf.yml`.
@davelopez davelopez added the paper-cut A trivially fixable usability bug or easy enhancement label Oct 1, 2023
@davelopez davelopez added this to the v0.3.1 milestone Oct 1, 2023
@davelopez davelopez merged commit f3be604 into main Oct 1, 2023
2 checks passed
@davelopez davelopez deleted the match_only_gxwf_sufix_files branch October 1, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paper-cut A trivially fixable usability bug or easy enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant