Skip to content

Commit 29e3481

Browse files
authored
Update launch.json (#10075)
1 parent af6336d commit 29e3481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/src/WebJobs.Script.WebHost/bin/Debug/net6.0/Microsoft.Azure.WebJobs.Script.WebHost.dll",
13+
"program": "${workspaceFolder}/out/bin/WebJobs.Script.WebHost/debug/Microsoft.Azure.WebJobs.Script.WebHost.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/sample/Node",
1616
"stopAtEntry": false,
@@ -22,7 +22,7 @@
2222
"env": {
2323
"ASPNETCORE_ENVIRONMENT": "Development",
2424
"AZURE_FUNCTIONS_ENVIRONMENT": "Development",
25-
"AzureWebJobsSecretStorageType": "Files"
25+
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
2626
},
2727
"sourceFileMap": {
2828
"/Views": "${workspaceFolder}/Views"

0 commit comments

Comments
 (0)