VS Code extension for BtLL#1152
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b0687858a0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "NumberRequirement", | ||
| "Course", | ||
| ]); |
There was a problem hiding this comment.
Include course helpers in the builtin set
The linter hard-codes valid builtins but omits the course-library functions registered in packages/BtLL/src/lib/course.ts (one_common_course, common_course_matches, take_until_units, etc.). Any marked real requirement block that uses these interpreter-supported helpers without a ${...} import line, such as the newly marked business/econ BtLL strings, will now be underlined with Unknown function or variable warnings even though the code executes correctly.
Useful? React with 👍 / 👎.
Created BtLL extension for VS Code that auto-lints and colorifies any string that looks like
As per the request of @NathanDai5287