Skip to content

Commit

Permalink
Update .vscode files
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Dec 11, 2023
1 parent d0d1c65 commit 3cc6bb6
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 @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/src/HUDMerger/bin/Debug/net7.0-windows/HUDMerger.dll",
"program": "${workspaceFolder}/src/HUDMerger/bin/Debug/net8.0-windows/HUDMerger.dll",
"args": [],
"cwd": "${workspaceFolder}/src/HUDMerger",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
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 @@
"build",
"${workspaceFolder}/src/HUDMerger.sln",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
"/consoleloggerparameters:NoSummary;ForceNoAlign"
],
"problemMatcher": "$msCompile"
},
Expand All @@ -21,7 +21,7 @@
"publish",
"${workspaceFolder}/src/HUDMerger.sln",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
"/consoleloggerparameters:NoSummary;ForceNoAlign"
],
"problemMatcher": "$msCompile"
},
Expand Down

0 comments on commit 3cc6bb6

Please sign in to comment.