-
Notifications
You must be signed in to change notification settings - Fork 230
fix(intellij): use transformed generator schema to match VSCode filte… #2539
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
Conversation
View your CI Pipeline Execution ↗ for commit d7debab.
☁️ Nx Cloud last updated this comment at |
apps/intellij/src/main/kotlin/dev/nx/console/nxls/NxlsService.kt
Outdated
Show resolved
Hide resolved
@claude the current implementations diverge, as far as I can tell. In the vscode implementation, we make the options request and then we make a followup nxls request. Do the same in the intellij implementation. Also adopt the graphite review comment |
Claude finished @MaxKless's task —— View job ✅ Changes Complete
Changes Made
Both IntelliJ implementations now match VSCode's approach: Commit: 2bc0619 Note: Please run |
…ring - Add NxTransformedGeneratorSchemaRequest support to IntelliJ - Update NxGenerateService to use transformed schema instead of raw options - Update NxGenerateRunAnythingProvider to use transformed schema - Both IDEs now show identical filtered generator options - Internal/deprecated options (buildable, compiler) are consistently filtered out - Add regression test to verify schema transformation behavior Fixes #2517 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: MaxKless <[email protected]>
- Implement two-step pattern: getGeneratorOptions() then getTransformedGeneratorSchema() - Restore fallback behavior in transformedGeneratorSchema() as suggested by review - Both IntelliJ implementations now match VSCode's approach for consistent filtering Co-authored-by: MaxKless <[email protected]>
2bc0619
to
3319de8
Compare
60bae06
to
d7debab
Compare
Both editors now use the proper transformed generator schema to power the UI
Fixes #2517
🤖 Generated with Claude Code