-
Notifications
You must be signed in to change notification settings - Fork 53
feat(fiori-app-sub-generator): 36139-remove-code-assist #3860
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
feat(fiori-app-sub-generator): 36139-remove-code-assist #3860
Conversation
🦋 Changeset detectedLatest commit: c729ffe The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…of github.com:SAP/open-ux-tools into feat/fiori-app-sub-generator/36139-remove-code-assist
IainSAP
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @korotkovao
- Updates as expected
- Tests updated
- Not tested lcoally
devinea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates. Code changes lgtm.
Can you check UX_DEBUG=true UX_DEBUG_FULL=true pnpm test for FF, FE , Application and library Writers to do additional checks such as lint script on the generated projects.
|
|
Thank you All |
* origin/main: chore: apply latest changesets feat: menu actions generator (#3521) chore: apply latest changesets chore: remove mkdirp usage and update dependencies (#3871) chore: apply latest changesets feat: save value list reference metadata (#3794) chore: apply latest changesets fix: alignment fallback ui5 versions (#3861) chore: apply latest changesets feat(fiori-app-sub-generator): 36139-remove-code-assist (#3860) chore: apply latest changesets chore - update sap-ux-odata deps (#3863)



Related to internal issue 36139
Do not ask the user if they want to use code assist with their generated project or not. For TypeScript, users should get this OOTB, and JavaScript support was always limited and not used.
Changes Made:
Backend Logic Removed:
Removed code assist installation logic from project generation
Preserved Backward Compatibility:
Updated Tests: