We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690237a commit d065503Copy full SHA for d065503
.vscode/launch.json
@@ -5,7 +5,7 @@
5
"name": ".NET Core Launch (console)",
6
"type": "coreclr",
7
"request": "launch",
8
- "program": "${workspaceFolder}${/}artifacts${/}bin${/}redist${/}Debug${/}dotnet${/}sdk${/}10.0.100--dev${/}dotnet.dll",
+ "program": "${workspaceFolder}${/}artifacts${/}bin${/}redist${/}Debug${/}dotnet${/}sdk${/}10.0.100-dev${/}dotnet.dll",
9
"args": [
10
],
11
"env": {
0 commit comments