From 67c1aff36de2d38413e214a22e1a858484b1b4ff Mon Sep 17 00:00:00 2001 From: zashed <20797667+zashed@users.noreply.github.com> Date: Tue, 17 Feb 2026 22:03:23 +0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b69de7351679..de6729b8a8ce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # Python extension for Visual Studio Code A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) with rich support for the [Python language](https://www.python.org/) (for all [actively supported Python versions](https://devguide.python.org/versions/#supported-versions)), providing access points for extensions to seamlessly integrate and offer support for IntelliSense (Pylance), debugging (Python Debugger), formatting, linting, code navigation, refactoring, variable explorer, test explorer, and more!