File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 27
27
"DOTNET_ROOT" : " ${containerWorkspaceFolder}/.dotnet" ,
28
28
"DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR" : " ${containerWorkspaceFolder}/.dotnet" ,
29
29
"NUGET_PACKAGES" : " /home/vscode/.nuget/packages"
30
+ },
31
+ "remoteUser" : " vscode" ,
32
+ "hostRequirements" : {
33
+ "cpus" : 16 ,
34
+ "memory" : " 32gb"
30
35
}
31
36
}
Original file line number Diff line number Diff line change 1
1
{
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
2
"version" : " 0.2.0" ,
6
3
"configurations" : [
7
4
{
8
5
"name" : " .NET Core Launch (console)" ,
9
6
"type" : " coreclr" ,
10
7
"request" : " launch" ,
11
- "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" ,
12
9
"args" : [
13
10
],
14
11
"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" ,
12
+ "MSBuildExtensionsPath" : " ${workspaceFolder}${/} artifacts${/} bin${/} redist${/} Debug${/} dotnet${/} sdk${/} 10.0.100-dev" ,
13
+ "MSBuildSDKsPath" : " ${workspaceFolder}${/} artifacts${/} bin${/} redist${/} Debug${/} dotnet${/} sdk${/} 10.0.100-dev${/} Sdks" ,
14
+ "DOTNET_ROOT" : " ${workspaceFolder}${/} artifacts${/} bin${/} redist${/} Debug${/} dotnet" ,
18
15
},
19
16
"stopAtEntry" : false ,
20
17
"console" : " integratedTerminal" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "dotnet.testWindow.disableAutoDiscovery" : true
2
+ "dotnet.testWindow.disableAutoDiscovery" : true ,
3
+ "dotnet.defaultSolution" : " sdk.slnx"
3
4
}
You can’t perform that action at this time.
0 commit comments