Skip to content

Commit

Permalink
fixup vscode configs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Nov 19, 2024
1 parent 8e9198e commit 6202706
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch Tool 6.0 graph resolver",
"name": "Launch Tool 8.0 graph resolver",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/Ionide.ProjInfo.Tool/bin/Debug/net6.0/Ionide.ProjInfo.Tool.dll",
"program": "${workspaceFolder}/src/Ionide.ProjInfo.Tool/bin/Debug/net8.0/Ionide.ProjInfo.Tool.dll",
"args": [
"--project",
"<your project>",
Expand All @@ -17,10 +17,10 @@
"justMyCode": true,
},
{
"name": "Launch Tool 6.0 normal resolver",
"name": "Launch Tool 8.0 normal resolver",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/Ionide.ProjInfo.Tool/bin/Debug/net6.0/Ionide.ProjInfo.Tool.dll",
"program": "${workspaceFolder}/src/Ionide.ProjInfo.Tool/bin/Debug/net8.0/Ionide.ProjInfo.Tool.dll",
"args": [
"--project",
"<your project>",
Expand Down Expand Up @@ -54,8 +54,8 @@
"id": "tfm",
"description": "The TFM of the test to run",
"options": [
"net6.0",
"net7.0"
"net8.0",
"net9.0"
],
"default": "net7.0",
"type": "pickString"
Expand Down

0 comments on commit 6202706

Please sign in to comment.