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: microsoft/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: sunix/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.
  • 20 commits
  • 108 files changed
  • 9 contributors

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    8bab9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ded1c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

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

Commits on Jul 11, 2020

  1. port color fix on collapse all (#12895) (#12897)

    * fix a color on collapse all (#12895)
    
    * update changelog
    David Kutugata authored Jul 11, 2020
    Configuration menu
    Copy the full SHA
    7bb4c50 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Merge fixes into July release (#12889)

    Co-authored-by: Timothy Ruscica <[email protected]>
    DonJayamanne and techwithtim authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    bfa3c82 View commit details
    Browse the repository at this point in the history
  2. Merge more fixes into july release (#12918)

    Co-authored-by: Joyce Er <[email protected]>
    DonJayamanne and joyceerhl authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    f0bad89 View commit details
    Browse the repository at this point in the history
  3. Port trust fixes (#12929)

    * Fix regressions in trusted notebooks (#12902)
    
    * Handle trustAllNotebooks selection
    
    * Fix bug where after trusting, UI didn't update
    
    * Recover from ENOENT due to missing parent directory when trusting notebook (#12913)
    
    * Disable keydown on native cells in untrusted notebooks (#12914)
    joyceerhl authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    656fb61 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    ecc5c8e View commit details
    Browse the repository at this point in the history
  2. Check for hideFromUser before activating current terminal (#12942) (#…

    …12956)
    
    * Check for hideFromUser before activating current terminal
    
    * Add tests
    
    * Tweak logic
    karthiknadig authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    0ef5ed6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Port final trust fixes for release (#12965)

    * Only allow Enter / NumpadEnter w/o ctrl/shift/alt (#12939)
    
    * Send telemetry for notebook trust prompt selections (#12964)
    
    * Fixes for persisting trust (#12950)
    joyceerhl authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    cc412b1 View commit details
    Browse the repository at this point in the history
  2. Display survey for native notebooks on/after 1st August (#12961) (#12975

    )
    
    Co-authored-by: Joyce Er <[email protected]>
    
    Co-authored-by: Joyce Er <[email protected]>
    DonJayamanne and joyceerhl authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    40d5dcd View commit details
    Browse the repository at this point in the history
  3. Contains cherry picks, version updates, change log updates (#12983)

    * Update version and change log
    
    * Improve detection when LS is fully loaded for IntelliCode (#12853)
    
    * Fix path
    
    * Actually fix settings
    
    * Add news
    
    * Add test
    
    * Format
    
    * Suppress 'jediEnabled' removal
    
    * Drop survey first launch threshold
    
    * Wait for client ready
    
    * Handle async dispose
    
    * Fix the date
    
    Co-authored-by: Mikhail Arkhipov <[email protected]>
    karthiknadig and Mikhail Arkhipov authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    70c3298 View commit details
    Browse the repository at this point in the history
  4. hide the gather button while a cell is executing (#12984)

    David Kutugata authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    a6e46fc View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Update date (#13002)

    karthiknadig authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    227a9c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. remove release notes from the start page (#13032)

    David Kutugata authored Jul 18, 2020
    Configuration menu
    Copy the full SHA
    82fd6f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Cherry pick, version change and change log update (#13079)

    * Ensure languageServer value is valid, send event during activate (#13064)
    
    * Update change log and version
    
    * Activate banner prompt for Pylance (#12817)
    
    * Fix path
    
    * Actually fix settings
    
    * Add news
    
    * Add test
    
    * Format
    
    * Suppress 'jediEnabled' removal
    
    * Drop survey first launch threshold
    
    * Remove LS experiments
    
    * Frequency + tests
    
    * Fix test
    
    * Update message to match spec
    
    * Open workspace for extension rather than changing setting
    
    * Fix localization string
    
    * Show banners asynchronously
    
    * Add experiments
    
    * Formatting
    
    * Typo
    
    * Put back verifyAll
    
    * Remove obsolete experiments, add Pylance
    
    * Suppress experiment if Pylance is installed
    
    * PR feedback
    
    Co-authored-by: Jake Bailey <[email protected]>
    
    * Update change log as per comments
    
    Co-authored-by: Jake Bailey <[email protected]>
    Co-authored-by: Mikhail Arkhipov <[email protected]>
    3 people authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d272d91 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Port fix the gather survey (#13086) (#13105)

    * Fix the gather survey (#13086)
    
    * fix the gather survey
    added 'gather stats' telemetry
    mention the gather comments to update the python ext
    
    * oops
    
    * fix tests and address comments
    
    * update gather stats when resetting the kernel
    
    * set globalstate vars to 0 when we open vs code
    
    * fix gather stats telemetry
    
    * fix tests
    
    * fix tests for real
    David Kutugata authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    46dc083 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Update ci.yml

    sunix committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    baae802 View commit details
    Browse the repository at this point in the history
  2. force using node 12

    sunix committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    4dc375b View commit details
    Browse the repository at this point in the history
  3. only keep vsix build

    sunix committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    ce409ab View commit details
    Browse the repository at this point in the history
Loading