File tree 3 files changed +10
-14
lines changed
3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"recommendations" : [
3
3
" ms-azuretools.vscode-azurefunctions" ,
4
- " ms-dotnettools.csharp"
5
4
]
6
5
}
Original file line number Diff line number Diff line change 1
1
{
2
- "azureLogicAppsStandard.deploySubpath" : " bin/Release/netcoreapp3.1/publish " ,
3
- "azureLogicAppsStandard.projectLanguage" : " C# " ,
2
+ "azureLogicAppsStandard.deploySubpath" : " . " ,
3
+ "azureLogicAppsStandard.projectLanguage" : " JavaScript " ,
4
4
"azureLogicAppsStandard.projectRuntime" : " ~3" ,
5
5
"debug.internalConsoleOptions" : " neverOpen" ,
6
- "azureFunctions.suppressProject" : true ,
7
- "azureLogicAppsStandard.preDeployTask" : " publish "
8
- }
6
+ "azureFunctions.suppressProject" : true
7
+ }
8
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"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)"
10
6
}
11
- }
7
+ }
8
+
You can’t perform that action at this time.
0 commit comments