Skip to content

Commit 01e16dd

Browse files
marketplace: remove preview status (#1660)
## Summary - remove the extension-level Marketplace preview designation - remove stale README language about the completed rollout - retain labels for individual features that are still experimental Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent dda5f69 commit 01e16dd

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Python Environments (preview)
2-
3-
> **Note:** The Python Environments icon may no longer appear in the Activity Bar due to the ongoing rollout of the Python Environments extension. To restore the extension, add `"python.useEnvironmentsExtension": true` to your User settings. This setting is temporarily necessary until the rollout is complete!
1+
# Python Environments
42

53
## Overview
64

@@ -11,8 +9,6 @@ The Python Environments extension for VS Code helps you manage Python environmen
119
- ✅ Create activated terminals
1210
- 🖌️ Add and create new Python projects
1311

14-
> **Note:** This extension is in preview, and its APIs and features are subject to change as the project evolves.
15-
1612
> **Important:** This extension requires version `2024.23`, or later, of the Python extension (`ms-python.python`).
1713
1814
## Features

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Provides a unified python environment experience",
55
"version": "1.37.0",
66
"publisher": "ms-python",
7-
"preview": true,
87
"engines": {
98
"vscode": "^1.110.0-20260204"
109
},

0 commit comments

Comments
 (0)