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 998ad47 commit 21cbcf8Copy full SHA for 21cbcf8
ChangeLog.md
@@ -1,5 +1,8 @@
1
# Write Your Python Program - CHANGELOG
2
3
+* 2.1.2 (2025-12-08)
4
+ * Fix for running a file that has the same name as a module from the stdlib
5
+ * Fix debugger invocation #194
6
* 2.1.1 (2025-11-26)
7
* Fix a couple of glitches with highlighting in the visualization
8
* 2.1.0 (2025-11-07)
package.json
@@ -3,7 +3,7 @@
"displayName": "Write Your Python Program!",
"description": "A user friendly python environment for beginners",
"license": "See license in LICENSE",
- "version": "2.1.1",
+ "version": "2.1.2",
"publisher": "StefanWehr",
"icon": "icon.png",
9
"engines": {
0 commit comments