https://discord.umbraco.com logo
Kestrel over IISExpress
# umbraco-chat
m
Yeah Umbraco installs with it 🙂 I also added
Copy code
"Umbraco.Web.UI (Watch)": {
  "commandName": "Executable",
  "executablePath": "dotnet",
  "commandLineArgs": "watch run",
  "workingDirectory": "$(ProjectDir)",
  "launchBrowser": true,
  "applicationUrl": "https://localhost:44377;http://localhost:48188",
  "environmentVariables": {
    "ASPNETCORE_ENVIRONMENT": "Development",
    "ASPNETCORE_BROWSERLINK_ENABLED": "false"
  }
},
Nice when I cba to do it manually 😄
m
m
Looks like @Jason was quick off the mark as usual 😄
j
Vested interested - this is one of the parts of the template that really bugs me so jumping on the chance to make it even better!