microsoft / kiota

OpenAPI based HTTP Client code generator
https://aka.ms/kiota/docs
MIT License
2.45k stars 174 forks source link

Entering openapi path with quotes breaks entry #4765

Closed jthake closed 3 hours ago

jthake commented 1 month ago

Is your feature request related to a problem? Please describe the problem.

In Windows 11 in windows Explorer I can right click a openapi document and "copy path".

If I paste this into the input field for the path of the openapi file it breaks the process because the file path has quotes around it.

Client library/SDK language

None

Describe the solution you'd like

I'd like it to support quotes around a file path.

Additional context

No response

andrueastman commented 1 month ago

Thanks for raising this @jthake

Just to confirm here, does this happen when using the CLI or this is with the VSCode extension?

ElinorW commented 1 month ago

Thanks for raising this @jthake

Just to confirm here, does this happen when using the CLI or this is with the VSCode extension?

This is in the vs code extension

baywet commented 3 weeks ago

who told @jthake he could open issues on GitHub? 😱😱😱😱😱

andrueastman commented 11 hours ago

With the changes made to separate input (to browse and search). Can we close this issue as the path input now involves opening a dialog box? cc @maisarissi

maisarissi commented 5 hours ago

Yes, we have removed the option of "pasting the path to the OpenAPI description". So I believe this issue is no longer relevant.

baywet commented 3 hours ago

thanks for confirming, closing