-
Notifications
You must be signed in to change notification settings - Fork 146
Fix and improve paths and edit tool responses #774
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
Fix and improve paths and edit tool responses #774
Conversation
Tell which file was deleted, and if possible, its size
…g textdoc tools if tools_failed: true
…e robust in Windows
…dirs or config folder
…f project folders, and properly resolve relative-ish paths
…used to resolve paths
@@ -322,7 +324,9 @@ describe("ComboBox", () => { | |||
const { user, ...app } = render(<App />); | |||
const textarea = app.getByRole("combobox"); | |||
await user.type(textarea, "@fi{Enter}"); | |||
expect(textarea.textContent).toEqual("@file "); | |||
await waitFor(() => { |
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.
It could be posable this was failing locally due to msw proxying the local sp, either way waitFor
is a good addition since it's a network call
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.
could be, yeah
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.
Is there vscode branch to run this with?
also JB will need to updated if OpenFilePayload
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.
Approved the ui, file resolving will need to be tested in JB
… vanishing on chats from current stable release
No description provided.