Skip to content

Commit 553ed3c

Browse files
baronfelCopilot
andcommitted
Update .vscode/launch.json
Co-authored-by: Copilot <[email protected]>
1 parent 15d4331 commit 553ed3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vscode/launch.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"name": ".NET Core Launch (console)",
99
"type": "coreclr",
1010
"request": "launch",
11-
"program": "${workspaceFolder}/artifacts\\bin\\redist\\Debug\\dotnet\\sdk\\10.0.100-dev\\dotnet.dll",
11+
"program": "${workspaceFolder}/artifacts/bin/redist/Debug/dotnet/sdk/10.0.100-dev/dotnet.dll",
1212
"args": [
1313
],
1414
"env": {
15-
"MSBuildExtensionsPath": "${workspaceFolder}\\artifacts\\bin\\redist\\Debug\\dotnet\\sdk\\10.0.100-dev",
16-
"MSBuildSDKsPath": "${workspaceFolder}\\artifacts\\bin\\redist\\Debug\\dotnet\\sdk\\10.0.100-dev\\Sdks",
17-
"DOTNET_ROOT": "${workspaceFolder}\\artifacts\\bin\\redist\\Debug\\dotnet",
15+
"MSBuildExtensionsPath": "${workspaceFolder}/artifacts/bin/redist/Debug/dotnet/sdk/10.0.100-dev",
16+
"MSBuildSDKsPath": "${workspaceFolder}/artifacts/bin/redist/Debug/dotnet/sdk/10.0.100-dev/Sdks",
17+
"DOTNET_ROOT": "${workspaceFolder}/artifacts/bin/redist/Debug/dotnet",
1818
},
1919
"stopAtEntry": false,
2020
"console": "integratedTerminal",

0 commit comments

Comments
 (0)