Files
phobiaslack/.vscode/settings.json
tparnell d67ab7a6f8 stop
2019-07-19 16:55:39 -04:00

7 lines
258 B
JSON

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