Skip to content

Commit

Permalink
Fix kiota vscode settings dependency for task build (#5471)
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 authored Sep 30, 2024
1 parent 9e44119 commit 31c9568
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,7 @@
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile",
"dependsOn": ["checkout:sample:locks"]
},
{
"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 31c9568

Please sign in to comment.