Skip to content

Commit

Permalink
VSCode
Browse files Browse the repository at this point in the history
Fixe settings
  • Loading branch information
Bernhard Straub committed Jan 12, 2024
1 parent 618068c commit 50d02c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Launch and Debug Standalone Blazor WebAssembly App",
"type": "blazorwasm",
"request": "launch",
"cwd": "${workspaceFolder}/RxBlazorLightSample"
"cwd": "${workspaceFolder}/RxMudBlazorLightSample"
}
]
}
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/RxBlazorLightSample/RxBlazorLightSample.csproj",
"${workspaceFolder}/RxMudBlazorLightSample/RxMudBlazorLightSample.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -33,7 +33,7 @@
"watch",
"run",
"--project",
"${workspaceFolder}/RxBlazorLightSample/RxBlazorLightSample.csproj"
"${workspaceFolder}/RxMudBlazorLightSample/RxMudBlazorLightSample.csproj"
],
"problemMatcher": "$msCompile"
}
Expand Down

0 comments on commit 50d02c5

Please sign in to comment.