diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 42d895bfb9..29f5089976 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",