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

give filesystem completions on string literals in build files #1668

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

Techatrix
Copy link
Member

Many string literals in build.zig files refer to file system paths so we can optimistically provide completions there. If the string literal is not a valid file path then no completions will appear.

Many string literals in `build.zig` files refer to file system paths so
we can optimistically provide completions there. If the string literal is
not a valid file path then no completions will appear.
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (d1ad449) 75.55% compared to head (8f16503) 75.54%.

Files Patch % Lines
src/features/completions.zig 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1668      +/-   ##
==========================================
- Coverage   75.55%   75.54%   -0.02%     
==========================================
  Files          33       33              
  Lines        9067     9069       +2     
==========================================
  Hits         6851     6851              
- Misses       2216     2218       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@llogick llogick left a comment

Choose a reason for hiding this comment

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

🚀

@llogick llogick merged commit 46de13c into master Dec 18, 2023
8 of 12 checks passed
@llogick llogick deleted the techatrix/build-file-filesystem-compl branch December 18, 2023 16:59
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.

None yet

2 participants