Skip to content

Commit 4357003

Browse files
authored
Update version, changelog, notices for 1.29.1 (#4288)
1 parent abd3782 commit 4357003

File tree

4 files changed

+654
-7
lines changed

4 files changed

+654
-7
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.29.1 - 29 April 2024
2+
### Added
3+
- Python Dockerfiles will now be scaffolded with the `python:3-slim` tag, so that they do not need to be updated annually. [#4234](https://github.com/microsoft/vscode-docker/pull/4234)
4+
- Python debugging will now use the `debugpy` debug configuration instead of the now-deprecated `python` debug configuration. This requires recent versions of the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) extensions. [#4221](https://github.com/microsoft/vscode-docker/issues/4221)
5+
16
## 1.29.0 - 12 February 2024
27
### Added
38
- Node.js 18 is now used, requiring at minimum VSCode 1.82.0. [#4167](https://github.com/microsoft/vscode-docker/pull/4167)

0 commit comments

Comments
 (0)