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

Fix: kiota workspace tab correction #5897

Merged
merged 9 commits into from
Dec 11, 2024

Conversation

thewahome
Copy link
Contributor

@thewahome thewahome commented Dec 11, 2024

Overview

Closes #5715

Also:

  • I noticed that for items to load / refresh on the workspace tree, the workspace file needed to be open. This is no longer the case.
  • When deleting a client/plugin that has been opened in the API Explorer, it is closed first then deleted to remove any chance for unparented explorer items

Demo

image

Notes:

Can't fix When there is no clients or plugins in the context, the Workspace panel should load collapsed when opening Kiota extension because VS Code does not provide a direct way to set the collapsed state of a view container through the package.json configuration. And programmatically changing it has not worked

@thewahome thewahome requested a review from a team as a code owner December 11, 2024 13:23
@thewahome thewahome merged commit 6574630 into main Dec 11, 2024
211 checks passed
@thewahome thewahome deleted the fix/extension/kiota-tabs-correction branch December 11, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done ✔️
Development

Successfully merging this pull request may close these issues.

Kiota Workspace panel should list all clients and plugins available in the current VS code workspace
2 participants