Skip to content

config: Restrict .JETLSConfig.toml to workspace root only#356

Merged
aviatesk merged 1 commit intomasterfrom
avi/fix-root-config
Dec 3, 2025
Merged

config: Restrict .JETLSConfig.toml to workspace root only#356
aviatesk merged 1 commit intomasterfrom
avi/fix-root-config

Conversation

@aviatesk
Copy link
Copy Markdown
Owner

@aviatesk aviatesk commented Dec 3, 2025

Use RelativePattern for file watching to ensure .JETLSConfig.toml is only recognized in the workspace root directory. Previously, config files in subdirectories were also loaded due to the "**/" glob pattern, which was inconsistent with the documentation.

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.82%. Comparing base (86fa843) to head (520ff0a).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #356   +/-   ##
=======================================
  Coverage   64.82%   64.82%           
=======================================
  Files          42       42           
  Lines        4281     4281           
=======================================
  Hits         2775     2775           
  Misses       1506     1506           
Flag Coverage Δ
JETLS.jl 64.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aviatesk aviatesk force-pushed the avi/memory-footprint branch from a13f483 to b93070a Compare December 3, 2025 12:00
@aviatesk aviatesk force-pushed the avi/fix-root-config branch from 4e46f13 to 0f3d5e8 Compare December 3, 2025 12:11
Base automatically changed from avi/memory-footprint to master December 3, 2025 12:35
Use RelativePattern for file watching to ensure .JETLSConfig.toml is
only recognized in the workspace root directory. Previously, config
files in subdirectories were also loaded due to the "**/" glob pattern,
which was inconsistent with the documentation.
@aviatesk aviatesk force-pushed the avi/fix-root-config branch from 0f3d5e8 to 520ff0a Compare December 3, 2025 12:36
@aviatesk aviatesk merged commit ceebefc into master Dec 3, 2025
10 of 11 checks passed
@aviatesk aviatesk deleted the avi/fix-root-config branch December 3, 2025 12:56
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.

1 participant