Files
AzureStaticWebApp-CSharp-Si…/.vscode/settings.json
T
2021-06-06 12:59:09 -04:00

7 lines
262 B
JSON

{
"azureFunctions.deploySubpath": "api/bin/Release/netcoreapp3.1/publish",
"azureFunctions.projectLanguage": "C#",
"azureFunctions.projectRuntime": "~3",
"debug.internalConsoleOptions": "neverOpen",
"azureFunctions.preDeployTask": "publish"
}