Skip to content

Commit

Permalink
chore: fix vscode launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Nov 1, 2023
1 parent c3fe583 commit 8866869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build-annotated-compatibility",
"program": "${workspaceFolder}/Compatibility/Attributes/bin/Debug/net7.0/AttributeFirst.dll",
"program": "${workspaceFolder}/Compatibility/AnnotationBased/bin/Debug/net7.0/AnnotationBased.dll",
"args": [],
"cwd": "${workspaceFolder}",
"console": "internalConsole",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/Compatibility/Attributes/AttributeFirst.csproj"
"${workspaceFolder}/Compatibility/AnnotationBased/AnnotationBased.csproj"
],
"problemMatcher": "$msCompile"
},
Expand Down

0 comments on commit 8866869

Please sign in to comment.