Skip to content
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

Operations are not shown in the VS Code treeview for certain paths when filtering #4830

Closed
darrelmiller opened this issue Jun 13, 2024 · 3 comments · Fixed by #4981
Closed
Assignees
Labels
type:bug A broken experience vscode-extension Work related to the vscode-extension
Milestone

Comments

@darrelmiller
Copy link
Member

What are you generating using Kiota, clients or plugins?

API Client/SDK

In what context or format are you using Kiota?

Nuget tool

Client library/SDK language

None

Describe the bug

I am trying to filter on "sendMail" and then select the operation in Microsoft Graph

Expected behavior

I expect to see the POST operation under the sendmail node

How to reproduce

Open the Microsoft Graph v1 API in the VS Code extension.
Filter on "sendmail".
You will see the sendmail node but the POST operation is not displayed.
If you filter on schedule you will see a node that is called fvSchedule that shows a POST but the node getSchedule does not show the POST.

Open API description file

No response

Kiota Version

1.15.0-preview.202405300001+76b8e1bdaf86000dc03cfdec19528192745ff3b4

Latest Kiota version known to work for scenario above?(Not required)

No response

Known Workarounds

No response

Configuration

No response

Debug output

Click to expand log ```
</details>


### Other information

_No response_
@darrelmiller darrelmiller added type:bug A broken experience status:waiting-for-triage An issue that is yet to be reviewed or assigned labels Jun 13, 2024
@github-project-automation github-project-automation bot moved this to Needs Triage 🔍 in Kiota Jun 13, 2024
@darrelmiller darrelmiller added the vscode-extension Work related to the vscode-extension label Jun 13, 2024
@andrueastman andrueastman moved this from Needs Triage 🔍 to Todo 📃 in Kiota Jun 14, 2024
@andrueastman andrueastman removed the status:waiting-for-triage An issue that is yet to be reviewed or assigned label Jun 14, 2024
@baywet baywet added this to the Kiota v1.16 milestone Jun 17, 2024
@darrelmiller
Copy link
Member Author

It also happens with "directReports" which isn't an action.

@darrelmiller
Copy link
Member Author

Doh! It is a case sensitivity issue. As soon as a the search filter includes characters that are mixed in case in the tree, the operations stop appearing. Type "send" and you will still see the operations, type "sendm" or "sendM" and they disappear because "sendMail" has mixed case.

@ElinorW
Copy link
Contributor

ElinorW commented Jun 19, 2024

Hey @darrelmiller,
I've been able to reproduce this issue.
I will look into it

@baywet baywet modified the milestones: Kiota v1.16, Kiota v1.17 Jul 5, 2024
@andrueastman andrueastman assigned andrueastman and unassigned ElinorW Jul 16, 2024
@andrueastman andrueastman linked a pull request Jul 16, 2024 that will close this issue
@andrueastman andrueastman moved this from Todo 📃 to In Progress 🚧 in Kiota Jul 16, 2024
@baywet baywet closed this as completed Jul 16, 2024
@github-project-automation github-project-automation bot moved this from In Progress 🚧 to Done ✔️ in Kiota Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug A broken experience vscode-extension Work related to the vscode-extension
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants