Skip to content

Commit

Permalink
Update launch.json (#10075)
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem committed Apr 26, 2024
1 parent af6336d commit 29e3481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/src/WebJobs.Script.WebHost/bin/Debug/net6.0/Microsoft.Azure.WebJobs.Script.WebHost.dll",
"program": "${workspaceFolder}/out/bin/WebJobs.Script.WebHost/debug/Microsoft.Azure.WebJobs.Script.WebHost.dll",
"args": [],
"cwd": "${workspaceFolder}/sample/Node",
"stopAtEntry": false,
Expand All @@ -22,7 +22,7 @@
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"AZURE_FUNCTIONS_ENVIRONMENT": "Development",
"AzureWebJobsSecretStorageType": "Files"
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
Expand Down

0 comments on commit 29e3481

Please sign in to comment.