Skip to content

Commit

Permalink
Revert "add debugging configuration"
Browse files Browse the repository at this point in the history
This reverts commit e3e80d2.
  • Loading branch information
hund030 committed Jan 8, 2025
1 parent 85e796e commit b33b5f0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,6 @@
"NODE_DEBUG": ""
}
},
{
"name": "Launch Extension(azure-ai)",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionDevelopmentPath=${workspaceFolder}/../azure-ai-extension",
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}",
"env": {
"DEBUGTELEMETRY": "v",
"NODE_DEBUG": ""
}
},
{
"name": "Launch Extension(s)",
"type": "extensionHost",
Expand Down

0 comments on commit b33b5f0

Please sign in to comment.