Skip to content

Commit d065503

Browse files
committed
Fix typo in launch.json configuration
1 parent 690237a commit d065503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": ".NET Core Launch (console)",
66
"type": "coreclr",
77
"request": "launch",
8-
"program": "${workspaceFolder}${/}artifacts${/}bin${/}redist${/}Debug${/}dotnet${/}sdk${/}10.0.100--dev${/}dotnet.dll",
8+
"program": "${workspaceFolder}${/}artifacts${/}bin${/}redist${/}Debug${/}dotnet${/}sdk${/}10.0.100-dev${/}dotnet.dll",
99
"args": [
1010
],
1111
"env": {

0 commit comments

Comments
 (0)