@microsoft/teamsfx-core 1.4.0 → 1.4.1-alpha.313131ea.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/constants.d.ts +1 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +1 -0
- package/build/common/constants.js.map +1 -1
- package/build/common/local/localEnvProvider.d.ts +4 -8
- package/build/common/local/localEnvProvider.d.ts.map +1 -1
- package/build/common/local/localEnvProvider.js +21 -33
- package/build/common/local/localEnvProvider.js.map +1 -1
- package/build/common/local/localSettingsHelper.d.ts.map +1 -1
- package/build/common/local/localSettingsHelper.js +12 -21
- package/build/common/local/localSettingsHelper.js.map +1 -1
- package/build/common/projectSettingsValidator.d.ts.map +1 -1
- package/build/common/projectSettingsValidator.js +1 -0
- package/build/common/projectSettingsValidator.js.map +1 -1
- package/build/common/template-utils/templates.d.ts +1 -0
- package/build/common/template-utils/templates.d.ts.map +1 -1
- package/build/common/template-utils/templates.js +5 -1
- package/build/common/template-utils/templates.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +2 -18
- package/build/common/tools.js.map +1 -1
- package/build/core/SolutionPluginContainer.js +1 -1
- package/build/core/SolutionPluginContainer.js.map +1 -1
- package/build/core/collaborator.d.ts +10 -0
- package/build/core/collaborator.d.ts.map +1 -0
- package/build/core/collaborator.js +381 -0
- package/build/core/collaborator.js.map +1 -0
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +7 -2
- package/build/core/environment.js.map +1 -1
- package/build/core/index.d.ts +10 -4
- package/build/core/index.d.ts.map +1 -1
- package/build/core/index.js +138 -52
- package/build/core/index.js.map +1 -1
- package/build/core/middleware/envInfoLoaderV3.js +1 -0
- package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
- package/build/core/middleware/questionModel.d.ts.map +1 -1
- package/build/core/middleware/questionModel.js +49 -35
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/middleware/solutionLoaderV3.d.ts +1 -1
- package/build/core/middleware/solutionLoaderV3.d.ts.map +1 -1
- package/build/core/middleware/solutionLoaderV3.js +1 -8
- package/build/core/middleware/solutionLoaderV3.js.map +1 -1
- package/build/plugins/resource/aad/aadAppClient.d.ts +4 -4
- package/build/plugins/resource/aad/aadAppClient.d.ts.map +1 -1
- package/build/plugins/resource/aad/aadAppClient.js +3 -3
- package/build/plugins/resource/aad/aadAppClient.js.map +1 -1
- package/build/plugins/resource/aad/index.d.ts.map +1 -1
- package/build/plugins/resource/aad/index.js +0 -3
- package/build/plugins/resource/aad/index.js.map +1 -1
- package/build/plugins/resource/aad/plugin.d.ts.map +1 -1
- package/build/plugins/resource/aad/plugin.js +13 -8
- package/build/plugins/resource/aad/plugin.js.map +1 -1
- package/build/plugins/resource/aad/v2/index.d.ts +3 -2
- package/build/plugins/resource/aad/v2/index.d.ts.map +1 -1
- package/build/plugins/resource/aad/v2/index.js +4 -4
- package/build/plugins/resource/aad/v2/index.js.map +1 -1
- package/build/plugins/resource/aad/v3/index.d.ts +7 -1
- package/build/plugins/resource/aad/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/aad/v3/index.js +150 -48
- package/build/plugins/resource/aad/v3/index.js.map +1 -1
- package/build/plugins/resource/apim/config.js +2 -1
- package/build/plugins/resource/apim/config.js.map +1 -1
- package/build/plugins/resource/apim/v3/index.d.ts +4 -4
- package/build/plugins/resource/apim/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/apim/v3/index.js +51 -37
- package/build/plugins/resource/apim/v3/index.js.map +1 -1
- package/build/plugins/resource/appstudio/errors.d.ts +8 -16
- package/build/plugins/resource/appstudio/errors.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/errors.js +8 -16
- package/build/plugins/resource/appstudio/errors.js.map +1 -1
- package/build/plugins/resource/appstudio/index.d.ts +0 -4
- package/build/plugins/resource/appstudio/index.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/index.js +0 -21
- package/build/plugins/resource/appstudio/index.js.map +1 -1
- package/build/plugins/resource/appstudio/manifestTemplate.d.ts +3 -1
- package/build/plugins/resource/appstudio/manifestTemplate.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/manifestTemplate.js +111 -1
- package/build/plugins/resource/appstudio/manifestTemplate.js.map +1 -1
- package/build/plugins/resource/appstudio/plugin.d.ts +2 -13
- package/build/plugins/resource/appstudio/plugin.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/plugin.js +31 -117
- package/build/plugins/resource/appstudio/plugin.js.map +1 -1
- package/build/plugins/resource/appstudio/utils/telemetry.d.ts +0 -1
- package/build/plugins/resource/appstudio/utils/telemetry.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/utils/telemetry.js +0 -1
- package/build/plugins/resource/appstudio/utils/telemetry.js.map +1 -1
- package/build/plugins/resource/appstudio/v2/index.d.ts +2 -2
- package/build/plugins/resource/appstudio/v2/index.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/v2/index.js +2 -2
- package/build/plugins/resource/appstudio/v2/index.js.map +1 -1
- package/build/plugins/resource/appstudio/v3/index.d.ts +22 -2
- package/build/plugins/resource/appstudio/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/v3/index.js +105 -0
- package/build/plugins/resource/appstudio/v3/index.js.map +1 -1
- package/build/plugins/resource/bot/configs/deployConfig.js.map +1 -1
- package/build/plugins/resource/bot/index.d.ts +1 -1
- package/build/plugins/resource/bot/index.d.ts.map +1 -1
- package/build/plugins/resource/bot/index.js +5 -9
- package/build/plugins/resource/bot/index.js.map +1 -1
- package/build/plugins/resource/bot/progressBars.d.ts +2 -2
- package/build/plugins/resource/bot/progressBars.d.ts.map +1 -1
- package/build/plugins/resource/bot/progressBars.js +4 -3
- package/build/plugins/resource/bot/progressBars.js.map +1 -1
- package/build/plugins/resource/bot/v3/error.d.ts +15 -0
- package/build/plugins/resource/bot/v3/error.d.ts.map +1 -0
- package/build/plugins/resource/bot/v3/error.js +46 -0
- package/build/plugins/resource/bot/v3/error.js.map +1 -0
- package/build/plugins/resource/bot/v3/index.d.ts +20 -0
- package/build/plugins/resource/bot/v3/index.d.ts.map +1 -0
- package/build/plugins/resource/bot/v3/index.js +384 -0
- package/build/plugins/resource/bot/v3/index.js.map +1 -0
- package/build/plugins/resource/frontend/index.d.ts +1 -3
- package/build/plugins/resource/frontend/index.d.ts.map +1 -1
- package/build/plugins/resource/frontend/index.js +3 -11
- package/build/plugins/resource/frontend/index.js.map +1 -1
- package/build/plugins/resource/frontend/interface.d.ts +1 -2
- package/build/plugins/resource/frontend/interface.d.ts.map +1 -1
- package/build/plugins/resource/frontend/plugin.d.ts +1 -2
- package/build/plugins/resource/frontend/plugin.d.ts.map +1 -1
- package/build/plugins/resource/frontend/plugin.js +9 -25
- package/build/plugins/resource/frontend/plugin.js.map +1 -1
- package/build/plugins/resource/frontend/resources/errors.d.ts +0 -7
- package/build/plugins/resource/frontend/resources/errors.d.ts.map +1 -1
- package/build/plugins/resource/frontend/resources/errors.js +1 -14
- package/build/plugins/resource/frontend/resources/errors.js.map +1 -1
- package/build/plugins/resource/frontend/resources/messages.d.ts +0 -2
- package/build/plugins/resource/frontend/resources/messages.d.ts.map +1 -1
- package/build/plugins/resource/frontend/resources/messages.js +0 -2
- package/build/plugins/resource/frontend/resources/messages.js.map +1 -1
- package/build/plugins/resource/frontend/resources/steps.d.ts +0 -1
- package/build/plugins/resource/frontend/resources/steps.d.ts.map +1 -1
- package/build/plugins/resource/frontend/resources/steps.js +1 -7
- package/build/plugins/resource/frontend/resources/steps.js.map +1 -1
- package/build/plugins/resource/frontend/v2/index.d.ts +2 -2
- package/build/plugins/resource/frontend/v2/index.d.ts.map +1 -1
- package/build/plugins/resource/frontend/v2/index.js +2 -2
- package/build/plugins/resource/frontend/v2/index.js.map +1 -1
- package/build/plugins/resource/frontend/v3/index.d.ts +4 -4
- package/build/plugins/resource/frontend/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/frontend/v3/index.js +2 -3
- package/build/plugins/resource/frontend/v3/index.js.map +1 -1
- package/build/plugins/resource/function/v3/index.d.ts +5 -5
- package/build/plugins/resource/function/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/function/v3/index.js +5 -7
- package/build/plugins/resource/function/v3/index.js.map +1 -1
- package/build/plugins/resource/identity/index.d.ts.map +1 -1
- package/build/plugins/resource/identity/index.js +0 -3
- package/build/plugins/resource/identity/index.js.map +1 -1
- package/build/plugins/resource/identity/v3/index.d.ts +2 -2
- package/build/plugins/resource/identity/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/identity/v3/index.js +1 -2
- package/build/plugins/resource/identity/v3/index.js.map +1 -1
- package/build/plugins/resource/keyvault/v3/index.d.ts +2 -2
- package/build/plugins/resource/keyvault/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/keyvault/v3/index.js +1 -2
- package/build/plugins/resource/keyvault/v3/index.js.map +1 -1
- package/build/plugins/resource/localdebug/constants.d.ts +0 -4
- package/build/plugins/resource/localdebug/constants.d.ts.map +1 -1
- package/build/plugins/resource/localdebug/constants.js +1 -5
- package/build/plugins/resource/localdebug/constants.js.map +1 -1
- package/build/plugins/resource/localdebug/localEnv.d.ts +2 -2
- package/build/plugins/resource/localdebug/localEnv.d.ts.map +1 -1
- package/build/plugins/resource/localdebug/localEnv.js +4 -6
- package/build/plugins/resource/localdebug/localEnv.js.map +1 -1
- package/build/plugins/resource/localdebug/projectSettingLoader.d.ts +0 -1
- package/build/plugins/resource/localdebug/projectSettingLoader.d.ts.map +1 -1
- package/build/plugins/resource/localdebug/projectSettingLoader.js +0 -1
- package/build/plugins/resource/localdebug/projectSettingLoader.js.map +1 -1
- package/build/plugins/resource/spfx/index.d.ts +1 -5
- package/build/plugins/resource/spfx/index.d.ts.map +1 -1
- package/build/plugins/resource/spfx/index.js +6 -10
- package/build/plugins/resource/spfx/index.js.map +1 -1
- package/build/plugins/resource/spfx/plugin.js +6 -6
- package/build/plugins/resource/spfx/plugin.js.map +1 -1
- package/build/plugins/resource/spfx/utils/constants.d.ts +9 -0
- package/build/plugins/resource/spfx/utils/constants.d.ts.map +1 -1
- package/build/plugins/resource/spfx/utils/constants.js +11 -1
- package/build/plugins/resource/spfx/utils/constants.js.map +1 -1
- package/build/plugins/resource/spfx/utils/progress-helper.d.ts +3 -3
- package/build/plugins/resource/spfx/utils/progress-helper.d.ts.map +1 -1
- package/build/plugins/resource/spfx/utils/progress-helper.js +8 -8
- package/build/plugins/resource/spfx/utils/progress-helper.js.map +1 -1
- package/build/plugins/resource/spfx/utils/questions.d.ts +10 -0
- package/build/plugins/resource/spfx/utils/questions.d.ts.map +1 -0
- package/build/plugins/resource/spfx/utils/questions.js +39 -0
- package/build/plugins/resource/spfx/utils/questions.js.map +1 -0
- package/build/plugins/resource/spfx/v3/error.d.ts +5 -0
- package/build/plugins/resource/spfx/v3/error.d.ts.map +1 -0
- package/build/plugins/resource/spfx/v3/error.js +20 -0
- package/build/plugins/resource/spfx/v3/error.js.map +1 -0
- package/build/plugins/resource/spfx/v3/index.d.ts +13 -0
- package/build/plugins/resource/spfx/v3/index.d.ts.map +1 -0
- package/build/plugins/resource/spfx/v3/index.js +123 -0
- package/build/plugins/resource/spfx/v3/index.js.map +1 -0
- package/build/plugins/resource/spfx/v3/plugin.d.ts +11 -0
- package/build/plugins/resource/spfx/v3/plugin.d.ts.map +1 -0
- package/build/plugins/resource/spfx/v3/plugin.js +290 -0
- package/build/plugins/resource/spfx/v3/plugin.js.map +1 -0
- package/build/plugins/resource/sql/v3/index.d.ts +6 -3
- package/build/plugins/resource/sql/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/sql/v3/index.js +67 -6
- package/build/plugins/resource/sql/v3/index.js.map +1 -1
- package/build/plugins/resource/utils4v2.d.ts +3 -2
- package/build/plugins/resource/utils4v2.d.ts.map +1 -1
- package/build/plugins/resource/utils4v2.js +24 -7
- package/build/plugins/resource/utils4v2.js.map +1 -1
- package/build/plugins/solution/fx-solution/arm.d.ts +2 -2
- package/build/plugins/solution/fx-solution/arm.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/arm.js +51 -51
- package/build/plugins/solution/fx-solution/arm.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/error.d.ts +0 -1
- package/build/plugins/solution/fx-solution/debug/error.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/error.js +1 -5
- package/build/plugins/solution/fx-solution/debug/error.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/provisionLocal.d.ts +3 -0
- package/build/plugins/solution/fx-solution/debug/provisionLocal.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/provisionLocal.js +216 -27
- package/build/plugins/solution/fx-solution/debug/provisionLocal.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts +1 -2
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js +10 -15
- package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.d.ts +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.js +109 -290
- package/build/plugins/solution/fx-solution/debug/util/launch.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js +102 -236
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasks.d.ts +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasks.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasks.js +12 -18
- package/build/plugins/solution/fx-solution/debug/util/tasks.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.js +5 -5
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.js.map +1 -1
- package/build/plugins/solution/fx-solution/solution.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/solution.js +0 -5
- package/build/plugins/solution/fx-solution/solution.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts +2 -0
- package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/provisionLocal.js +52 -11
- package/build/plugins/solution/fx-solution/v2/provisionLocal.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/scaffolding.js +4 -1
- package/build/plugins/solution/fx-solution/v2/scaffolding.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/addFeature.d.ts +4 -3
- package/build/plugins/solution/fx-solution/v3/addFeature.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/addFeature.js +28 -26
- package/build/plugins/solution/fx-solution/v3/addFeature.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/deploy.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/deploy.js +21 -11
- package/build/plugins/solution/fx-solution/v3/deploy.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/provision.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/provision.js +10 -3
- package/build/plugins/solution/fx-solution/v3/provision.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/userTask.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/userTask.js +52 -56
- package/build/plugins/solution/fx-solution/v3/userTask.js.map +1 -1
- package/build/plugins/solution/spfx-solution/addFeature.d.ts.map +1 -1
- package/build/plugins/solution/spfx-solution/addFeature.js +0 -8
- package/build/plugins/solution/spfx-solution/addFeature.js.map +1 -1
- package/build/plugins/solution/utils/questions.d.ts +3 -3
- package/build/plugins/solution/utils/questions.d.ts.map +1 -1
- package/build/plugins/solution/utils/questions.js +6 -6
- package/build/plugins/solution/utils/questions.js.map +1 -1
- package/package.json +4 -3
- package/resource/strings.json +1 -0
- package/templates/plugins/resource/bot/bot-msgext.js.default.zip +0 -0
- package/templates/plugins/resource/bot/bot-msgext.ts.default.zip +0 -0
- package/templates/plugins/resource/bot/bot.js.default.zip +0 -0
- package/templates/plugins/resource/bot/bot.ts.default.zip +0 -0
- package/templates/plugins/resource/bot/msgext.js.default.zip +0 -0
- package/templates/plugins/resource/bot/msgext.ts.default.zip +0 -0
- package/templates/plugins/resource/frontend/tab.js.default.zip +0 -0
- package/templates/plugins/resource/frontend/tab.ts.default.zip +0 -0
- package/templates/plugins/resource/function/function-base.js.default.zip +0 -0
- package/templates/plugins/resource/function/function-base.ts.default.zip +0 -0
- package/templates/plugins/resource/function/function-triggers.js.HTTPTrigger.zip +0 -0
- package/templates/plugins/resource/function/function-triggers.ts.HTTPTrigger.zip +0 -0
- package/templates/plugins/resource/storage/bicep/azureStorageProvision.bicep +0 -25
- package/templates/plugins/resource/storage/bicep/provision.template.bicep +0 -15
|
@@ -6,191 +6,29 @@ exports.generateSpfxCompounds = exports.generateSpfxConfigurations = exports.gen
|
|
|
6
6
|
const tslib_1 = require("tslib");
|
|
7
7
|
const os = tslib_1.__importStar(require("os"));
|
|
8
8
|
const constants_1 = require("../constants");
|
|
9
|
-
function generateConfigurations(includeFrontend, includeBackend, includeBot
|
|
9
|
+
function generateConfigurations(includeFrontend, includeBackend, includeBot) {
|
|
10
10
|
let edgeOrder = 2, chromeOrder = 1;
|
|
11
11
|
if (os.type() === "Windows_NT") {
|
|
12
12
|
edgeOrder = 1;
|
|
13
13
|
chromeOrder = 2;
|
|
14
14
|
}
|
|
15
|
-
const launchConfigurations =
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
url: "https://teams.microsoft.com/l/app/${teamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
23
|
-
presentation: {
|
|
24
|
-
group: "remote",
|
|
25
|
-
order: edgeOrder,
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
name: "Launch Remote (Chrome)",
|
|
30
|
-
type: constants_1.LaunchBrowser.chrome,
|
|
31
|
-
request: "launch",
|
|
32
|
-
url: "https://teams.microsoft.com/l/app/${teamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
33
|
-
presentation: {
|
|
34
|
-
group: "remote",
|
|
35
|
-
order: chromeOrder,
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
];
|
|
39
|
-
// Tab only
|
|
40
|
-
if (includeFrontend && !includeBot) {
|
|
41
|
-
// hidden configurations
|
|
42
|
-
if (includeBackend) {
|
|
43
|
-
launchConfigurations.push({
|
|
44
|
-
name: "Start and Attach to Frontend (Edge)",
|
|
45
|
-
type: constants_1.LaunchBrowser.edge,
|
|
46
|
-
request: "launch",
|
|
47
|
-
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
48
|
-
preLaunchTask: "Start Frontend",
|
|
49
|
-
cascadeTerminateToConfigurations: ["Start and Attach to Backend"],
|
|
50
|
-
presentation: {
|
|
51
|
-
group: "all",
|
|
52
|
-
hidden: true,
|
|
53
|
-
},
|
|
54
|
-
}, {
|
|
55
|
-
name: "Start and Attach to Frontend (Chrome)",
|
|
56
|
-
type: constants_1.LaunchBrowser.chrome,
|
|
57
|
-
request: "launch",
|
|
58
|
-
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
59
|
-
preLaunchTask: "Start Frontend",
|
|
60
|
-
cascadeTerminateToConfigurations: ["Start and Attach to Backend"],
|
|
61
|
-
presentation: {
|
|
62
|
-
group: "all",
|
|
63
|
-
hidden: true,
|
|
64
|
-
},
|
|
65
|
-
}, {
|
|
66
|
-
name: "Start and Attach to Backend",
|
|
67
|
-
type: "pwa-node",
|
|
68
|
-
request: "attach",
|
|
69
|
-
port: 9229,
|
|
70
|
-
restart: true,
|
|
71
|
-
preLaunchTask: "Start Backend",
|
|
72
|
-
presentation: {
|
|
73
|
-
group: "all",
|
|
74
|
-
hidden: true,
|
|
75
|
-
},
|
|
76
|
-
internalConsoleOptions: "neverOpen",
|
|
77
|
-
});
|
|
78
|
-
}
|
|
79
|
-
else {
|
|
80
|
-
launchConfigurations.push({
|
|
81
|
-
name: "Start and Attach to Frontend (Edge)",
|
|
82
|
-
type: constants_1.LaunchBrowser.edge,
|
|
83
|
-
request: "launch",
|
|
84
|
-
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
85
|
-
preLaunchTask: "Start Frontend",
|
|
86
|
-
presentation: {
|
|
87
|
-
group: "all",
|
|
88
|
-
hidden: true,
|
|
89
|
-
},
|
|
90
|
-
}, {
|
|
91
|
-
name: "Start and Attach to Frontend (Chrome)",
|
|
92
|
-
type: constants_1.LaunchBrowser.chrome,
|
|
93
|
-
request: "launch",
|
|
94
|
-
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
95
|
-
preLaunchTask: "Start Frontend",
|
|
96
|
-
presentation: {
|
|
97
|
-
group: "all",
|
|
98
|
-
hidden: true,
|
|
99
|
-
},
|
|
100
|
-
});
|
|
101
|
-
}
|
|
15
|
+
const launchConfigurations = [
|
|
16
|
+
launchRemote(constants_1.LaunchBrowser.edge, "Edge", edgeOrder),
|
|
17
|
+
launchRemote(constants_1.LaunchBrowser.chrome, "Chrome", chromeOrder),
|
|
18
|
+
];
|
|
19
|
+
if (includeFrontend) {
|
|
20
|
+
launchConfigurations.push(startAndAttachToFrontend(constants_1.LaunchBrowser.edge, "Edge"));
|
|
21
|
+
launchConfigurations.push(startAndAttachToFrontend(constants_1.LaunchBrowser.chrome, "Chrome"));
|
|
102
22
|
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
launchConfigurations.push(
|
|
106
|
-
name: "Launch Bot (Edge)",
|
|
107
|
-
type: constants_1.LaunchBrowser.edge,
|
|
108
|
-
request: "launch",
|
|
109
|
-
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
110
|
-
cascadeTerminateToConfigurations: ["Start and Attach to Bot"],
|
|
111
|
-
presentation: {
|
|
112
|
-
group: "all",
|
|
113
|
-
hidden: true,
|
|
114
|
-
},
|
|
115
|
-
}, {
|
|
116
|
-
name: "Launch Bot (Chrome)",
|
|
117
|
-
type: constants_1.LaunchBrowser.chrome,
|
|
118
|
-
request: "launch",
|
|
119
|
-
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
120
|
-
cascadeTerminateToConfigurations: ["Start and Attach to Bot"],
|
|
121
|
-
presentation: {
|
|
122
|
-
group: "all",
|
|
123
|
-
hidden: true,
|
|
124
|
-
},
|
|
125
|
-
}, {
|
|
126
|
-
name: "Start and Attach to Bot",
|
|
127
|
-
type: "pwa-node",
|
|
128
|
-
request: "attach",
|
|
129
|
-
port: 9239,
|
|
130
|
-
restart: true,
|
|
131
|
-
preLaunchTask: "Start Bot",
|
|
132
|
-
presentation: {
|
|
133
|
-
group: "all",
|
|
134
|
-
hidden: true,
|
|
135
|
-
},
|
|
136
|
-
});
|
|
23
|
+
else if (includeBot) {
|
|
24
|
+
launchConfigurations.push(launchBot(constants_1.LaunchBrowser.edge, "Edge"));
|
|
25
|
+
launchConfigurations.push(launchBot(constants_1.LaunchBrowser.chrome, "Chrome"));
|
|
137
26
|
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
request: "launch",
|
|
144
|
-
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
145
|
-
preLaunchTask: "Start Frontend",
|
|
146
|
-
cascadeTerminateToConfigurations: includeBackend
|
|
147
|
-
? ["Start and Attach to Bot", "Start and Attach to Backend"]
|
|
148
|
-
: ["Start and Attach to Bot"],
|
|
149
|
-
presentation: {
|
|
150
|
-
group: "all",
|
|
151
|
-
hidden: true,
|
|
152
|
-
},
|
|
153
|
-
}, {
|
|
154
|
-
name: "Start and Attach to Frontend (Chrome)",
|
|
155
|
-
type: constants_1.LaunchBrowser.chrome,
|
|
156
|
-
request: "launch",
|
|
157
|
-
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
158
|
-
preLaunchTask: "Start Frontend",
|
|
159
|
-
cascadeTerminateToConfigurations: includeBackend
|
|
160
|
-
? ["Start and Attach to Bot", "Start and Attach to Backend"]
|
|
161
|
-
: ["Start and Attach to Bot"],
|
|
162
|
-
presentation: {
|
|
163
|
-
group: "all",
|
|
164
|
-
hidden: true,
|
|
165
|
-
},
|
|
166
|
-
}, {
|
|
167
|
-
name: "Start and Attach to Bot",
|
|
168
|
-
type: "pwa-node",
|
|
169
|
-
request: "attach",
|
|
170
|
-
port: 9239,
|
|
171
|
-
restart: true,
|
|
172
|
-
preLaunchTask: "Start Bot",
|
|
173
|
-
presentation: {
|
|
174
|
-
group: "all",
|
|
175
|
-
hidden: true,
|
|
176
|
-
},
|
|
177
|
-
internalConsoleOptions: "neverOpen",
|
|
178
|
-
});
|
|
179
|
-
if (includeBackend) {
|
|
180
|
-
launchConfigurations.push({
|
|
181
|
-
name: "Start and Attach to Backend",
|
|
182
|
-
type: "pwa-node",
|
|
183
|
-
request: "attach",
|
|
184
|
-
port: 9229,
|
|
185
|
-
restart: true,
|
|
186
|
-
preLaunchTask: "Start Backend",
|
|
187
|
-
presentation: {
|
|
188
|
-
group: "all",
|
|
189
|
-
hidden: true,
|
|
190
|
-
},
|
|
191
|
-
internalConsoleOptions: "neverOpen",
|
|
192
|
-
});
|
|
193
|
-
}
|
|
27
|
+
if (includeBot) {
|
|
28
|
+
launchConfigurations.push(attachToBot());
|
|
29
|
+
}
|
|
30
|
+
if (includeBackend) {
|
|
31
|
+
launchConfigurations.push(attachToBackend());
|
|
194
32
|
}
|
|
195
33
|
return launchConfigurations;
|
|
196
34
|
}
|
|
@@ -202,118 +40,8 @@ function generateCompounds(includeFrontend, includeBackend, includeBot) {
|
|
|
202
40
|
edgeOrder = 1;
|
|
203
41
|
chromeOrder = 2;
|
|
204
42
|
}
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
launchCompounds.push({
|
|
208
|
-
name: "Debug (Edge)",
|
|
209
|
-
configurations: includeBackend
|
|
210
|
-
? ["Start and Attach to Frontend (Edge)", "Start and Attach to Backend"]
|
|
211
|
-
: ["Start and Attach to Frontend (Edge)"],
|
|
212
|
-
preLaunchTask: "Pre Debug Check",
|
|
213
|
-
presentation: {
|
|
214
|
-
group: "all",
|
|
215
|
-
order: edgeOrder,
|
|
216
|
-
},
|
|
217
|
-
stopAll: true,
|
|
218
|
-
}, {
|
|
219
|
-
name: "Debug (Chrome)",
|
|
220
|
-
configurations: includeBackend
|
|
221
|
-
? ["Start and Attach to Frontend (Chrome)", "Start and Attach to Backend"]
|
|
222
|
-
: ["Start and Attach to Frontend (Chrome)"],
|
|
223
|
-
preLaunchTask: "Pre Debug Check",
|
|
224
|
-
presentation: {
|
|
225
|
-
group: "all",
|
|
226
|
-
order: chromeOrder,
|
|
227
|
-
},
|
|
228
|
-
stopAll: true,
|
|
229
|
-
});
|
|
230
|
-
}
|
|
231
|
-
// Bot only
|
|
232
|
-
if (!includeFrontend && includeBot) {
|
|
233
|
-
launchCompounds.push({
|
|
234
|
-
name: "Debug (Edge)",
|
|
235
|
-
configurations: ["Launch Bot (Edge)", "Start and Attach to Bot"],
|
|
236
|
-
preLaunchTask: "Pre Debug Check",
|
|
237
|
-
presentation: {
|
|
238
|
-
group: "all",
|
|
239
|
-
order: edgeOrder,
|
|
240
|
-
},
|
|
241
|
-
stopAll: true,
|
|
242
|
-
}, {
|
|
243
|
-
name: "Debug (Chrome)",
|
|
244
|
-
configurations: ["Launch Bot (Chrome)", "Start and Attach to Bot"],
|
|
245
|
-
preLaunchTask: "Pre Debug Check",
|
|
246
|
-
presentation: {
|
|
247
|
-
group: "all",
|
|
248
|
-
order: chromeOrder,
|
|
249
|
-
},
|
|
250
|
-
stopAll: true,
|
|
251
|
-
});
|
|
252
|
-
}
|
|
253
|
-
// Tab and bot
|
|
254
|
-
if (includeFrontend && includeBot) {
|
|
255
|
-
launchCompounds.push({
|
|
256
|
-
name: "Debug (Edge)",
|
|
257
|
-
configurations: includeBackend
|
|
258
|
-
? [
|
|
259
|
-
"Start and Attach to Frontend (Edge)",
|
|
260
|
-
"Start and Attach to Bot",
|
|
261
|
-
"Start and Attach to Backend",
|
|
262
|
-
]
|
|
263
|
-
: ["Start and Attach to Frontend (Edge)", "Start and Attach to Bot"],
|
|
264
|
-
preLaunchTask: "Pre Debug Check",
|
|
265
|
-
presentation: {
|
|
266
|
-
group: "all",
|
|
267
|
-
order: edgeOrder,
|
|
268
|
-
},
|
|
269
|
-
stopAll: true,
|
|
270
|
-
}, {
|
|
271
|
-
name: "Debug (Chrome)",
|
|
272
|
-
configurations: includeBackend
|
|
273
|
-
? [
|
|
274
|
-
"Start and Attach to Frontend (Chrome)",
|
|
275
|
-
"Start and Attach to Bot",
|
|
276
|
-
"Start and Attach to Backend",
|
|
277
|
-
]
|
|
278
|
-
: ["Start and Attach to Frontend (Chrome)", "Start and Attach to Bot"],
|
|
279
|
-
preLaunchTask: "Pre Debug Check",
|
|
280
|
-
presentation: {
|
|
281
|
-
group: "all",
|
|
282
|
-
order: chromeOrder,
|
|
283
|
-
},
|
|
284
|
-
stopAll: true,
|
|
285
|
-
});
|
|
286
|
-
}
|
|
287
|
-
/* No attach until CLI ready
|
|
288
|
-
if (includeBackend) {
|
|
289
|
-
launchCompounds.push(
|
|
290
|
-
{
|
|
291
|
-
name: "Attach to Frontend and Backend (Chrome)",
|
|
292
|
-
configurations: [
|
|
293
|
-
"Attach to Frontend (Chrome)",
|
|
294
|
-
"Attach to Backend"
|
|
295
|
-
],
|
|
296
|
-
presentation: {
|
|
297
|
-
group: "partial",
|
|
298
|
-
order: 1
|
|
299
|
-
},
|
|
300
|
-
stopAll: true
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
name: "Attach to Frontend and Backend (Edge)",
|
|
304
|
-
configurations: [
|
|
305
|
-
"Attach to Frontend (Edge)",
|
|
306
|
-
"Attach to Backend"
|
|
307
|
-
],
|
|
308
|
-
presentation: {
|
|
309
|
-
group: "partial",
|
|
310
|
-
order: 3
|
|
311
|
-
},
|
|
312
|
-
stopAll: true
|
|
313
|
-
}
|
|
314
|
-
);
|
|
315
|
-
}
|
|
316
|
-
*/
|
|
43
|
+
launchCompounds.push(debug(includeFrontend, includeBackend, includeBot, "Edge", edgeOrder));
|
|
44
|
+
launchCompounds.push(debug(includeFrontend, includeBackend, includeBot, "Chrome", chromeOrder));
|
|
317
45
|
return launchCompounds;
|
|
318
46
|
}
|
|
319
47
|
exports.generateCompounds = generateCompounds;
|
|
@@ -476,4 +204,95 @@ function generateSpfxCompounds() {
|
|
|
476
204
|
return launchCompounds;
|
|
477
205
|
}
|
|
478
206
|
exports.generateSpfxCompounds = generateSpfxCompounds;
|
|
207
|
+
function launchRemote(browserType, browserName, order) {
|
|
208
|
+
return {
|
|
209
|
+
name: `Launch Remote (${browserName})`,
|
|
210
|
+
type: browserType,
|
|
211
|
+
request: "launch",
|
|
212
|
+
url: "https://teams.microsoft.com/l/app/${teamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
213
|
+
presentation: {
|
|
214
|
+
group: "remote",
|
|
215
|
+
order: order,
|
|
216
|
+
},
|
|
217
|
+
};
|
|
218
|
+
}
|
|
219
|
+
function startAndAttachToFrontend(browserType, browserName) {
|
|
220
|
+
return {
|
|
221
|
+
name: `Start and Attach to Frontend (${browserName})`,
|
|
222
|
+
type: browserType,
|
|
223
|
+
request: "launch",
|
|
224
|
+
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
225
|
+
preLaunchTask: "Start Frontend",
|
|
226
|
+
presentation: {
|
|
227
|
+
group: "all",
|
|
228
|
+
hidden: true,
|
|
229
|
+
},
|
|
230
|
+
};
|
|
231
|
+
}
|
|
232
|
+
function launchBot(browserType, browserName) {
|
|
233
|
+
return {
|
|
234
|
+
name: `Launch Bot (${browserName})`,
|
|
235
|
+
type: browserType,
|
|
236
|
+
request: "launch",
|
|
237
|
+
url: "https://teams.microsoft.com/l/app/${localTeamsAppId}?installAppPackage=true&webjoin=true&${account-hint}",
|
|
238
|
+
presentation: {
|
|
239
|
+
group: "all",
|
|
240
|
+
hidden: true,
|
|
241
|
+
},
|
|
242
|
+
};
|
|
243
|
+
}
|
|
244
|
+
function attachToBot() {
|
|
245
|
+
return {
|
|
246
|
+
name: "Start and Attach to Bot",
|
|
247
|
+
type: "pwa-node",
|
|
248
|
+
request: "attach",
|
|
249
|
+
port: 9239,
|
|
250
|
+
restart: true,
|
|
251
|
+
preLaunchTask: "Start Bot",
|
|
252
|
+
presentation: {
|
|
253
|
+
group: "all",
|
|
254
|
+
hidden: true,
|
|
255
|
+
},
|
|
256
|
+
};
|
|
257
|
+
}
|
|
258
|
+
function attachToBackend() {
|
|
259
|
+
return {
|
|
260
|
+
name: "Start and Attach to Backend",
|
|
261
|
+
type: "pwa-node",
|
|
262
|
+
request: "attach",
|
|
263
|
+
port: 9229,
|
|
264
|
+
restart: true,
|
|
265
|
+
preLaunchTask: "Start Backend",
|
|
266
|
+
presentation: {
|
|
267
|
+
group: "all",
|
|
268
|
+
hidden: true,
|
|
269
|
+
},
|
|
270
|
+
internalConsoleOptions: "neverOpen",
|
|
271
|
+
};
|
|
272
|
+
}
|
|
273
|
+
function debug(includeFrontend, includeBackend, includeBot, browserName, order) {
|
|
274
|
+
const configurations = [];
|
|
275
|
+
if (includeFrontend) {
|
|
276
|
+
configurations.push(`Start and Attach to Frontend (${browserName})`);
|
|
277
|
+
}
|
|
278
|
+
else if (includeBot) {
|
|
279
|
+
configurations.push(`Launch Bot (${browserName})`);
|
|
280
|
+
}
|
|
281
|
+
if (includeBot) {
|
|
282
|
+
configurations.push("Start and Attach to Bot");
|
|
283
|
+
}
|
|
284
|
+
if (includeBackend) {
|
|
285
|
+
configurations.push("Start and Attach to Backend");
|
|
286
|
+
}
|
|
287
|
+
return {
|
|
288
|
+
name: `Debug (${browserName})`,
|
|
289
|
+
configurations,
|
|
290
|
+
preLaunchTask: "Pre Debug Check",
|
|
291
|
+
presentation: {
|
|
292
|
+
group: "all",
|
|
293
|
+
order: order,
|
|
294
|
+
},
|
|
295
|
+
stopAll: true,
|
|
296
|
+
};
|
|
297
|
+
}
|
|
479
298
|
//# sourceMappingURL=launch.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"launch.js","sourceRoot":"","sources":["../../../../../../src/plugins/solution/fx-solution/debug/util/launch.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAClC,YAAY,CAAC;;;;AAEb,+CAAyB;AACzB,4CAA6C;AAE7C,SAAgB,sBAAsB,CACpC,eAAwB,EACxB,cAAuB,EACvB,UAAmB
|
|
1
|
+
{"version":3,"file":"launch.js","sourceRoot":"","sources":["../../../../../../src/plugins/solution/fx-solution/debug/util/launch.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"launchNext.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/solution/fx-solution/debug/util/launchNext.ts"],"names":[],"mappings":"AAOA,wBAAgB,sBAAsB,CACpC,eAAe,EAAE,OAAO,EACxB,cAAc,EAAE,OAAO,EACvB,UAAU,EAAE,OAAO,GAClB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"launchNext.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/solution/fx-solution/debug/util/launchNext.ts"],"names":[],"mappings":"AAOA,wBAAgB,sBAAsB,CACpC,eAAe,EAAE,OAAO,EACxB,cAAc,EAAE,OAAO,EACvB,UAAU,EAAE,OAAO,GAClB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CA8B3B;AAED,wBAAgB,iBAAiB,CAC/B,eAAe,EAAE,OAAO,EACxB,cAAc,EAAE,OAAO,EACvB,UAAU,EAAE,OAAO,GAClB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAa3B"}
|