Skip to content

Commit 2178ab3

Browse files
authored
Update launch.json
1 parent acffe2e commit 2178ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"configurations": [
1313
{
14-
"name": "Launch FSI (Debug, .NET 6.0)",
14+
"name": "Launch FSI (Debug, .NET 7.0)",
1515
"type": "coreclr",
1616
"request": "launch",
1717
// TODO: Shall we assume that it's already been built, or build it every time we debug?
@@ -36,7 +36,7 @@
3636
},
3737
},
3838
{
39-
"name": "Launch FSC (Debug, .NET 6.0)",
39+
"name": "Launch FSC (Debug, .NET 7.0)",
4040
"type": "coreclr",
4141
"request": "launch",
4242
// TODO: Shall we assume that it's already been built, or build it every time we debug?
@@ -77,4 +77,4 @@
7777
"enableStepFiltering": false,
7878
}
7979
]
80-
}
80+
}

0 commit comments

Comments
 (0)