Skip to content

Commit d33c35a

Browse files
authored
fix: python template task.json wrong path (#15443)
1 parent 762926b commit d33c35a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/vsc/python/basic-custom-engine-agent/.vscode/launch.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"name": "Start Microsoft 365 Agents Playground",
6969
"type": "node",
7070
"request": "launch",
71-
"program": "${workspaceFolder}/devTools/teamsapptester/node_modules/@microsoft/teams-app-test-tool/cli.js",
71+
"program": "${workspaceFolder}/devTools/playground/node_modules/@microsoft/m365agentsplayground/cli.js",
7272
"args": [
7373
"start"
7474
],

templates/vsc/python/weather-agent/.vscode/launch.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"name": "Start Microsoft 365 Agents Playground",
6969
"type": "node",
7070
"request": "launch",
71-
"program": "${workspaceFolder}/devTools/teamsapptester/node_modules/@microsoft/teams-app-test-tool/cli.js",
71+
"program": "${workspaceFolder}/devTools/playground/node_modules/@microsoft/m365agentsplayground/cli.js",
7272
"args": [
7373
"start"
7474
],

0 commit comments

Comments
 (0)