Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove jupyter depenency from readme #1816

Open
wants to merge 111 commits into
base: main
Choose a base branch
from

Commits on Mar 22, 2023

  1. Share telemetry from core extension. (#20893)

    it turns out the new telemetry API removed a way to set extension id and
    version when telemetry reporter is created and it implicitly sets from
    extension reporter is created. the same way how LSP client is working.
    
    since we want to keep using the same extension id and etc for our
    telemetry, we need the reporter created from core ext.
    heejaechang authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    01e798a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f93c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Adjust a few strings that mention Python (#20900)

    For #20899 (+ a few
    other strings I thought could use some tweaking too)
    luabud authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    be55c97 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Make sure we delay start pylance server (#20910)

    fixes #20909
    
    Activating `pylance` extension inside of `python` extension cause a dead
    lock since they have circular dependency. now we make sure we activate
    `pylance` once `python` extension is activated.
    
    `node` already works this way. it is just browser extension that started
    `pylance` inside `activate` directly.
    heejaechang authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5f9be4e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Remove HTTP Client usage (#20922)

    This is addressing an internal CG issue.
    karthiknadig authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    43a21a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d809af4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    6e31c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd9f97 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Add diagnostic to validate ComSpec (#20927)

    Closes #16692
    Kartik Raj authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b208384 View commit details
    Browse the repository at this point in the history
  2. Fix telemetry when updating pip (#20903)

    @luabud This PR adds a minor telemetry change to create environment.
    There is a new telemetry point indicating pip upgrade.
    karthiknadig authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ef6511e View commit details
    Browse the repository at this point in the history
  3. Fix diagnostic to use "System32" instead of "SystemRoot" (#20937)

    For #16692
    Follow up to #20927
    Kartik Raj authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8d8784f View commit details
    Browse the repository at this point in the history
  4. No longer install the Jupyter extension by default (#20218)

    For #18073
    
    ---------
    
    Co-authored-by: Brett Cannon <brett@python.org>
    luabud and brettcannon authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    34c54f4 View commit details
    Browse the repository at this point in the history
  5. Fix linting in APIs (#20623)

    Fix lint in api.ts
    paulacamargo25 authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    bc59a7d View commit details
    Browse the repository at this point in the history
  6. Update note on the Jupyter extension in README (#20946)

    Karthik brought this up offline and I agree, instead of saying we don't
    offer support out of box, we say it needs to be via the Jupyter
    extension.
    luabud authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    37a70fd View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Do not deprecate python.terminal.activateEnvironmentInTerminal sett…

    …ing along with terminal env var experiment (#20952)
    
    I initially deprecated this setting as I thought folks only disabled it
    because we were sending commands which was annoying.
    Kartik Raj authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    96aa8f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    56d1912 View commit details
    Browse the repository at this point in the history
  2. Add nushell support to venv activation (#20842)

    Fixes #19359
    
    ---------
    
    Co-authored-by: Kartik Raj <karraj@microsoft.com>
    flying-sheep and Kartik Raj authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5528e0e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    1840a15 View commit details
    Browse the repository at this point in the history
  2. Switch to UUID from CWD for testing (#20980)

    switches to using the UUID of the discover/run call for unittest and
    pytest instead of the CWD. This allows for multiple calls from single
    workspace to be handled.
    eleanorjboyd authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d637d92 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Automatically add and remove the "info needed" label (#20970)

    Closes #20944
    Kartik Raj authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e97e237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ba6bd View commit details
    Browse the repository at this point in the history
  3. Fix UUID unittest (#20996)

    UUID is now handled by the adapter therefore is added to options sent to
    the server from the adapter.
    
    Since the UUID is no longer being added by the server, the server tests
    should no longer test if the server is correctly handling the UUID. This
    logic is now passed to the adapter and therefore tests related to
    processing non-existent UUID and UUID not currently active is the
    adapters role.
    eleanorjboyd authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3c84470 View commit details
    Browse the repository at this point in the history
  4. Add microvenv support for non-windows platforms (#20985)

    This PR contains:
    1. `microvenv` fallback if `venv` is not available (implemented in
    python with tests)
    2. Updates to telemetry to include microvenv.
    
    Closes #20905
    karthiknadig authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    7241760 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    51d7963 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2 to 3 (#21006)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to
    3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/releases">actions/checkout's
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <ul>
    <li>Updated to the node16 runtime by default
    <ul>
    <li>This requires a minimum <a
    href="https://github.com/actions/runner/releases/tag/v2.285.0">Actions
    Runner</a> version of v2.285.0 to run, which is by default available in
    GHES 3.4 or later.</li>
    </ul>
    </li>
    </ul>
    <h2>v2.7.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add new public key for known_hosts (<a
    href="https://redirect.github.com/actions/checkout/issues/1237">#1237</a>)
    by <a
    href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>
    in <a
    href="https://redirect.github.com/actions/checkout/pull/1238">actions/checkout#1238</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v2.6.0...v2.7.0">https://github.com/actions/checkout/compare/v2.6.0...v2.7.0</a></p>
    <h2>v2.6.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add backports to v2 branch by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1040">actions/checkout#1040</a>
    <ul>
    <li>Includes backports from the following changes: <a
    href="https://redirect.github.com/actions/checkout/pull/964">actions/checkout#964</a>,
    <a
    href="https://redirect.github.com/actions/checkout/pull/1002">actions/checkout#1002</a>,
    <a
    href="https://redirect.github.com/actions/checkout/pull/1029">actions/checkout#1029</a></li>
    <li>Upgraded the licensed version to match what is used in v3.</li>
    </ul>
    </li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v2.5.0...v2.6.0">https://github.com/actions/checkout/compare/v2.5.0...v2.6.0</a></p>
    <h2>v2.5.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update <code>@​actions/core</code> to 1.10.0 by <a
    href="https://github.com/rentziass"><code>@​rentziass</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/962">actions/checkout#962</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v2...v2.5.0">https://github.com/actions/checkout/compare/v2...v2.5.0</a></p>
    <h2>v2.4.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add set-safe-directory input to allow customers to take control. (<a
    href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)
    by <a
    href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>
    in <a
    href="https://redirect.github.com/actions/checkout/pull/776">actions/checkout#776</a></li>
    <li>Prepare changelog for v2.4.2. by <a
    href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>
    in <a
    href="https://redirect.github.com/actions/checkout/pull/778">actions/checkout#778</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v2...v2.4.2">https://github.com/actions/checkout/compare/v2...v2.4.2</a></p>
    <h2>v2.4.1</h2>
    <ul>
    <li>Fixed an issue where checkout failed to run in container jobs due to
    the new git setting <code>safe.directory</code></li>
    </ul>
    <h2>v2.4.0</h2>
    <ul>
    <li>Convert SSH URLs like <code>org-&lt;ORG_ID&gt;@github.com:</code> to
    <code>https://github.com/</code> - <a
    href="https://redirect.github.com/actions/checkout/pull/621">pr</a></li>
    </ul>
    <h2>v2.3.5</h2>
    <p>Update dependencies</p>
    <h2>v2.3.4</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/379">Add
    missing <code>await</code>s</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/360">Swap
    to Environment Files</a></li>
    </ul>
    <h2>v2.3.3</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/345">Remove
    Unneeded commit information from build logs</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/326">Add
    Licensed to verify third party dependencies</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
    changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>v3.4.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade
    codeql actions to v2</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade
    dependencies</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade
    <code>@​actions/io</code></a></li>
    </ul>
    <h2>v3.3.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1045">Implement
    branch list using callbacks from exec function</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1050">Add
    in explicit reference to private checkout options</a></li>
    <li>[Fix comment typos (that got added in <a
    href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)](<a
    href="https://redirect.github.com/actions/checkout/pull/1057">actions/checkout#1057</a>)</li>
    </ul>
    <h2>v3.2.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/942">Add
    GitHub Action to perform release</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/967">Fix
    status badge</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1002">Replace
    datadog/squid with ubuntu/squid Docker image</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/964">Wrap
    pipeline commands for submoduleForeach in quotes</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1029">Update
    <code>@​actions/io</code> to 1.1.2</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1039">Upgrading
    version to 3.2.0</a></li>
    </ul>
    <h2>v3.1.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/939">Use
    <code>@​actions/core</code> <code>saveState</code> and
    <code>getState</code></a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/922">Add
    <code>github-server-url</code> input</a></li>
    </ul>
    <h2>v3.0.2</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/770">Add
    input <code>set-safe-directory</code></a></li>
    </ul>
    <h2>v3.0.1</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/762">Fixed an
    issue where checkout failed to run in container jobs due to the new git
    setting <code>safe.directory</code></a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/744">Bumped
    various npm package versions</a></li>
    </ul>
    <h2>v3.0.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/689">Update to
    node 16</a></li>
    </ul>
    <h2>v2.3.1</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/284">Fix
    default branch resolution for .wiki and when using SSH</a></li>
    </ul>
    <h2>v2.3.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/278">Fallback to
    the default branch</a></li>
    </ul>
    <h2>v2.2.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/258">Fetch all
    history for all tags and branches when fetch-depth=0</a></li>
    </ul>
    <h2>v2.1.1</h2>
    <ul>
    <li>Changes to support GHES (<a
    href="https://redirect.github.com/actions/checkout/pull/236">here</a>
    and <a
    href="https://redirect.github.com/actions/checkout/pull/248">here</a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/checkout/commit/8f4b7f84864484a7bf31766abe9204da3cbe65b3"><code>8f4b7f8</code></a>
    Add new public key for known_hosts (<a
    href="https://redirect.github.com/actions/checkout/issues/1237">#1237</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/cd6a9fd49371476d813e892956e2e920fcc3fb7e"><code>cd6a9fd</code></a>
    Update update-main-version.yml</li>
    <li><a
    href="https://github.com/actions/checkout/commit/24cb9080177205b6e8c946b17badbe402adc938f"><code>24cb908</code></a>
    Bump <code>@​actions/io</code> to v1.1.3 (<a
    href="https://redirect.github.com/actions/checkout/issues/1225">#1225</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/27135e314dd1818f797af1db9dae03a9f045786b"><code>27135e3</code></a>
    Upgrade dependencies (<a
    href="https://redirect.github.com/actions/checkout/issues/1210">#1210</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/7b187184d12a8f064f797aeb51e4873c109637c7"><code>7b18718</code></a>
    Upgrade codeql actions to v2 (<a
    href="https://redirect.github.com/actions/checkout/issues/1209">#1209</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/ac593985615ec2ede58e132d2e21d2b1cbd6127c"><code>ac59398</code></a>
    Fix comment typos (that got added in <a
    href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)
    (<a
    href="https://redirect.github.com/actions/checkout/issues/1057">#1057</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/3ba5ee6fac7e0e30e2ea884e236f282d3a775891"><code>3ba5ee6</code></a>
    Add in explicit reference to private checkout options (<a
    href="https://redirect.github.com/actions/checkout/issues/1050">#1050</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/885641592076c27bfb56c028cd5612cdad63e16d"><code>8856415</code></a>
    Implement branch list using callbacks from exec function (<a
    href="https://redirect.github.com/actions/checkout/issues/1045">#1045</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/755da8c3cf115ac066823e79a1e1788f8940201b"><code>755da8c</code></a>
    3.2.0 (<a
    href="https://redirect.github.com/actions/checkout/issues/1039">#1039</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/26d48e8ea150211a9bc3b1f0c20448599687d926"><code>26d48e8</code></a>
    Update <code>@​actions/io</code> to 1.1.2 (<a
    href="https://redirect.github.com/actions/checkout/issues/1029">#1029</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/checkout/compare/v2...v3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e1b74f9 View commit details
    Browse the repository at this point in the history
  3. Bump actions/github-script from 4 to 6 (#21007)

    Bumps [actions/github-script](https://github.com/actions/github-script)
    from 4 to 6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/github-script/releases">actions/github-script's
    releases</a>.</em></p>
    <blockquote>
    <h2>v6.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node16 by <a
    href="https://github.com/thboop"><code>@​thboop</code></a> in <a
    href="https://redirect.github.com/actions/github-script/pull/235">actions/github-script#235</a></li>
    <li>Update <code>node-fetch</code> by <a
    href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a
    href="https://redirect.github.com/actions/github-script/pull/237">actions/github-script#237</a></li>
    <li>Update <code>@actions/core</code> to 1.6.0 by <a
    href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a
    href="https://redirect.github.com/actions/github-script/pull/238">actions/github-script#238</a></li>
    </ul>
    <h3>Breaking Changes</h3>
    <p>With the update to Node 16 in <a
    href="https://redirect.github.com/actions/github-script/issues/235">#235</a>,
    all scripts will now be run with Node 16 rather than Node 12.</p>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/thboop"><code>@​thboop</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/github-script/pull/235">actions/github-script#235</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/github-script/compare/v5...v6.0.0">https://github.com/actions/github-script/compare/v5...v6.0.0</a></p>
    <h2>v5.2.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Upgrade <code>@​actions/core</code> to 1.10.0 for v5 by <a
    href="https://github.com/rentziass"><code>@​rentziass</code></a> in <a
    href="https://redirect.github.com/actions/github-script/pull/350">actions/github-script#350</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/github-script/compare/v5.1.1...v5.2.0">https://github.com/actions/github-script/compare/v5.1.1...v5.2.0</a></p>
    <h2>v5.1.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bump <code>@​actions/core</code> to 1.9.1 by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/github-script/pull/281">actions/github-script#281</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/github-script/compare/v5.1.0...v5.1.1">https://github.com/actions/github-script/compare/v5.1.0...v5.1.1</a></p>
    <h2>v5.1.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update to latest versions for dev dependencies by <a
    href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a
    href="https://redirect.github.com/actions/github-script/pull/204">actions/github-script#204</a></li>
    <li>update plugin dependencies by <a
    href="https://github.com/PeterNitscheMI"><code>@​PeterNitscheMI</code></a>
    in <a
    href="https://redirect.github.com/actions/github-script/pull/216">actions/github-script#216</a></li>
    <li>Update licenses and use <code>jonabc/setup-licensed</code> in
    workflow by <a
    href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a
    href="https://redirect.github.com/actions/github-script/pull/228">actions/github-script#228</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/johan-lindqvist"><code>@​johan-lindqvist</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/github-script/pull/201">actions/github-script#201</a></li>
    <li><a href="https://github.com/ansgarm"><code>@​ansgarm</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/github-script/pull/215">actions/github-script#215</a></li>
    <li><a
    href="https://github.com/PeterNitscheMI"><code>@​PeterNitscheMI</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/github-script/pull/216">actions/github-script#216</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/github-script/compare/v5.0.0...v5.1.0">https://github.com/actions/github-script/compare/v5.0.0...v5.1.0</a></p>
    <h2>v5.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Upgrade to the latest version of Octokit by <a
    href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a
    href="https://redirect.github.com/actions/github-script/pull/193">actions/github-script#193</a>
    (Thanks to <a
    href="https://github.com/IronSean"><code>@​IronSean</code></a> for
    contributing to this fix)</li>
    </ul>
    <h2>Breaking Changes</h2>
    <p>As part of this update, the Octokit context available via
    <code>github</code> no longer has REST methods directly. These methods
    are available via <code>github.rest.*</code> - <a
    href="https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0">https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0</a></p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/github-script/commit/98814c53be79b1d30f795b907e553d8679345975"><code>98814c5</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/github-script/issues/339">#339</a>
    from actions/joshmgross/bump-package-version</li>
    <li><a
    href="https://github.com/actions/github-script/commit/ba6cf3fe7cf53f06998ea428adfe8f0da42d62fa"><code>ba6cf3f</code></a>
    Bump version to 6.4.0</li>
    <li><a
    href="https://github.com/actions/github-script/commit/bcc389184da6172665613604320b19b409a8c941"><code>bcc3891</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/github-script/issues/321">#321</a>
    from danmichaelo/node-fetch</li>
    <li><a
    href="https://github.com/actions/github-script/commit/da8818015eb5c3d01f8ad6db6bd8e3a2b460c71c"><code>da88180</code></a>
    Merge <code>main</code></li>
    <li><a
    href="https://github.com/actions/github-script/commit/4d93f388900dddc32a5a278a0ff985a0f06ca5c8"><code>4d93f38</code></a>
    Update dist and audit deps</li>
    <li><a
    href="https://github.com/actions/github-script/commit/0550e858012a6d3a73fbdd735e96b8e4c35e5a9d"><code>0550e85</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/github-script/issues/336">#336</a>
    from actions/joshmgross/minimatch-license</li>
    <li><a
    href="https://github.com/actions/github-script/commit/5420835fff8001a224a310d320b6e02eed0713d8"><code>5420835</code></a>
    Merge branch 'main' into joshmgross/minimatch-license</li>
    <li><a
    href="https://github.com/actions/github-script/commit/03377835c3717d8126c1d93eaaa72b55287f783d"><code>0337783</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/github-script/issues/338">#338</a>
    from actions/joshmgross/fix-dist</li>
    <li><a
    href="https://github.com/actions/github-script/commit/8c6dda0186c7ac8a53030e285851d54aabcd3620"><code>8c6dda0</code></a>
    Regenerate <code>dist</code></li>
    <li><a
    href="https://github.com/actions/github-script/commit/ee0d992b062bc63a761e39c472f63aa0865b1e41"><code>ee0d992</code></a>
    Use Node 16 in CI and examples</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/github-script/compare/v4...v6">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/github-script&package-manager=github_actions&previous-version=4&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    562ed79 View commit details
    Browse the repository at this point in the history
  4. Bump peter-evans/create-or-update-comment from 2 to 3 (#21005)

    Bumps
    [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment)
    from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/peter-evans/create-or-update-comment/releases">peter-evans/create-or-update-comment's
    releases</a>.</em></p>
    <blockquote>
    <h2>Create or Update Comment v3.0.0</h2>
    <h2>What's new</h2>
    <ul>
    <li>Now supports replacing reactions on a comment by setting input
    <code>reactions-edit-mode</code> to <code>replace</code>. The default
    behaviour has not changed and will <code>append</code> reactions.</li>
    <li>Chose how the action should append the comment body with input
    <code>append-separator</code>. The default behaviour is to add a
    <code>newline</code>. Other options are <code>space</code> and
    <code>none</code>.</li>
    <li><code>body-file</code> is deprecated in favour of
    <code>body-path</code>. The behaviour is unchanged.</li>
    </ul>
    <h2>What's Changed</h2>
    <ul>
    <li>v3 by <a
    href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/161">peter-evans/create-or-update-comment#161</a></li>
    <li>Update some links in the README by <a
    href="https://github.com/Kurt-von-Laven"><code>@​Kurt-von-Laven</code></a>
    in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/152">peter-evans/create-or-update-comment#152</a></li>
    <li>9 dependency updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/Kurt-von-Laven"><code>@​Kurt-von-Laven</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/152">peter-evans/create-or-update-comment#152</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/peter-evans/create-or-update-comment/compare/v2.1.1...v3.0.0">https://github.com/peter-evans/create-or-update-comment/compare/v2.1.1...v3.0.0</a></p>
    <h2>Create or Update Comment v2.1.1</h2>
    <p>⚙️ Fixes the recent Json5 vulnerability.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>11 dependency updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/peter-evans/create-or-update-comment/compare/v2.1.0...v2.1.1">https://github.com/peter-evans/create-or-update-comment/compare/v2.1.0...v2.1.1</a></p>
    <h2>Create or Update Comment v2.1.0</h2>
    <p>⭐ Adds input <code>body-file</code>, the path to a file containing
    the comment body.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>Replace set-output by <a
    href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/130">peter-evans/create-or-update-comment#130</a></li>
    <li>Bump chuhlomin/render-template from 1.5 to 1.6 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/132">peter-evans/create-or-update-comment#132</a></li>
    <li>Support reading body from a file by <a
    href="https://github.com/umanghome"><code>@​umanghome</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/115">peter-evans/create-or-update-comment#115</a></li>
    <li>Add input body-file by <a
    href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/133">peter-evans/create-or-update-comment#133</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/umanghome"><code>@​umanghome</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/115">peter-evans/create-or-update-comment#115</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/peter-evans/create-or-update-comment/compare/v2.0.1...v2.1.0">https://github.com/peter-evans/create-or-update-comment/compare/v2.0.1...v2.1.0</a></p>
    <h2>Create or Update Comment v2.0.1</h2>
    <p>⚙️ Bumps <code>@actions/core</code> to transition away from <a
    href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/">deprecated
    runner commands</a>.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>Add workflow permissions by <a
    href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/120">peter-evans/create-or-update-comment#120</a></li>
    <li>9 dependency updates by <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>
    and <a
    href="https://github.com/dependabot">https://github.com/dependabot</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/peter-evans/create-or-update-comment/compare/v2.0.0...v2.0.1">https://github.com/peter-evans/create-or-update-comment/compare/v2.0.0...v2.0.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/3383acd359705b10cb1eeef05c0e88c056ea4666"><code>3383acd</code></a>
    v3 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/161">#161</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/9c6357680f5ea232e8afaf4efc0cc92367110d78"><code>9c63576</code></a>
    Bump peter-evans/create-pull-request from 4 to 5 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/163">#163</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/3d6c0b9c6c6128c3f7fc6f873c0218915585ff51"><code>3d6c0b9</code></a>
    ci: add missing checkout step</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/1fcda994df6b557d6ae3d3afbd8b4c55bbd14f29"><code>1fcda99</code></a>
    ci: add test v3 workflow</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/5f728c3dae25f329afbe34ee4d08eef25569d79f"><code>5f728c3</code></a>
    Bump peter-evans/enable-pull-request-automerge from 2 to 3 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/160">#160</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/fd9e73cdb111244f59c4bdf94994545011a0d89c"><code>fd9e73c</code></a>
    Bump eslint from 8.36.0 to 8.37.0 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/159">#159</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/384c114887453534544cab66743e0ed42a1342a8"><code>384c114</code></a>
    Bump eslint from 8.35.0 to 8.36.0 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/155">#155</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/44526e38b60c3be1ea27a6cd6f7359f7ce3f6bc8"><code>44526e3</code></a>
    Bump jest from 29.4.3 to 29.5.0 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/154">#154</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/b1fa5d531f73c67e1ab3962d1c16764f188066a6"><code>b1fa5d5</code></a>
    Bump eslint from 8.34.0 to 8.35.0 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/153">#153</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/c5a7a9808bb4d6de79278436482399ce9a4de9d5"><code>c5a7a98</code></a>
    Merge pull request <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/152">#152</a>
    from Kurt-von-Laven/patch-1</li>
    <li>Additional commits viewable in <a
    href="https://github.com/peter-evans/create-or-update-comment/compare/v2...v3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/create-or-update-comment&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    407717e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d036567 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2401e13 View commit details
    Browse the repository at this point in the history
  7. switch to using tcp for comm with server (#20981)

    code written by @karthiknadig and @eleanorjboyd, which switches to using TCP as the
    communication channel between the test adapter in the extension and the
    node server that handles the discovery/running of python tests. 
    ---------
    
    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    eleanorjboyd and karthiknadig authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    869dc64 View commit details
    Browse the repository at this point in the history
  8. Bump mheap/github-action-required-labels from 3 to 4 (#20975)

    Bumps
    [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels)
    from 3 to 4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/mheap/github-action-required-labels/releases">mheap/github-action-required-labels's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4</h2>
    <p>Tag that always points to the latest commit in the v4.x.x series of
    releases</p>
    <h2>v4.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add issues/pull-requests permissions to README by <a
    href="https://github.com/mheap"><code>@​mheap</code></a> in <a
    href="https://redirect.github.com/mheap/github-action-required-labels/pull/52">mheap/github-action-required-labels#52</a></li>
    <li>Only use a single comment when the action fails by <a
    href="https://github.com/mheap"><code>@​mheap</code></a> in <a
    href="https://redirect.github.com/mheap/github-action-required-labels/pull/53">mheap/github-action-required-labels#53</a></li>
    </ul>
    <h2>New Contributors</h2>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/mheap/github-action-required-labels/compare/v3.0.1...v4.0.0">https://github.com/mheap/github-action-required-labels/compare/v3.0.1...v4.0.0</a></p>
    <h2>v3.0.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add default error message by <a
    href="https://github.com/mheap"><code>@​mheap</code></a> in <a
    href="https://redirect.github.com/mheap/github-action-required-labels/pull/51">mheap/github-action-required-labels#51</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/mheap/github-action-required-labels/compare/v3.0.0...v3.0.1">https://github.com/mheap/github-action-required-labels/compare/v3.0.0...v3.0.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/mheap/github-action-required-labels/commit/422e4c352ef83db91089e6acfbf09d8725e08abc"><code>422e4c3</code></a>
    Automatic compilation</li>
    <li><a
    href="https://github.com/mheap/github-action-required-labels/commit/e33092117bdd8c435e9b654d53726c6936f19518"><code>e330921</code></a>
    Only use a single comment when the action fails (<a
    href="https://redirect.github.com/mheap/github-action-required-labels/issues/53">#53</a>)</li>
    <li><a
    href="https://github.com/mheap/github-action-required-labels/commit/9ac12780a2ba3ea157f2abc7f2492db52576e8ab"><code>9ac1278</code></a>
    Add issues/pull-requests permissions to README</li>
    <li>See full diff in <a
    href="https://github.com/mheap/github-action-required-labels/compare/v3...v4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mheap/github-action-required-labels&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d844f7d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    6fbfde9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b771c0e View commit details
    Browse the repository at this point in the history
  3. Switch to List Data Structure for Checking Known UUIDs in Test Server (

    …#21018)
    
    continue off of the work done related to switching from checking UUIDS
    in the server file to now doing so in the adapter file.
    eleanorjboyd authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e288f8b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Fix info needed workflow (#21021)

    Kartik Raj authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    f4f883c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    c64bb0e View commit details
    Browse the repository at this point in the history
  2. Add testing for unittest execution python logic (#21022)

    these tests cover:
    - parsing execution args for unittest
    - test run with no test_ids attached
    - test run with single test_id and test is a success.
    
    ---------
    
    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    eleanorjboyd and karthiknadig authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    983f05a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Bump xml2js from 0.4.23 to 0.5.0 (#21032)

    Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from
    0.4.23 to 0.5.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xml2js&package-manager=npm_and_yarn&previous-version=0.4.23&new-version=0.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/microsoft/vscode-python/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    92744f7 View commit details
    Browse the repository at this point in the history
  2. Fix debugging when using "internalConsole" (#21033)

    Closes #20828
    
    Do case-insensitive merge of environment variables, always make sure to
    return the standard env key for an OS, similar to `process.env`.
    Kartik Raj authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d613776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f058f5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d2cd36 View commit details
    Browse the repository at this point in the history
  5. Make fixes to pythonTerminalEnvVarActivation experiment (#21036)

    For #20822
    Kartik Raj authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    81debac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4f0ad1 View commit details
    Browse the repository at this point in the history
  7. Fix for missing pip in codespaces with venv (#21041)

    no change logs because this feature is not released yet.
    
    Fixes #21039
    karthiknadig authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    586d18f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

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

Commits on Apr 17, 2023

  1. Localize walkthroughs (#21045)

    Closes #20906
    
    ---------
    
    Co-authored-by: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
    karthiknadig and cwebster-99 authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    7ac230c View commit details
    Browse the repository at this point in the history
  2. Edited Discovery Logic (#20631)

    closes #20078 and
    closes #20085 (which is
    about the testing work to support this code)
    
    This logic now successfully works to discover the pytest repo tests.
    This branch takes into account all the previous comments made to the
    python discovery logic in the previous PR (located on my personal fork).
    Therefore this is a second round of edits on this code. It now works for
    the pytest library (discovers all the tests in the pytest library).
    
    ---------
    
    Co-authored-by: Brett Cannon <brcan@microsoft.com>
    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    3 people authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ed06e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab1eb28 View commit details
    Browse the repository at this point in the history
  4. Use new logging API for python extension logger and LS logger (#21062)

    In this PR:
    1. Changes the python extension logging to use LogOutputChannel
    2. Changes the language server logger with LogOutputChannel
    3. Test output channel uses OutputChannel as it needs to show test
    output and not really logging. Also, using logging test output makes it
    pretty much unreadable.
    4. Simplifies logging channel and output channel registration.
    
    We need to do this now to make it easier for new test work to integrate
    with output logging.
    
    For #20844
    
    This still doesn't get rid of the log level setting.
    karthiknadig authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    48952a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Direct users to the Jupyter extension when using Run in Interactive w…

    …indow (#21072)
    
    Closes #20576
    Kartik Raj authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8f8f624 View commit details
    Browse the repository at this point in the history
  2. Add quick pick hover support to explain conda environment lacking a P…

    …ython interpreter (#21073)
    
    Closes #20786
    Kartik Raj authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    61882f7 View commit details
    Browse the repository at this point in the history
  3. Python test execution simple (#21053)

    closes #20897
    closes #20084
    closes #20081
    
    ---------
    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    eleanorjboyd authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d05b83f View commit details
    Browse the repository at this point in the history
  4. Add black to extensions.json (#20912)

    Solves #20855
    cpinamtz authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7ddfd9f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Add unittest subtest (#21081)

    closes #21038
    also updates the subtests names
    
    ---------
    
    Co-authored-by: Kartik Raj <karraj@microsoft.com>
    eleanorjboyd and Kartik Raj authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d23afe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a009edb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05cb255 View commit details
    Browse the repository at this point in the history
  4. Deprecate python logging level setting (#21083)

    Deprecates the logging level setting. The default for logging level from
    VS Code is Info, so in this PR moved a few items to verbose so that we
    get the same logging experience.
    
    Closes #20844
    karthiknadig authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9bb5a44 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    77c63f1 View commit details
    Browse the repository at this point in the history
  2. Overload methods testing rewrite (#21082)

    I now overload the method signature for discovery and execution so
    instead the only place where the new rewrite code needs to be enabled is
    in the controller where it calls either the old method signature without
    the`pythonExecFactory` or provides it to use the new code.
    eleanorjboyd authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7b4bc29 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Pytest fix execution args (#21094)

    fix args for runtest IDs
    eleanorjboyd authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d905cf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Support pythonTerminalEnvVarActivation experiment in multiroot work…

    …spaces (#21047)
    Kartik Raj authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    9f24fbf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on Apr 26, 2023

  1. Add Pytest Logging On Workspace Level (#21133)

    works on #21124 but is
    only half the solution.
    eleanorjboyd authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d6269a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f4bfe9 View commit details
    Browse the repository at this point in the history
  3. Fix workspaceFolderToken -> workspaceFolder (#21095)

    The UI string is currently using the internal variable name
    (workspaceFolderToken) instead of the one actually used in the file
    (workspaceFolder). This PR fixes that.
    pamelafox authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    acc8906 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Fix telemetry event when using debug file configuration (#21118)

    Co-authored-by: paulacamargo25 <paulitacv25@gmail.com>
    r3m0t and paulacamargo25 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4207576 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e72067 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    e0558ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7479fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0db6577 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b5cc8d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    73cdbf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68fc3b1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    24c57bd View commit details
    Browse the repository at this point in the history
  2. Insert debug configuration function on every quickpick item (#21165)

    Now there is no need to modify twice `pickDebugConfiguration` function.
    Just adding a new `DebugConfigurationQuickPickItem` element would be
    sufficient
    
    Co-authored-by: paulacamargo25 <paulitacv25@gmail.com>
    cpinamtz and paulacamargo25 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    f5eded2 View commit details
    Browse the repository at this point in the history
  3. Add telemetry event when creating environment using button (#21172)

    A temporary command to understand the usage of the create environment
    button.
    
    Fixes #21168
    karthiknadig authored May 3, 2023
    Configuration menu
    Copy the full SHA
    7dfa631 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    4112b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bdada0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    678f70d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    17daae4 View commit details
    Browse the repository at this point in the history
  2. Fix startup telemetry issue (#21203)

    Could fix #20874 based
    on error trace.
    Kartik Raj authored May 9, 2023
    Configuration menu
    Copy the full SHA
    a85eb3b View commit details
    Browse the repository at this point in the history
  3. Disable "snippets" expansion in Jedi LSP (#21194)

    This brings the Jedi based completion experience in line with that
    provided by Pylance. Completions now insert only the current symbol
    rather than assuming that the user wants to e.g: call that symbol.
    
    This means for example that completing `max` will insert just `max`
    rather `max(arg1, arg2)`. While for this case this may be seen as less
    useful, it means that insertions in places where a call is not desired
    (such as imports and typing contexts) will not be forced to manually
    remove the parentheses and template arguments which might otherwise be
    inserted.
    
    Users can still use the signature support UI to explore signatures and
    of course insertion of an opening parenthesis will still insert a
    closing one.
    
    Hopefully this new configuration will be preferable to a majority of
    users.
    
    I've done some light testing to check that this disables the described
    additional completion, however I'm not massively familiar with JediLSP
    so I'm not sure what other behaviours this will disable.
    
    Fixes #15858
    PeterJCLaw authored May 9, 2023
    Configuration menu
    Copy the full SHA
    8d291f7 View commit details
    Browse the repository at this point in the history
  4. Add logging when interpreter path changes (#21210)

    For #21208
    Kartik Raj authored May 9, 2023
    Configuration menu
    Copy the full SHA
    5eef525 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Add createEnvironment.contentButton setting (#21212)

    Closes #20982
    
    ---------
    
    Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com>
    karthiknadig and luabud authored May 10, 2023
    Configuration menu
    Copy the full SHA
    eb9fde3 View commit details
    Browse the repository at this point in the history
  2. Added option to run multiple Python files in separate terminals (#21223)

    Closes #21215
    #14094
    
    Added the option to assign a dedicated terminal for each Python file:
    
    
    ![image](https://github.com/microsoft/vscode-python/assets/13199757/b01248e4-c826-4de0-b15f-cde959965e68)
    Kartik Raj authored May 10, 2023
    Configuration menu
    Copy the full SHA
    1533818 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    0c4fa40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0da28c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3d43e5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

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

Commits on May 15, 2023

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

Commits on May 16, 2023

  1. revert testing to using socket (#21242)

    switch back to using a socket instead of an output file for use in the
    plugin communication during testing. This should work now that we
    resolved the issue with python path for windows.
    eleanorjboyd authored May 16, 2023
    Configuration menu
    Copy the full SHA
    be9662f View commit details
    Browse the repository at this point in the history
  2. Enable debug pytest (#21228)

    fixes #21147
    
    ---------
    
    Co-authored-by: Aidos Kanapyanov <65722512+aidoskanapyanov@users.noreply.github.com>
    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    3 people authored May 16, 2023
    Configuration menu
    Copy the full SHA
    b0ebc9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a74f1d1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Revert "Remove hack to check the vscode version" (#21294)

    Reverts #21180
    For #20769
    Kartik Raj authored May 24, 2023
    Configuration menu
    Copy the full SHA
    c9a7268 View commit details
    Browse the repository at this point in the history
  2. Update pyright version (#21296)

    Fix error in tests, updating pyright version
    paulacamargo25 authored May 24, 2023
    Configuration menu
    Copy the full SHA
    4b4e5b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2f5fe2 View commit details
    Browse the repository at this point in the history
  4. allow large scale testing (#21269)

    allows new testing rewrite to handle 500+ tests and load and run these
    tests. High limit tested was 10,000 tests.
    eleanorjboyd authored May 24, 2023
    Configuration menu
    Copy the full SHA
    e2a9cec View commit details
    Browse the repository at this point in the history
  5. remove unneeded multiroot code (#21295)

    removed extra steps to wrap data since this creates duplicate folders in
    the controller and only keeps the most recent instead of all the roots
    from different workspaces.
    eleanorjboyd authored May 24, 2023
    Configuration menu
    Copy the full SHA
    b916981 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. fix debugging with new pytest run script (#21299)

    fix debugging for run_pytest_script.py setup
    eleanorjboyd authored May 25, 2023
    Configuration menu
    Copy the full SHA
    4109228 View commit details
    Browse the repository at this point in the history
  2. Set up testing rewrite experiment (#21258)

    is the beginning of this issue:
    #21150, in that it will
    start the process of implementing the setting in the extension
    eleanorjboyd authored May 25, 2023
    Configuration menu
    Copy the full SHA
    72f7ef8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Apply environment variables after shell initialization scripts are ru…

    …n in `pythonTerminalEnvVarActivation` experiment (#21290)
    
    For #11039 #20822
    Closes #21297
    
    Update proposed APIs to be used in Terminal activation experiment.
    Kartik Raj authored May 26, 2023
    Configuration menu
    Copy the full SHA
    c213491 View commit details
    Browse the repository at this point in the history
  2. allow pytest tests to handle multiple payloads (#21301)

    As part of the switch to allow for dynamic run- the pytest discovery and
    execution tests are now switched to be take lists of dicts where the
    dicts are the payloads.
    eleanorjboyd authored May 26, 2023
    Configuration menu
    Copy the full SHA
    f148139 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. remove duplicates from test_ids array (#21347)

    this will partially remediate
    #21339 in regards to
    the duplicate IDs being run.
    eleanorjboyd authored May 31, 2023
    Configuration menu
    Copy the full SHA
    e9a8dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d968b8c View commit details
    Browse the repository at this point in the history
  3. adding extra log messages for rewrite debugging (#21352)

    These logs print errors and other bits of information which will be
    helpful for debugging workflows of users where we need to get
    information such as args or which step in the process they got to.
    eleanorjboyd authored May 31, 2023
    Configuration menu
    Copy the full SHA
    dbd0b73 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. add pythonTestAdapter to experiment enum (#21357)

    allow people to opt in and out of the pythonTestAdapter rewrite via the
    settings `python.experiment.optInto` or `python.experiment.optOutfrom`
    eleanorjboyd authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    cd76ee1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Unittest for large workspaces (#21351)

    follows the same steps as making pytest compatible with large workspaces
    with many tests. Now test_ids are sent over a port as a json instead of
    in the exec function which can hit a cap on # of characters. Should fix
    #21339.
    eleanorjboyd authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    be829b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a395e2e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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