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

When starting a new folder, Kiota should not show the "Kiota directory not found" error #4855

Closed
Tracked by #4293
maisarissi opened this issue Jun 18, 2024 · 2 comments · Fixed by #5029
Closed
Tracked by #4293
Assignees
Labels
type:bug A broken experience vscode-extension Work related to the vscode-extension
Milestone

Comments

@maisarissi
Copy link
Contributor

When starting a brand new folder and open the Kiota extension, Kiota should not show the following error:
image

Expected:

  1. The user should not get any errors
  2. The workspace panel should be collapsed and empty
  3. After generating an API Plugin/client and the workspace file is available, Kiota should expand the workspace panel and show the file.
@maisarissi maisarissi added the status:waiting-for-triage An issue that is yet to be reviewed or assigned label Jun 18, 2024
@github-project-automation github-project-automation bot moved this to Needs Triage 🔍 in Kiota Jun 18, 2024
@maisarissi maisarissi added type:bug A broken experience vscode-extension Work related to the vscode-extension labels Jun 18, 2024
@maisarissi
Copy link
Contributor Author

Related to: #4828

@ElinorW
Copy link
Contributor

ElinorW commented Jul 26, 2024

Hey @maisarissi,
Turns out VS code doesn't provide a direct API to programmatically collapse or expand the entire tree view... only tree items can be expanded/collapsed...
Therefore I'll just show the file when it exists but a user can manually collapse/expand the space if they wish to

@ElinorW ElinorW linked a pull request Jul 26, 2024 that will close this issue
@ElinorW ElinorW closed this as completed Jul 29, 2024
@github-project-automation github-project-automation bot moved this from Todo 📃 to Done ✔️ in Kiota Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug A broken experience vscode-extension Work related to the vscode-extension
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants