Skip to content

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

Merged
merged 18 commits into from
May 16, 2025

Conversation

humbertoyusta
Copy link
Contributor

No description provided.

@alashchev17 alashchev17 requested a review from MarcMcIntosh May 15, 2025 14:03
@@ -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(() => {
Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be, yeah

Copy link
Contributor

@MarcMcIntosh MarcMcIntosh left a 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

@MarcMcIntosh MarcMcIntosh self-requested a review May 15, 2025 18:16
Copy link
Contributor

@MarcMcIntosh MarcMcIntosh left a 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

@humbertoyusta humbertoyusta merged commit 81dafd0 into dev May 16, 2025
9 checks passed
@humbertoyusta humbertoyusta deleted the fix-and-improve-paths-and-edit-tool-responses branch May 16, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants