microsoft / kiota

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

When creating a new client / plugin from Kiota without an opened workspace, we should deeplink in the extension #5220

Open sebastienlevert opened 3 weeks ago

sebastienlevert commented 3 weeks ago

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

When creating a new client or plugin from the extensions when no folder (workspace) is selected, we open a new VS Code extension window but we don't focus the kiota extension with the loaded client.

Client library/SDK language

None

Describe the solution you'd like

When opening, I would love to see the API loaded in the API Explorer so I can continue working on it.

Additional context

No response

baywet commented 3 weeks ago

Note: when opening the new instance of vscode, we should be able to use deeplinks to provide additional context to the tree view.