microsoft / kiota

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

[PLACEHOLDER] Graceful VS Code extension version handling in the integration (deep-linking) scenario #5204

Open petrhollayms opened 2 months ago

petrhollayms commented 2 months ago

We need to ensure that the TTK (and other) extension and Kiota extension work smoothly even when one is upgraded to a new version. We want to follow the Semantic versioning approach.

Open questions:

Proposal for the handling (to be completed):

maisarissi commented 2 months ago

As I mentioned in the other issue, I'm not sure we need to check version installed as VS Code extension always gets updated automatically to the latest version. What's your proposal here?