File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
"name" : " .NET Core Launch (console)" ,
9
9
"type" : " coreclr" ,
10
10
"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" ,
12
12
"args" : [
13
13
],
14
14
"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" ,
18
18
},
19
19
"stopAtEntry" : false ,
20
20
"console" : " integratedTerminal" ,
You can’t perform that action at this time.
0 commit comments