-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(vscode): improve override mechanism #471
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
base: main
Are you sure you want to change the base?
Conversation
This will be changed a bit, this code is pretty much written by AI.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🌏 Preview DeploymentsNote No deployable apps affected by changes in this PR. Built from commit: 🤖 This comment will be updated automatically when you push new commits to this PR. |
| import type { SectionId, SectionState } from "../lib/override-schema"; | ||
| import { computed, createSingletonComposable, useWebviewView, watchEffect } from "reactive-vscode"; | ||
| import { env, window } from "vscode"; | ||
| import { getSectionDefinition, SECTION_DEFINITIONS } from "../lib/override-schema"; |
| import { | ||
| createInitialSectionStates, | ||
| createParserOverride, | ||
| getSectionDefinition, | ||
| isSectionSelectionValid, | ||
| SECTION_DEFINITIONS, | ||
| serializeOverride, | ||
| } from "../lib/override-schema"; |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
🔗 Linked issue
📚 Description