Skip to content

Commit

Permalink
vscode config paths changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahtokalak committed Dec 12, 2022
1 parent b984d34 commit b0d9c9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "dotnet build (debug) - net6.0",
"program": "${workspaceFolder}/samples/Emr.OrchardCore.Cms.Web/bin/Debug/net6.0/Emr.OrchardCore.Cms.Web.dll",
"program": "${workspaceFolder}/samples/Emrah.OrchardCore.Cms.Web/bin/Debug/net6.0/Emrah.OrchardCore.Cms.Web.dll",
"args": [],
"cwd": "${workspaceFolder}/samples/Emr.OrchardCore.Cms.Web",
"cwd": "${workspaceFolder}/samples/Emrah.OrchardCore.Cms.Web",
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
Expand All @@ -22,9 +22,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "dotnet build (release) - net6.0",
"program": "${workspaceFolder}/samples/Emr.OrchardCore.Cms.Web/bin/Release/net6.0/Emr.OrchardCore.Cms.Web.dll",
"program": "${workspaceFolder}/samples/Emrah.OrchardCore.Cms.Web/bin/Release/net6.0/Emrah.OrchardCore.Cms.Web.dll",
"args": [],
"cwd": "${workspaceFolder}/samples/Emr.OrchardCore.Cms.Web",
"cwd": "${workspaceFolder}/samples/Emrah.OrchardCore.Cms.Web",
"env": {
"ASPNETCORE_ENVIRONMENT": "Production"
},
Expand Down
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"command": "dotnet",
"args": [
"build",
"${workspaceFolder}/samples/Emr.OrchardCore.Cms.Web",
"${workspaceFolder}/samples/Emrah.OrchardCore.Cms.Web",
"-c",
"Debug",
"-f",
Expand All @@ -23,7 +23,7 @@
"command": "dotnet",
"args": [
"build",
"${workspaceFolder}/samples/Emr.OrchardCore.Cms.Web",
"${workspaceFolder}/samples/Emrah.OrchardCore.Cms.Web",
"-c",
"Release",
"-f",
Expand Down

0 comments on commit b0d9c9f

Please sign in to comment.