microsoft / kiota

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

Add migration action to the contextual menu for locks in extension #4548

Closed adsk-duszykf closed 3 weeks ago

adsk-duszykf commented 4 months ago

The Select lock file button (or context menu on the lock file) doesn't read the lock file if the property 'descriptionLocation' is a relative path. like '..\api.yaml' Would be nice also to get an error message if the location doesn't exist

baywet commented 4 months ago

hi @adsk-duszykf Thanks for using the extension and for reaching out. We're in the middle of revamping our extension to provide a better experience. Long story short, we're moving from a client centric approach with locks to a workspace centric approach (multiple clients) with a workspace configuration instead. While I don't think we've planned a UI surface in the future version of the extension to migrate locks (but the CLI already implements it), I'll repurpose your issue to add that functionality. Let us know if you have any question/concern.

baywet commented 4 months ago

4293 is the issue tracking the work for the extension

adsk-duszykf commented 4 months ago

Thank you for the reactivity and Kiota !

baywet commented 4 months ago

No worries! I'm going to keep this issue open so we can track implementing the migration action.

Cc @ElinorW