-
Notifications
You must be signed in to change notification settings - Fork 191
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
fix(dojo-lang): add a default namespace to ensure language server support #2472
fix(dojo-lang): add a default namespace to ensure language server support #2472
Conversation
WalkthroughOhayo, sensei! This pull request introduces a new constant Changes
Possibly related PRs
Recent review detailsConfiguration used: .coderabbit.yaml Files ignored due to path filters (4)
Files selected for processing (1)
Additional comments not posted (4)
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2472 +/- ##
=======================================
Coverage 68.46% 68.47%
=======================================
Files 368 368
Lines 48178 48183 +5
=======================================
+ Hits 32986 32993 +7
+ Misses 15192 15190 -2 ☔ View full report in Codecov by Sentry. |
Ensures that the LS can use dojo macros even without reading the
dojo_*.toml
file.Thank you @shramee.
Summary by CodeRabbit
New Features
NamespaceConfig
struct to provide a custom default initialization.Bug Fixes
NamespaceConfig
instances.