Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 6ad0e74

Browse files
munozemilioChris McConnellcosmicshuaitsuwandy
authored
cherry pick r13 lg orchestrator dialog (#1199)
* Switch to axios to support proxy server when merging. (#1190) * Switch to axios to support proxy server when merging. Normalize sorting to reduce variation. * modify https proxy setting * refactor * fix lint * fix lint Co-authored-by: Chris McConnell <chrimc> Co-authored-by: cosmicshuai <[email protected]> * Update orchestrator-core reference to 4.13.0 + fix for orchestrator:add (#1197) * Update package.json * Update datasourcehelper.ts * Update add.ts * Update pnpm-lock.yaml * Update botbuilder-lg to 4.13.0 (#1198) Co-authored-by: Chris McConnell <[email protected]> Co-authored-by: cosmicshuai <[email protected]> Co-authored-by: Tien Suwandy <[email protected]>
1 parent bf75952 commit 6ad0e74

File tree

19 files changed

+873
-493
lines changed

19 files changed

+873
-493
lines changed

.vscode/launch.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,26 @@
157157
"./packages/lu/lib/**"
158158
]
159159
},
160+
{
161+
"type": "node",
162+
"request": "launch",
163+
"name": "Dialog merge root-package schema",
164+
"preLaunchTask": "${defaultBuildTask}",
165+
"program": "${workspaceFolder}/packages/dialog/bin/run",
166+
"outputCapture": "std",
167+
"outFiles": [
168+
"./packages/dialog/lib/**"
169+
],
170+
"args": [
171+
"dialog:merge",
172+
"npm/node_modules/root-package/package.json",
173+
"-o",
174+
"oracles/root-package",
175+
"--verbose"
176+
],
177+
"internalConsoleOptions": "openOnSessionStart",
178+
"cwd": "${workspaceFolder}/packages/dialog/test/commands/dialog/"
179+
},
160180
{
161181
"type": "node",
162182
"request": "launch",

0 commit comments

Comments
 (0)