Skip to content

Commit e505bcc

Browse files
committed
Corrected console colors in dotnet watch
see dotnet/aspnetcore#25317 (comment)
1 parent e5b6edf commit e505bcc

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed
+13-14
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
{
2-
"iisSettings": {
3-
"windowsAuthentication": false,
4-
"anonymousAuthentication": true,
5-
"iisExpress": {
6-
"applicationUrl": "http://localhost:59798",
7-
"sslPort": 44325
8-
}
9-
},
10-
"$schema": "http://json.schemastore.org/launchsettings.json",
2+
"iisSettings": {
3+
"windowsAuthentication": false,
4+
"anonymousAuthentication": true,
5+
"iisExpress": {
6+
"applicationUrl": "http://localhost:59798",
7+
"sslPort": 44325
8+
}
9+
},
10+
"$schema": "http://json.schemastore.org/launchsettings.json",
1111
"profiles": {
1212
"IIS Express": {
1313
"commandName": "IISExpress",
1414
"launchBrowser": true,
15-
"launchUrl": "",
1615
"environmentVariables": {
1716
"ASPNETCORE_ENVIRONMENT": "Development"
1817
}
1918
},
2019
"InkyCal.Server": {
2120
"commandName": "Project",
2221
"launchBrowser": true,
23-
"launchUrl": "",
2422
"environmentVariables": {
25-
"ASPNETCORE_ENVIRONMENT": "Development"
23+
"ASPNETCORE_ENVIRONMENT": "Development",
24+
"logging__loglevel__microsoft_aspnetcore_hosting": "Information"
2625
},
2726
"applicationUrl": "https://localhost:5001;http://localhost:5000"
2827
},
@@ -35,9 +34,9 @@
3534
},
3635
"Watch": {
3736
"commandName": "Executable",
38-
"workingDirectory": "$(ProjectDir)",
3937
"executablePath": "dotnet.exe",
40-
"commandLineArgs": "watch run"
38+
"commandLineArgs": "watch run",
39+
"workingDirectory": "$(ProjectDir)"
4140
}
4241
}
4342
}

0 commit comments

Comments
 (0)