Skip to content

Commit

Permalink
Update vscode task names
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Jan 24, 2025
1 parent 9cdd4d8 commit a8038ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"version": "0.2.0",
"configurations": [
{
"name": "C#: FwLiteWeb Debug",
"name": "FwLite Web",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/backend/FwLite/FwLiteWeb/FwLiteWeb.csproj"
},
{
"name": "FwLite Blazor",
"name": "FwLite Windows (Maui)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "Build FwLite Blazor (Windows)",
"preLaunchTask": "Build FwLite Windows (Maui)",
"program": "${workspaceFolder}/backend/FwLite/FwLiteMaui/bin/Debug/net9.0-windows10.0.19041.0/win10-x64/FwLiteMaui.exe",
"cwd": "${workspaceFolder}/backend/FwLite/FwLiteMaui",
"stopAtEntry": false,
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Build FwLite Blazor (Windows)",
"label": "Build FwLite Windows (Maui)",
"command": "dotnet",
"type": "process",
"args": [
Expand Down

0 comments on commit a8038ef

Please sign in to comment.