Skip to content

Commit

Permalink
Remove task git checkout samples locks
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 committed Sep 30, 2024
1 parent 47cf0e7 commit 8fbbbfc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,7 @@
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile",
},
{
"label": "checkout:sample:locks",
"type": "process",
"command": "git",
"args": ["checkout", "**/kiota-lock.json"],
"options": {
"cwd": "${workspaceFolder}/samples"
}
"problemMatcher": "$msCompile"
},
{
"label": "test",
Expand Down

0 comments on commit 8fbbbfc

Please sign in to comment.