Skip to content

Commit 2816a1d

Browse files
Add version support table to README (#184)
* Add version support to README * Update README.md * Remove whitespace --------- Co-authored-by: paulacamargo25 <[email protected]>
1 parent c82692d commit 2816a1d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,20 @@ If you want to disable the Python Debugger extension, you can [disable this exte
3333
| Python Debugger: clearCacheAndReload | Allows you to clear the global values set in the extension. |
3434
| Python Debugger: debugInTerminal | Allows you to debug a simple Python file in the terminal. |
3535

36+
## Limited support for deprecated Python versions
37+
38+
Older versions of the Python Debugger extension are available for debugging Python projects that use outdated Python versions like Python 2.7 and Python 3.6. However, it’s important to note that our team is no longer maintaining these extension versions. We strongly advise you to update your project to a supported Python version if possible.
39+
40+
You can reference the table below to find the most recent Python Debugger extension version that offers debugging support for projects using deprecated Python versions, as well as the debugpy version that is shipped in each extension version.
41+
42+
| Python version | Latest supported Python Debugger extension version | debugpy version |
43+
| -------------- | -------------------------------------------------- | ---------------- |
44+
| 2.7, >= 3.5 | 2023.1.XXX | 1.5.1 |
45+
| >= 3.7 | 2023.3.XXX | 1.7.0 |
46+
47+
48+
> **Note**: Once you install an older version of the Python Debugger extension in VS Code, you may want to disable auto update by changing the value of the `"extensions.autoUpdate"` setting in your `settings.json` file.
49+
50+
3651
## Data and telemetry
3752
The Debubpy Extension for Visual Studio Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](https://privacy.microsoft.com/privacystatement) to learn more. This extension respects the `telemetry.enableTelemetry` setting which you can learn more about at https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting.

0 commit comments

Comments
 (0)