-
Notifications
You must be signed in to change notification settings - Fork 10
feat(client): deleting a file in code editor leaves the file structu… #1159
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
…e open
@CodiumAI-Agent /describe |
Titlefeat(client): deleting a file in code editor leaves the file structu… User descriptionDescriptionDeleting a file in Code editor should leave the file structure open. Changes Made1.Modified FileExplorer.tsx How to Test
NotesPR TypeEnhancement Description
Changes walkthrough 📝
|
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
@CodiumAI-Agent /improve |
PR Code Suggestions ✨
|
@CodiumAI-Agent /update_changelog |
Changelog updates: 🔄 2025-05-30 *Changed
|
Description
Deleting a file in Code editor should leave the file structure open.
Changes Made
1.Modified FileExplorer.tsx
2.Modified FileExplorerPanel.tsx
How to Test
The file structure will remain open after deleting a file.
Notes