Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: junjie2008v/vscode-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microsoft/vscode-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 51 files changed
  • 3 contributors

Commits on Jan 27, 2026

  1. Configuration menu
    Copy the full SHA
    0b477a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Fix native repl not using env extension (microsoft#25763)

    Resolves:
    microsoft/vscode-python-environments#992
    We now also handle interpreter switch mid-repl session.
    anthonykim1 authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    c840796 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Add ai-artifacts to .gitignore to exclude generated files (microsoft#…

    …25770)
    
    This adds a place within the github workspace that developers can store
    any AI related artifacts they create that could be useful but they don't
    want to commit. Things like issue summarization, plans for features,
    code analysis etc
    eleanorjboyd authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    bd9b412 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Configuration menu
    Copy the full SHA
    f3a6dbe View commit details
    Browse the repository at this point in the history
  2. Fix env var warning description (microsoft#25758)

    Resolves: microsoft#25733
    
    Now description show when contributing.. but not when deleting? See
    below
    <img width="679" height="591" alt="Screenshot 2026-02-02 at 4 26 05 PM"
    src="https://github.com/user-attachments/assets/f98b91bb-75ae-4c64-9644-34635f389408"
    />
    anthonykim1 authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    85d9202 View commit details
    Browse the repository at this point in the history
  3. Add support for Projects in Testing (microsoft#25780)

    fixes microsoft/vscode-python-environments#987
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    eleanorjboyd and Copilot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    502ad70 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Configuration menu
    Copy the full SHA
    3c0301d View commit details
    Browse the repository at this point in the history
Loading