-
Notifications
You must be signed in to change notification settings - Fork 214
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
Kiota Workspace panel should list all clients and plugins available in the current VS code workspace #5715
Closed
3 tasks
Tracked by
#5713
Comments
7 tasks
9 tasks
Reopening. ACs 3, 4 and 8 are not met:
Not working as expected
Working as expected
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Challenge
Due to time constraints, when we first implemented the workspace panel we added a reference to the workspace file so one could easily find it and open it to edit their existing clients and plugins.
However, the intention behind that panel was to list all clients and plugins in the current context.
Proposal
We need to modify the existing workspace panel to list all clients and plugins available in the current context.
Tasks
My Workspace
panel to the topworkspace.json
Acceptance Criteria
Clients
component when there is at least 1 client in the current context. If no client was found, the node shouldn't be displayed.Plugins
component when there is at least 1 plugin in the current context. If no plugin was found, the node shouldn't be displayed.Clients
andPlugins
components must to be expandable/collapsible.{ }
icon in any existing plugin/client, we should show the textSelect
. When clicking on it, the API Explorer should be loaded with the right client/plugin and right selected paths (same as theEditPaths
codelense action) and the notification for regeneration should be displayed.Delete
. When clicking on it for any existing plugin/client, the plugin remove should be performed.The text was updated successfully, but these errors were encountered: