Skip to content

Commit 1f6af4e

Browse files
bschnurrCopilot
andauthored
Bump version to 2026.4.0 (#1001)
* Bump version to 2026.4.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add PR guidelines to copilot-instructions.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5f41dcd commit 1f6af4e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
## Learnings
44

55
- Always use `run.executable` (the actual Python binary path) instead of `activatedRun.executable` for interpreter identification in `getInterpreterDetails`, `getSettingsPythonPath`, and `getExecutableCommand`. `activatedRun.executable` may be a wrapper command (e.g. `pixi run python`) set by environment managers like pixi or conda, which breaks the debugger if used as a replacement for the binary. (1)
6+
7+
## Pull Request Guidelines
8+
9+
- Every PR must have at least one label (e.g., `debt`, `bug`, `feature`). The "Ensure Required Labels" status check will block merging without one.
10+
- Always enable auto-merge (squash) on PRs after creating them: `gh pr merge <number> --repo microsoft/vscode-python-debugger --squash --auto`
11+
- PRs require approval from someone other than the last pusher before merging.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "debugpy",
33
"displayName": "Python Debugger",
44
"description": "Python Debugger extension using debugpy.",
5-
"version": "2026.3.0-dev",
5+
"version": "2026.4.0",
66
"publisher": "ms-python",
77
"enabledApiProposals": [
88
"portsAttributes",

0 commit comments

Comments
 (0)