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 vscode settings dependency for task build #5471

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

fey101
Copy link
Contributor

@fey101 fey101 commented Sep 25, 2024

When you launch the debugger in vscode, following error is thrown

Executing task: C:\Program Files\Git\cmd\git.exe checkout **/kiota-lock.json 

error: pathspec '**/kiota-lock.json' did not match any file(s) known to git

*  The terminal process "C:\Program Files\Git\cmd\git.exe 'checkout', '**/kiota-lock.json'" terminated with exit code: 1.

The proposed changes fixes this by removing the dependency for the build task on the task ["checkout:sample:locks"] in the .vscode/tasks.json file.

@fey101 fey101 requested a review from a team as a code owner September 25, 2024 21:03
@fey101 fey101 enabled auto-merge (squash) September 25, 2024 21:04
@fey101 fey101 merged commit 31c9568 into main Sep 30, 2024
119 checks passed
@fey101 fey101 deleted the fix-kiota-vscode-launch-file branch September 30, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants