Added
- The "Compose Start" and "Compose Stop" commands available in the explorer context menu will now also be available in the command palette. #3140
Fixed
- Flask apps will now use port 5002 by default, and .NET apps will use the semi-random port scaffolded in the
launchSettings.json
file. This will avoid conflicting with port 5000 which is often in-use on Mac. #3381 - Fixed an issue in the container files explorer on Windows containers with other localizations. #3415
- The experience for adding Dockerfiles to Django projects has been improved slightly. #3410