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

vscode kiota installation should use a semaphore #3686

Closed
baywet opened this issue Nov 8, 2023 · 0 comments · Fixed by #4359
Closed

vscode kiota installation should use a semaphore #3686

baywet opened this issue Nov 8, 2023 · 0 comments · Fixed by #4359
Assignees
Labels
generator Issues or improvements relater to generation capabilities. type:bug A broken experience vscode-extension Work related to the vscode-extension WIP
Milestone

Comments

@baywet
Copy link
Member

baywet commented Nov 8, 2023

if multiple instances of VS code are running when the extension installs kiota, it'll fail because they are all trying to write to the same file/directory, we should implement a semaphore

@baywet baywet added type:bug A broken experience generator Issues or improvements relater to generation capabilities. vscode-extension Work related to the vscode-extension labels Nov 8, 2023
@baywet baywet added this to the Kiota v1.9 milestone Nov 8, 2023
@baywet baywet self-assigned this Nov 8, 2023
@baywet baywet modified the milestones: Kiota v1.11, Kiota v1.12 Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generator Issues or improvements relater to generation capabilities. type:bug A broken experience vscode-extension Work related to the vscode-extension WIP
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants