Skip to content

Commit

Permalink
linux 调试相关
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed May 30, 2024
1 parent 03cc931 commit 841da58
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart",
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"LANG": "en_US.UTF-8"
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
{
Expand All @@ -44,15 +43,14 @@
"preLaunchTask": "DebugDesktop",
"program": "dotnet",
"args": [
"${workspaceFolder}/SyncClipboard.Desktop.Default/bin/Debug/net6.0/publish/SyncClipboard.Desktop.Default.dll"
"${workspaceFolder}/SyncClipboard.Desktop.Default/bin/Debug/net6.0/SyncClipboard.Desktop.Default.dll"
],
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart",
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"LANG": "en_US.UTF-8",
"DISPLAY": ":2"
}
},
Expand Down

0 comments on commit 841da58

Please sign in to comment.