[Zed] Add remove recent project#18027
Conversation
|
Thank you for your contribution! 🎉 🔔 @ewgenius @tleo19 @jylamont @tmwrnr @true-real-michael you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. Due to our current reduced availability, the initial review may take up to 10-15 business days |
There was a problem hiding this comment.
PR Summary
This PR adds functionality to remove recent projects in the Zed extension, both individually and in bulk, while also updating dependencies and migrating to a flat ESLint configuration.
- The changelog entry at
/extensions/zed-recent-projects/CHANGELOG.mdis missing the required{PR_MERGE_DATE}template string in the title, should be## [Enhancements] - {PR_MERGE_DATE} - SQL injection vulnerability in
/extensions/zed-recent-projects/src/lib/zedEntries.tswhereidis directly interpolated into the delete query - Major version updates in
package.json(React 19, TypeScript 5.8, ESLint 9) could introduce compatibility issues - Consider using
showFailureToastfrom@raycast/utilsinopen-new-window.tsxinstead of manualshowToastwith failure style
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
12 file(s) reviewed, 4 comment(s)
Edit PR Review Bot Settings | Greptile
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
Closes #17837
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare located outside the metadata folder if they were not generated with our metadata tool