File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Write Your Python Program - CHANGELOG
22
3+ * 2.0.7 (2025-10-14)
4+ * Fix #184 (filenames with dots)
5+ * Support python 3.13
36* 2.0.6 (2025-10-08)
47 * Settings for language #180
58 * Only warn of settings cannot be saved #182
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ The ideas of this environment are based on the great ideas from
77
88## Quick start
99
10- * Step 1. Install ** Python 3.12.x** or ** Python 3.13.x** .
10+ * Step 1. Install ** Python 3.12.x** or ** Python 3.13.x** or ** Python 3.14.x ** .
1111* Step 2. Install Visual Studio Code, at least version Version: 1.94.2
12- * Step 2. Install the ** write-your-python-program** extension for Visual Studio Code.
13- * Step 3. Open or create a Python file. The "RUN" button in the taskbar at the bottom will
12+ * Step 3. Install the ** write-your-python-program** extension for Visual Studio Code.
13+ * Step 4. Open a folder in Visual Studio Code.
14+ * Step 5. Open or create a Python file inside this folder. The "RUN" button in the taskbar at the bottom will
1415 run your file with the teaching language provided by write-your-python-program.
1516
1617### Troubleshooting
Original file line number Diff line number Diff line change 33 "displayName" : " Write Your Python Program!" ,
44 "description" : " A user friendly python environment for beginners" ,
55 "license" : " See license in LICENSE" ,
6- "version" : " 2.0.6 " ,
6+ "version" : " 2.0.7 " ,
77 "publisher" : " StefanWehr" ,
88 "icon" : " icon.png" ,
99 "engines" : {
You can’t perform that action at this time.
0 commit comments