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 07d728b commit a5a35bdCopy full SHA for a5a35bd
.devcontainer/devcontainer.json
@@ -37,7 +37,8 @@
37
"remoteEnv": {
38
"PATH": "${containerWorkspaceFolder}/.dotnet:${containerEnv:PATH}",
39
"DOTNET_MULTILEVEL_LOOKUP": "0",
40
- "TARGET": "net7.0"
+ "TARGET": "net7.0",
41
+ "DOTNET_WATCH_SUPPRESS_LAUNCH_BROWSER": "true"
42
},
43
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
44
"remoteUser": "vscode"
0 commit comments