Skip to content

Commit 1d2c1f5

Browse files
committed
merging with the solution folder
1 parent 1919467 commit 1d2c1f5

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed
-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"recommendations": [
33
"ms-azuretools.vscode-azurefunctions",
4-
"ms-dotnettools.csharp"
54
]
65
}

solution/logic/.vscode/settings.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"azureLogicAppsStandard.deploySubpath": "bin/Release/netcoreapp3.1/publish",
3-
"azureLogicAppsStandard.projectLanguage": "C#",
2+
"azureLogicAppsStandard.deploySubpath": ".",
3+
"azureLogicAppsStandard.projectLanguage": "JavaScript",
44
"azureLogicAppsStandard.projectRuntime": "~3",
55
"debug.internalConsoleOptions": "neverOpen",
6-
"azureFunctions.suppressProject": true,
7-
"azureLogicAppsStandard.preDeployTask": "publish"
8-
}
6+
"azureFunctions.suppressProject": true
7+
}
8+

solution/logic/host.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"version": "2.0",
3-
"logging": {
4-
"applicationInsights": {
5-
"samplingSettings": {
6-
"isEnabled": true,
7-
"excludedTypes": "Request"
8-
}
9-
}
3+
"extensionBundle": {
4+
"id": "Microsoft.Azure.Functions.ExtensionBundle.Workflows",
5+
"version": "[1.*, 2.0.0)"
106
}
11-
}
7+
}
8+

0 commit comments

Comments
 (0)