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

No longer install the Jupyter extension by default #20218

Merged
merged 10 commits into from
Mar 29, 2023

Conversation

luabud
Copy link
Member

@luabud luabud commented Nov 13, 2022

For #18073

@luabud luabud added feature-request Request for new features or functionality skip package*.json package.json and package-lock.json don't both need updating labels Nov 13, 2022
README.md Outdated Show resolved Hide resolved
@luabud luabud self-assigned this Nov 14, 2022
@luabud luabud marked this pull request as ready for review November 16, 2022 17:17
@vscodenpa vscodenpa added this to the November 2022 milestone Nov 16, 2022
gulpfile.js Outdated Show resolved Hide resolved
gulpfile.js Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
karrtikr
karrtikr previously approved these changes Nov 17, 2022
minsa110
minsa110 previously approved these changes Nov 17, 2022
Copy link
Member

@rebornix rebornix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might need to coordinate VS Code to change how extension recommendations work when users have no kernels.

roblourens
roblourens previously approved these changes Nov 22, 2022
README.md Outdated Show resolved Hide resolved
Co-authored-by: Brett Cannon <[email protected]>
@luabud luabud dismissed stale reviews from roblourens and minsa110 via f480446 November 22, 2022 21:37
@minsa110
Copy link

minsa110 commented Dec 9, 2022

@rebornix brought up a point that if Python no longer installs Jupyter, it means that new users who install the Python extension will not get Interactive Window support since the execute in IW command comes from the Jupyter extension.

Not sure how you want to go forward with this (maybe we need to consider providing a path for new Python extension users to successfully use IW features) but here are some stats to help with the decision on prioritizing that:

  • About 60% Interactive Window (MEU) users are considered PythonDataScience (MEU) users in VS Code, which means that about (or at least) 40% of engaged IW users are likely using it as Python REPL
  • Less than 2% of Python extension users (MEU) are using the Interactive Window (MEU)

@brettcannon
Copy link
Member

Python extension will not get Interactive Window support since the execute in IW command comes from the Jupyter extension.

Correct.

Not sure how you want to go forward with this

I'm fine with saying folks need to install the Jupyter extension to get the interactive window.

@minsa110
Copy link

Albeit <2% of Python extension users are using the Interactive Window, considering that there are important use cases we want to support (e.g., Python REPL experience), how about we consider adding these two entry points to please install the Jupyter extension to get the Interactive Window?

  1. Right click on Python code --> add "Run in Interactive Window" option
    • Side note: we should also consider consolidating all the "run" options like "peek" options (cc: @amunger):
      image
  2. User types # %% (or is already on the file they opened) --> suggest installing Jupyter extension (maybe show quick fix light bulb?)

@amunger
Copy link

amunger commented Dec 15, 2022

One other concern - this may break some dev container workflows that rely the Jupyter extension to be installed by only specifying the Python extension in the devcontainer.json file.

@luabud
Copy link
Member Author

luabud commented Jan 17, 2023

One other concern - this may break some dev container workflows that rely the Jupyter extension to be installed by only specifying the Python extension in the devcontainer.json file.

That's a good point. It looks like there's 50% of Jupyter extension users using dev containers list the Jupyter extension, but given the overall number of users is quite low, and the workaround is to manually install Jupyter just once, I don't think this will be such a big issue. But I talked to @minsa110 last week and we decided to wait until #20021 is shipped for us to merge this change, which is likely going to happen next month (speaking of which -- @minsa110, should I transfer this issue to the Jupyter repo, or even the vscode one? 🤔)

@karrtikr
Copy link

@luabud Should this be blocked on #20576?

@luabud
Copy link
Member Author

luabud commented Mar 20, 2023

Confirmed with @minsa110 that #20576 is not a blocker for this PR to be merged.

@luabud luabud modified the milestones: March 2023, April 2023 Mar 23, 2023
@karrtikr karrtikr marked this pull request as draft March 29, 2023 00:06
@karrtikr karrtikr marked this pull request as ready for review March 29, 2023 00:10
Copy link

@karrtikr karrtikr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've to make sure #20576 goes into release along with this✌️Based on discussion with Karthik we're okay with merging this for pre-release to get feedback.

@luabud luabud merged commit 34c54f4 into microsoft:main Mar 29, 2023
@luabud luabud deleted the dropjupyterdependency branch March 29, 2023 18:16
wesm pushed a commit to posit-dev/positron that referenced this pull request Mar 28, 2024
Merge pull request #58 from posit-dev/merge-latest

Merge latest upstream
--------------------
Commit message for posit-dev/positron-python@b5cbe4f:

Merge latest upstream

--------------------
Commit message for microsoft/vscode-python@96aa8f8:

Do not deprecate `python.terminal.activateEnvironmentInTerminal` setting along with terminal env var experiment (microsoft/vscode-python#20952)

I initially deprecated this setting as I thought folks only disabled it
because we were sending commands which was annoying.
--------------------
Commit message for microsoft/vscode-python@37a70fd:

Update note on the Jupyter extension in README (microsoft/vscode-python#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.
--------------------
Commit message for microsoft/vscode-python@bc59a7d:

Fix linting in APIs (microsoft/vscode-python#20623)

Fix lint in api.ts
--------------------
Commit message for microsoft/vscode-python@34c54f4:

No longer install the Jupyter extension by default (microsoft/vscode-python#20218)

For microsoft/vscode-python#18073

---------

Co-authored-by: Brett Cannon <[email protected]>
--------------------
Commit message for microsoft/vscode-python@8d8784f:

Fix diagnostic to use "System32" instead of "SystemRoot" (microsoft/vscode-python#20937)

For microsoft/vscode-python#16692
Follow up to microsoft/vscode-python#20927
--------------------
Commit message for microsoft/vscode-python@ef6511e:

Fix telemetry when updating pip (microsoft/vscode-python#20903)

@luabud This PR adds a minor telemetry change to create environment.
There is a new telemetry point indicating pip upgrade.
--------------------
Commit message for microsoft/vscode-python@b208384:

Add diagnostic to validate ComSpec (microsoft/vscode-python#20927)

Closes microsoft/vscode-python#16692
--------------------
Commit message for microsoft/vscode-python@5fd9f97:

Update main to next pre-release (microsoft/vscode-python#20928)


--------------------
Commit message for microsoft/vscode-python@6e31c6a:

Update version of main to release candidate (microsoft/vscode-python#20923)


--------------------
Commit message for microsoft/vscode-python@d809af4:

Use new formatter install prompt on missing formatter (microsoft/vscode-python#20904)


--------------------
Commit message for microsoft/vscode-python@43a21a2:

Remove HTTP Client usage (microsoft/vscode-python#20922)

This is addressing an internal CG issue.
--------------------
Commit message for microsoft/vscode-python@5f9be4e:

Make sure we delay start pylance server (microsoft/vscode-python#20910)

fixes microsoft/vscode-python#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.
--------------------
Commit message for microsoft/vscode-python@be55c97:

Adjust a few strings that mention Python (microsoft/vscode-python#20900)

For microsoft/vscode-python#20899 (+ a few
other strings I thought could use some tweaking too)
--------------------
Commit message for microsoft/vscode-python@61f93c3:

Fix title and placeholder for python selection when using create env command (microsoft/vscode-python#20896)

Closes microsoft/vscode-python#19891


![image](https://user-images.githubusercontent.com/3840081/227031948-de595993-80e1-43a0-8dd8-658848c6b3d5.png)
--------------------
Commit message for microsoft/vscode-python@01e798a:

Share telemetry from core extension. (microsoft/vscode-python#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.
--------------------
Commit message for microsoft/vscode-python@807b9fe:

Add create environment button to `requirements.txt` and `pyproject.toml` files (microsoft/vscode-python#20879)

Closes microsoft/vscode-python#20812
Related microsoft/vscode-python#20133
--------------------
Commit message for microsoft/vscode-python@730df28:

Add GDPR tag to new telemetry property (microsoft/vscode-python#20871)


--------------------
Commit message for microsoft/vscode-python@a6ac385:

Bump webpack from 5.70.0 to 5.76.0 (microsoft/vscode-python#20856)

Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to
5.76.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
<blockquote>
<h2>v5.76.0</h2>
<h2>Bugfixes</h2>
<ul>
<li>Avoid cross-realm object access by <a
href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li>
<li>Improve hash performance via conditional initialization by <a
href="https://github.com/lvivski"><code>@​lvivski</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li>
<li>Serialize <code>generatedCode</code> info to fix bug in asset module
cache restoration by <a
href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a>
in <a
href="https://redirect.github.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li>
<li>Improve performance of <code>hashRegExp</code> lookup by <a
href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a>
in <a
href="https://redirect.github.com/webpack/webpack/pull/16759">webpack/webpack#16759</a></li>
</ul>
<h2>Features</h2>
<ul>
<li>add <code>target</code> to <code>LoaderContext</code> type by <a
href="https://github.com/askoufis"><code>@​askoufis</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16781">webpack/webpack#16781</a></li>
</ul>
<h2>Security</h2>
<ul>
<li><a
href="https://github.com/advisories/GHSA-3rfm-jhwj-7488">CVE-2022-37603</a>
fixed by <a
href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a>
in <a
href="https://redirect.github.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li>
</ul>
<h2>Repo Changes</h2>
<ul>
<li>Fix HTML5 logo in README by <a
href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li>
<li>Replace TypeScript logo in README by <a
href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16613">webpack/webpack#16613</a></li>
<li>Update actions/cache dependencies by <a
href="https://github.com/piwysocki"><code>@​piwysocki</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16493">webpack/webpack#16493</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> made
their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li>
<li><a href="https://github.com/lvivski"><code>@​lvivski</code></a> made
their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li>
<li><a
href="https://github.com/jakebailey"><code>@​jakebailey</code></a> made
their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li>
<li><a
href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li>
<li><a
href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li>
<li><a href="https://github.com/piwysocki"><code>@​piwysocki</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16493">webpack/webpack#16493</a></li>
<li><a href="https://github.com/askoufis"><code>@​askoufis</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16781">webpack/webpack#16781</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0">https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0</a></p>
<h2>v5.75.0</h2>
<h1>Bugfixes</h1>
<ul>
<li><code>experiments.*</code> normalize to <code>false</code> when
opt-out</li>
<li>avoid <code>NaN%</code></li>
<li>show the correct error when using a conflicting chunk name in
code</li>
<li>HMR code tests existance of <code>window</code> before trying to
access it</li>
<li>fix <code>eval-nosources-*</code> actually exclude sources</li>
<li>fix race condition where no module is returned from processing
module</li>
<li>fix position of standalong semicolon in runtime code</li>
</ul>
<h1>Features</h1>
<ul>
<li>add support for <code>@import</code> to extenal CSS when using
experimental CSS in node</li>
<li>add <code>i64</code> support to the deprecated WASM
implementation</li>
</ul>
<h1>Developer Experience</h1>
<ul>
<li>expose <code>EnableWasmLoadingPlugin</code></li>
<li>add more typings</li>
<li>generate getters instead of readonly properties in typings to allow
overriding them</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/97b1718720c33f1b17302a74c5284b01e02ec001"><code>97b1718</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16781">#16781</a>
from askoufis/loader-context-target-type</li>
<li><a
href="https://github.com/webpack/webpack/commit/b84efe6224b276bf72e4c5e2f4e76acddfaeef07"><code>b84efe6</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16759">#16759</a>
from ryanwilsonperkin/real-content-hash-regex-perf</li>
<li><a
href="https://github.com/webpack/webpack/commit/c98e9e001441b165c7ed4845700839730b505833"><code>c98e9e0</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16493">#16493</a>
from piwysocki/patch-1</li>
<li><a
href="https://github.com/webpack/webpack/commit/5f34acfbc074da6cc09f48944d7f2b4273ffb3f8"><code>5f34acf</code></a>
feat: Add <code>target</code> to <code>LoaderContext</code> type</li>
<li><a
href="https://github.com/webpack/webpack/commit/b7fc4d876deb958d7ee81ecc00a312e39a354a44"><code>b7fc4d8</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16703">#16703</a>
from ryanwilsonperkin/ryanwilsonperkin/fix-16160</li>
<li><a
href="https://github.com/webpack/webpack/commit/63ea82da4d4e4242b6a6285fc937f0684f264fe8"><code>63ea82d</code></a>
Merge branch 'webpack:main' into patch-1</li>
<li><a
href="https://github.com/webpack/webpack/commit/4ba225225b1348c8776ca5b5fe53468519413bc0"><code>4ba2252</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16446">#16446</a>
from akhilgkrishnan/patch-1</li>
<li><a
href="https://github.com/webpack/webpack/commit/1acd6350be3d74d4ac70b64cbbc60f27724b618b"><code>1acd635</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16613">#16613</a>
from jakebailey/ts-logo</li>
<li><a
href="https://github.com/webpack/webpack/commit/302eb37fe19ed7ca60eaf895aca4f9da9dfd7931"><code>302eb37</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16614">#16614</a>
from jakebailey/html5-logo</li>
<li><a
href="https://github.com/webpack/webpack/commit/cfdb1dfe59b33bf7441b8a8e4fc58d75e4f54cee"><code>cfdb1df</code></a>
Improve performance of hashRegExp lookup</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.70.0...v5.76.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~evilebottnawi">evilebottnawi</a>, a new
releaser for webpack since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.70.0&new-version=5.76.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@3269137:

Finalize Python Environment API (microsoft/vscode-python#20868)


--------------------
Commit message for microsoft/vscode-python@00ce6d0:

Update text shown in formatter install prompt (microsoft/vscode-python#20869)


--------------------
Commit message for microsoft/vscode-python@d16568e:

Ensure `resolveEnvironment` API resolves the latest details for conda envs without python (microsoft/vscode-python#20862)

Closes microsoft/vscode-python#20765

Change `resolveEnvironment` API to validate cache for conda envs without
python before using it, it also making sure we fire a update event after
resolving it and adding it to cache.
--------------------
Commit message for microsoft/vscode-python@7ee3f7d:

Show prompt asking user to install formatter extension (microsoft/vscode-python#20861)

For microsoft/vscode-python#19653
--------------------
Commit message for microsoft/vscode-python@b9c4ff7:

Update walkthrough title (microsoft/vscode-python#20857)

For consistency with other language extensions
--------------------
Commit message for microsoft/vscode-python@1668d06:

Made browser to expose pylance api. (microsoft/vscode-python#20847)

This will let pylance to create LS Client on browser
--------------------
Commit message for microsoft/vscode-python@0735876:

Share output channel with pylance (microsoft/vscode-python#20833)

Make sure `pylance` and `jedi` share the same output channel.
--------------------
Commit message for microsoft/vscode-python@2cd2092:

Fixed a bug where pylance not working on interactive window. (microsoft/vscode-python#20831)

https://github.com/microsoft/vscode-python/pull/20816/files#diff-ba59d9ca0a087381d63119a88751fdc7c0aa07e6a10e772d3aefd4c10aa36fcfL47

this should have changed to return `false` rather than deleting since it
would have been always return `false`. deleting effectively made it to
have the same effect as always returning `true`

follow up PR of microsoft/vscode-python#20816
--------------------
Commit message for microsoft/vscode-python@d3dd832:

Expose client creation API for pylance (microsoft/vscode-python#20816)

If new client change is available in pylance, made core extension to use
pylance to do language server lifetime management. and also this PR
removes all old notebook experiences so that it is inline with pylance
(pylance already removed all those when moving client/middleware)
--------------------
Commit message for microsoft/vscode-python@b897300:

Restart reason telemetry event for `pylance` (microsoft/vscode-python#20821)

Closes microsoft/vscode-python#19626
--------------------
Commit message for microsoft/vscode-python@8a80ebe:

Add experiment to implicitly use environment variables for environment activation (microsoft/vscode-python#20651)


--------------------
Commit message for microsoft/vscode-python@7aac96a:

Fix typo with `clientOS` (microsoft/vscode-python#20819)


--------------------
Commit message for microsoft/vscode-python@e9ff78d:

Set clientOS debug option (microsoft/vscode-python#20805)

Closed: microsoft/vscode-python#20407
--------------------
Commit message for microsoft/vscode-python@467823d:

Add option to control if environment is selected after creation (microsoft/vscode-python#20738)

For: microsoft/vscode-python#20270

@DonJayamanne This PR adds a field to the options that should allow you
to skip environment selection.
--------------------
Commit message for microsoft/vscode-python@672d07e:

Do not use `-I` flag in case we're unable to find `encodings` module when validating python (microsoft/vscode-python#20803)

Closes microsoft/vscode-python#20793
--------------------
Commit message for microsoft/vscode-python@2442dfb:

Add logging which could help indicate why `Discovering Python Interpreters...` never finishes (microsoft/vscode-python#20792)

For microsoft/vscode-python#20250
--------------------
Commit message for microsoft/vscode-python@e8303bb:

Fix ability to recognize extensions which access environment API (microsoft/vscode-python#20791)

Follow up from microsoft/vscode-python#20222.

Apparently `setTimeout` changed the stack in such a way that we were
unable to recognize which extension called the API:
```
[DEBUG 2023-2-2 16:21:9.641]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
```
Reverting the change.
--------------------
Commit message for microsoft/vscode-python@ee8e80e:

Improve getting started experience when starting on a fresh macOS (microsoft/vscode-python#20789)

Closes microsoft/vscode-python#20635

- Suggest to install from `python.org` if brew is not available
- Do not suggest irrelevant prompts
--------------------
Commit message for microsoft/vscode-python@16c0437:

Update description of `python.terminal.activateEnvironment` setting (microsoft/vscode-python#20788)


--------------------
Commit message for microsoft/vscode-python@54e37fe:

Update README.md for isort changes (microsoft/vscode-python#20787)

Updating the README to reflect isort not being installed by default
--------------------
Commit message for microsoft/vscode-python@32c10e4:

Add verbose logging for change events fired related to envs (microsoft/vscode-python#20780)

For microsoft/vscode-python#20292
--------------------
Commit message for microsoft/vscode-python@be75eb2:

Ensure both `python` and `pythonPath` are not set when resolving config. (microsoft/vscode-python#20781)

Fixes microsoft/vscode-python#20655
--------------------
Commit message for microsoft/vscode-python@a5005f6:

Ensure picker returns array only if multi-select is enabled (microsoft/vscode-python#20772)

Fixes microsoft/vscode-python#20768
--------------------
Commit message for microsoft/vscode-python@c5e6378:

Update main to next pre-release (microsoft/vscode-python#20764)


--------------------
Commit message for microsoft/vscode-python@7c31a5e:

Updating version for release candidate. (microsoft/vscode-python#20762)


--------------------
Commit message for microsoft/vscode-python@e624eff:

Make sure conda activate is used for micromamba (microsoft/vscode-python#20760)

Closes microsoft/vscode-python#20756
--------------------
Commit message for microsoft/vscode-python@29bee00:

Fix debugger attach to process when running on WSL (microsoft/vscode-python#20741)

Possible fix for microsoft/vscode-python#16921

Closes microsoft/vscode-python#16921

BTW you folks should probably ask GitHub support to eject this repo from
their original repository (so it stops being a fork and has its own
network on GH)
--------------------
Commit message for microsoft/vscode-python@e9dba6c:

Bump typing-extensions from 4.4.0 to 4.5.0 (microsoft/vscode-python#20704)

Bumps [typing-extensions](https://github.com/python/typing_extensions)
from 4.4.0 to 4.5.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md">typing-extensions's
changelog</a>.</em></p>
<blockquote>
<h1>Release 4.5.0 (February 14, 2023)</h1>
<ul>
<li>Runtime support for PEP 702, adding
<code>typing_extensions.deprecated</code>. Patch
by Jelle Zijlstra.</li>
<li>Add better default value for TypeVar <code>default</code> parameter,
PEP 696. Enables
runtime check if <code>None</code> was passed as default. Patch by Marc
Mueller (<a
href="https://github.com/cdce8p"><code>@​cdce8p</code></a>).</li>
<li>The <code>@typing_extensions.override</code> decorator now sets the
<code>.__override__</code>
attribute. Patch by Steven Troxler.</li>
<li>Fix <code>get_type_hints()</code> on cross-module inherited
<code>TypedDict</code> in 3.9 and 3.10.
Patch by Carl Meyer.</li>
<li>Add <code>frozen_default</code> parameter on
<code>dataclass_transform</code>. Patch by Erik De Bonte.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/typing_extensions/commit/8dcd89993c3926d6c704232b9c56160447fa81fe"><code>8dcd899</code></a>
Prepare release 4.5.0 (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/116">#116</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/e81cb8289874d6a6715675d77df88db033824e0d"><code>e81cb82</code></a>
PEP 702: Runtime warnings (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/112">#112</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/1039bb2730e62e9763b8fd1d6a19ddd6bb0b6fe4"><code>1039bb2</code></a>
fix PEP 702 link in the <code>README.md</code> (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/108">#108</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/673e5ceea32f77d90531d4d5e77a7694edba7fba"><code>673e5ce</code></a>
Add <a
href="https://github.com/typing"><code>@​typing</code></a>_extensions.deprecated
(<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/105">#105</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/27646ecba87fe518566db3d6b970574ad8df2490"><code>27646ec</code></a>
Fix tests on Python 3.11 (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/106">#106</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/57226b4fb64a5d9f4788e74fe3799d98fe02026b"><code>57226b4</code></a>
Add <code>frozen_default</code> parameter on
<code>dataclass_transform</code> (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/101">#101</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/0ea104bc37bd8f85246d48c7f6c7642f25771498"><code>0ea104b</code></a>
Expand the pyproject.toml sdist include expression to include
src/_typed_dict...</li>
<li><a
href="https://github.com/python/typing_extensions/commit/93ac93b58f23a2b7e4450cbe8819f5a36d319af7"><code>93ac93b</code></a>
CI: test on Ubuntu-20.04, not Ubuntu-2004 (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/100">#100</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/5f9258d1efd5d8e4900ffc23ba2486240f2a2f35"><code>5f9258d</code></a>
Test on Ubuntu 20.04</li>
<li><a
href="https://github.com/python/typing_extensions/commit/ad3966ddabe9adcbf2e76d88a7cf984fa9cb4237"><code>ad3966d</code></a>
Replace type comments with annotations (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/98">#98</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/typing_extensions/compare/4.4.0...4.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typing-extensions&package-manager=pip&previous-version=4.4.0&new-version=4.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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@35be3c2:

Ensure escape on TOML and requirements is treated as cancel. (microsoft/vscode-python#20739)


--------------------
Commit message for microsoft/vscode-python@5d9bc1e:

Tag Pylance settings properties for GDPR (microsoft/vscode-python#20745)


--------------------
Commit message for microsoft/vscode-python@70716f0:

Add description for `python.experiment` settings values (microsoft/vscode-python#20751)


--------------------
Commit message for microsoft/vscode-python@7b488a9:

Point to Python v3.11 instead of Python v3.10 when opening windows store (microsoft/vscode-python#20742)

Closes microsoft/vscode-python#20736

Lead-authored-by: Karthik Nadig <[email protected]>
Co-authored-by: Courtney Webster <[email protected]>
Co-authored-by: Jonathan Cardoso <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: paulacamargo25 <[email protected]>
Co-authored-by: Pete Farland <[email protected]>
Co-authored-by: Heejae Chang <[email protected]>
Co-authored-by: Luciana Abud <[email protected]>
Co-authored-by: Kartik Raj <[email protected]>
Signed-off-by: GitHub <[email protected]>
wesm pushed a commit to posit-dev/positron that referenced this pull request Mar 28, 2024
Merge pull request #58 from posit-dev/merge-latest

Merge latest upstream
--------------------
Commit message for posit-dev/positron-python@b5cbe4f:

Merge latest upstream

--------------------
Commit message for microsoft/vscode-python@96aa8f8:

Do not deprecate `python.terminal.activateEnvironmentInTerminal` setting along with terminal env var experiment (microsoft/vscode-python#20952)

I initially deprecated this setting as I thought folks only disabled it
because we were sending commands which was annoying.
--------------------
Commit message for microsoft/vscode-python@37a70fd:

Update note on the Jupyter extension in README (microsoft/vscode-python#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.
--------------------
Commit message for microsoft/vscode-python@bc59a7d:

Fix linting in APIs (microsoft/vscode-python#20623)

Fix lint in api.ts
--------------------
Commit message for microsoft/vscode-python@34c54f4:

No longer install the Jupyter extension by default (microsoft/vscode-python#20218)

For microsoft/vscode-python#18073

---------

Co-authored-by: Brett Cannon <[email protected]>
--------------------
Commit message for microsoft/vscode-python@8d8784f:

Fix diagnostic to use "System32" instead of "SystemRoot" (microsoft/vscode-python#20937)

For microsoft/vscode-python#16692
Follow up to microsoft/vscode-python#20927
--------------------
Commit message for microsoft/vscode-python@ef6511e:

Fix telemetry when updating pip (microsoft/vscode-python#20903)

@luabud This PR adds a minor telemetry change to create environment.
There is a new telemetry point indicating pip upgrade.
--------------------
Commit message for microsoft/vscode-python@b208384:

Add diagnostic to validate ComSpec (microsoft/vscode-python#20927)

Closes microsoft/vscode-python#16692
--------------------
Commit message for microsoft/vscode-python@5fd9f97:

Update main to next pre-release (microsoft/vscode-python#20928)


--------------------
Commit message for microsoft/vscode-python@6e31c6a:

Update version of main to release candidate (microsoft/vscode-python#20923)


--------------------
Commit message for microsoft/vscode-python@d809af4:

Use new formatter install prompt on missing formatter (microsoft/vscode-python#20904)


--------------------
Commit message for microsoft/vscode-python@43a21a2:

Remove HTTP Client usage (microsoft/vscode-python#20922)

This is addressing an internal CG issue.
--------------------
Commit message for microsoft/vscode-python@5f9be4e:

Make sure we delay start pylance server (microsoft/vscode-python#20910)

fixes microsoft/vscode-python#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.
--------------------
Commit message for microsoft/vscode-python@be55c97:

Adjust a few strings that mention Python (microsoft/vscode-python#20900)

For microsoft/vscode-python#20899 (+ a few
other strings I thought could use some tweaking too)
--------------------
Commit message for microsoft/vscode-python@61f93c3:

Fix title and placeholder for python selection when using create env command (microsoft/vscode-python#20896)

Closes microsoft/vscode-python#19891


![image](https://user-images.githubusercontent.com/3840081/227031948-de595993-80e1-43a0-8dd8-658848c6b3d5.png)
--------------------
Commit message for microsoft/vscode-python@01e798a:

Share telemetry from core extension. (microsoft/vscode-python#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.
--------------------
Commit message for microsoft/vscode-python@807b9fe:

Add create environment button to `requirements.txt` and `pyproject.toml` files (microsoft/vscode-python#20879)

Closes microsoft/vscode-python#20812
Related microsoft/vscode-python#20133
--------------------
Commit message for microsoft/vscode-python@730df28:

Add GDPR tag to new telemetry property (microsoft/vscode-python#20871)


--------------------
Commit message for microsoft/vscode-python@a6ac385:

Bump webpack from 5.70.0 to 5.76.0 (microsoft/vscode-python#20856)

Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to
5.76.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
<blockquote>
<h2>v5.76.0</h2>
<h2>Bugfixes</h2>
<ul>
<li>Avoid cross-realm object access by <a
href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li>
<li>Improve hash performance via conditional initialization by <a
href="https://github.com/lvivski"><code>@​lvivski</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li>
<li>Serialize <code>generatedCode</code> info to fix bug in asset module
cache restoration by <a
href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a>
in <a
href="https://redirect.github.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li>
<li>Improve performance of <code>hashRegExp</code> lookup by <a
href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a>
in <a
href="https://redirect.github.com/webpack/webpack/pull/16759">webpack/webpack#16759</a></li>
</ul>
<h2>Features</h2>
<ul>
<li>add <code>target</code> to <code>LoaderContext</code> type by <a
href="https://github.com/askoufis"><code>@​askoufis</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16781">webpack/webpack#16781</a></li>
</ul>
<h2>Security</h2>
<ul>
<li><a
href="https://github.com/advisories/GHSA-3rfm-jhwj-7488">CVE-2022-37603</a>
fixed by <a
href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a>
in <a
href="https://redirect.github.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li>
</ul>
<h2>Repo Changes</h2>
<ul>
<li>Fix HTML5 logo in README by <a
href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li>
<li>Replace TypeScript logo in README by <a
href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16613">webpack/webpack#16613</a></li>
<li>Update actions/cache dependencies by <a
href="https://github.com/piwysocki"><code>@​piwysocki</code></a> in <a
href="https://redirect.github.com/webpack/webpack/pull/16493">webpack/webpack#16493</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> made
their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li>
<li><a href="https://github.com/lvivski"><code>@​lvivski</code></a> made
their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li>
<li><a
href="https://github.com/jakebailey"><code>@​jakebailey</code></a> made
their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li>
<li><a
href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li>
<li><a
href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li>
<li><a href="https://github.com/piwysocki"><code>@​piwysocki</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16493">webpack/webpack#16493</a></li>
<li><a href="https://github.com/askoufis"><code>@​askoufis</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/16781">webpack/webpack#16781</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0">https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0</a></p>
<h2>v5.75.0</h2>
<h1>Bugfixes</h1>
<ul>
<li><code>experiments.*</code> normalize to <code>false</code> when
opt-out</li>
<li>avoid <code>NaN%</code></li>
<li>show the correct error when using a conflicting chunk name in
code</li>
<li>HMR code tests existance of <code>window</code> before trying to
access it</li>
<li>fix <code>eval-nosources-*</code> actually exclude sources</li>
<li>fix race condition where no module is returned from processing
module</li>
<li>fix position of standalong semicolon in runtime code</li>
</ul>
<h1>Features</h1>
<ul>
<li>add support for <code>@import</code> to extenal CSS when using
experimental CSS in node</li>
<li>add <code>i64</code> support to the deprecated WASM
implementation</li>
</ul>
<h1>Developer Experience</h1>
<ul>
<li>expose <code>EnableWasmLoadingPlugin</code></li>
<li>add more typings</li>
<li>generate getters instead of readonly properties in typings to allow
overriding them</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/97b1718720c33f1b17302a74c5284b01e02ec001"><code>97b1718</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16781">#16781</a>
from askoufis/loader-context-target-type</li>
<li><a
href="https://github.com/webpack/webpack/commit/b84efe6224b276bf72e4c5e2f4e76acddfaeef07"><code>b84efe6</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16759">#16759</a>
from ryanwilsonperkin/real-content-hash-regex-perf</li>
<li><a
href="https://github.com/webpack/webpack/commit/c98e9e001441b165c7ed4845700839730b505833"><code>c98e9e0</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16493">#16493</a>
from piwysocki/patch-1</li>
<li><a
href="https://github.com/webpack/webpack/commit/5f34acfbc074da6cc09f48944d7f2b4273ffb3f8"><code>5f34acf</code></a>
feat: Add <code>target</code> to <code>LoaderContext</code> type</li>
<li><a
href="https://github.com/webpack/webpack/commit/b7fc4d876deb958d7ee81ecc00a312e39a354a44"><code>b7fc4d8</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16703">#16703</a>
from ryanwilsonperkin/ryanwilsonperkin/fix-16160</li>
<li><a
href="https://github.com/webpack/webpack/commit/63ea82da4d4e4242b6a6285fc937f0684f264fe8"><code>63ea82d</code></a>
Merge branch 'webpack:main' into patch-1</li>
<li><a
href="https://github.com/webpack/webpack/commit/4ba225225b1348c8776ca5b5fe53468519413bc0"><code>4ba2252</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16446">#16446</a>
from akhilgkrishnan/patch-1</li>
<li><a
href="https://github.com/webpack/webpack/commit/1acd6350be3d74d4ac70b64cbbc60f27724b618b"><code>1acd635</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16613">#16613</a>
from jakebailey/ts-logo</li>
<li><a
href="https://github.com/webpack/webpack/commit/302eb37fe19ed7ca60eaf895aca4f9da9dfd7931"><code>302eb37</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16614">#16614</a>
from jakebailey/html5-logo</li>
<li><a
href="https://github.com/webpack/webpack/commit/cfdb1dfe59b33bf7441b8a8e4fc58d75e4f54cee"><code>cfdb1df</code></a>
Improve performance of hashRegExp lookup</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.70.0...v5.76.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~evilebottnawi">evilebottnawi</a>, a new
releaser for webpack since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.70.0&new-version=5.76.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@3269137:

Finalize Python Environment API (microsoft/vscode-python#20868)


--------------------
Commit message for microsoft/vscode-python@00ce6d0:

Update text shown in formatter install prompt (microsoft/vscode-python#20869)


--------------------
Commit message for microsoft/vscode-python@d16568e:

Ensure `resolveEnvironment` API resolves the latest details for conda envs without python (microsoft/vscode-python#20862)

Closes microsoft/vscode-python#20765

Change `resolveEnvironment` API to validate cache for conda envs without
python before using it, it also making sure we fire a update event after
resolving it and adding it to cache.
--------------------
Commit message for microsoft/vscode-python@7ee3f7d:

Show prompt asking user to install formatter extension (microsoft/vscode-python#20861)

For microsoft/vscode-python#19653
--------------------
Commit message for microsoft/vscode-python@b9c4ff7:

Update walkthrough title (microsoft/vscode-python#20857)

For consistency with other language extensions
--------------------
Commit message for microsoft/vscode-python@1668d06:

Made browser to expose pylance api. (microsoft/vscode-python#20847)

This will let pylance to create LS Client on browser
--------------------
Commit message for microsoft/vscode-python@0735876:

Share output channel with pylance (microsoft/vscode-python#20833)

Make sure `pylance` and `jedi` share the same output channel.
--------------------
Commit message for microsoft/vscode-python@2cd2092:

Fixed a bug where pylance not working on interactive window. (microsoft/vscode-python#20831)

https://github.com/microsoft/vscode-python/pull/20816/files#diff-ba59d9ca0a087381d63119a88751fdc7c0aa07e6a10e772d3aefd4c10aa36fcfL47

this should have changed to return `false` rather than deleting since it
would have been always return `false`. deleting effectively made it to
have the same effect as always returning `true`

follow up PR of microsoft/vscode-python#20816
--------------------
Commit message for microsoft/vscode-python@d3dd832:

Expose client creation API for pylance (microsoft/vscode-python#20816)

If new client change is available in pylance, made core extension to use
pylance to do language server lifetime management. and also this PR
removes all old notebook experiences so that it is inline with pylance
(pylance already removed all those when moving client/middleware)
--------------------
Commit message for microsoft/vscode-python@b897300:

Restart reason telemetry event for `pylance` (microsoft/vscode-python#20821)

Closes microsoft/vscode-python#19626
--------------------
Commit message for microsoft/vscode-python@8a80ebe:

Add experiment to implicitly use environment variables for environment activation (microsoft/vscode-python#20651)


--------------------
Commit message for microsoft/vscode-python@7aac96a:

Fix typo with `clientOS` (microsoft/vscode-python#20819)


--------------------
Commit message for microsoft/vscode-python@e9ff78d:

Set clientOS debug option (microsoft/vscode-python#20805)

Closed: microsoft/vscode-python#20407
--------------------
Commit message for microsoft/vscode-python@467823d:

Add option to control if environment is selected after creation (microsoft/vscode-python#20738)

For: microsoft/vscode-python#20270

@DonJayamanne This PR adds a field to the options that should allow you
to skip environment selection.
--------------------
Commit message for microsoft/vscode-python@672d07e:

Do not use `-I` flag in case we're unable to find `encodings` module when validating python (microsoft/vscode-python#20803)

Closes microsoft/vscode-python#20793
--------------------
Commit message for microsoft/vscode-python@2442dfb:

Add logging which could help indicate why `Discovering Python Interpreters...` never finishes (microsoft/vscode-python#20792)

For microsoft/vscode-python#20250
--------------------
Commit message for microsoft/vscode-python@e8303bb:

Fix ability to recognize extensions which access environment API (microsoft/vscode-python#20791)

Follow up from microsoft/vscode-python#20222.

Apparently `setTimeout` changed the stack in such a way that we were
unable to recognize which extension called the API:
```
[DEBUG 2023-2-2 16:21:9.641]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
```
Reverting the change.
--------------------
Commit message for microsoft/vscode-python@ee8e80e:

Improve getting started experience when starting on a fresh macOS (microsoft/vscode-python#20789)

Closes microsoft/vscode-python#20635

- Suggest to install from `python.org` if brew is not available
- Do not suggest irrelevant prompts
--------------------
Commit message for microsoft/vscode-python@16c0437:

Update description of `python.terminal.activateEnvironment` setting (microsoft/vscode-python#20788)


--------------------
Commit message for microsoft/vscode-python@54e37fe:

Update README.md for isort changes (microsoft/vscode-python#20787)

Updating the README to reflect isort not being installed by default
--------------------
Commit message for microsoft/vscode-python@32c10e4:

Add verbose logging for change events fired related to envs (microsoft/vscode-python#20780)

For microsoft/vscode-python#20292
--------------------
Commit message for microsoft/vscode-python@be75eb2:

Ensure both `python` and `pythonPath` are not set when resolving config. (microsoft/vscode-python#20781)

Fixes microsoft/vscode-python#20655
--------------------
Commit message for microsoft/vscode-python@a5005f6:

Ensure picker returns array only if multi-select is enabled (microsoft/vscode-python#20772)

Fixes microsoft/vscode-python#20768
--------------------
Commit message for microsoft/vscode-python@c5e6378:

Update main to next pre-release (microsoft/vscode-python#20764)


--------------------
Commit message for microsoft/vscode-python@7c31a5e:

Updating version for release candidate. (microsoft/vscode-python#20762)


--------------------
Commit message for microsoft/vscode-python@e624eff:

Make sure conda activate is used for micromamba (microsoft/vscode-python#20760)

Closes microsoft/vscode-python#20756
--------------------
Commit message for microsoft/vscode-python@29bee00:

Fix debugger attach to process when running on WSL (microsoft/vscode-python#20741)

Possible fix for microsoft/vscode-python#16921

Closes microsoft/vscode-python#16921

BTW you folks should probably ask GitHub support to eject this repo from
their original repository (so it stops being a fork and has its own
network on GH)
--------------------
Commit message for microsoft/vscode-python@e9dba6c:

Bump typing-extensions from 4.4.0 to 4.5.0 (microsoft/vscode-python#20704)

Bumps [typing-extensions](https://github.com/python/typing_extensions)
from 4.4.0 to 4.5.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md">typing-extensions's
changelog</a>.</em></p>
<blockquote>
<h1>Release 4.5.0 (February 14, 2023)</h1>
<ul>
<li>Runtime support for PEP 702, adding
<code>typing_extensions.deprecated</code>. Patch
by Jelle Zijlstra.</li>
<li>Add better default value for TypeVar <code>default</code> parameter,
PEP 696. Enables
runtime check if <code>None</code> was passed as default. Patch by Marc
Mueller (<a
href="https://github.com/cdce8p"><code>@​cdce8p</code></a>).</li>
<li>The <code>@typing_extensions.override</code> decorator now sets the
<code>.__override__</code>
attribute. Patch by Steven Troxler.</li>
<li>Fix <code>get_type_hints()</code> on cross-module inherited
<code>TypedDict</code> in 3.9 and 3.10.
Patch by Carl Meyer.</li>
<li>Add <code>frozen_default</code> parameter on
<code>dataclass_transform</code>. Patch by Erik De Bonte.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/typing_extensions/commit/8dcd89993c3926d6c704232b9c56160447fa81fe"><code>8dcd899</code></a>
Prepare release 4.5.0 (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/116">#116</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/e81cb8289874d6a6715675d77df88db033824e0d"><code>e81cb82</code></a>
PEP 702: Runtime warnings (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/112">#112</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/1039bb2730e62e9763b8fd1d6a19ddd6bb0b6fe4"><code>1039bb2</code></a>
fix PEP 702 link in the <code>README.md</code> (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/108">#108</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/673e5ceea32f77d90531d4d5e77a7694edba7fba"><code>673e5ce</code></a>
Add <a
href="https://github.com/typing"><code>@​typing</code></a>_extensions.deprecated
(<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/105">#105</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/27646ecba87fe518566db3d6b970574ad8df2490"><code>27646ec</code></a>
Fix tests on Python 3.11 (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/106">#106</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/57226b4fb64a5d9f4788e74fe3799d98fe02026b"><code>57226b4</code></a>
Add <code>frozen_default</code> parameter on
<code>dataclass_transform</code> (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/101">#101</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/0ea104bc37bd8f85246d48c7f6c7642f25771498"><code>0ea104b</code></a>
Expand the pyproject.toml sdist include expression to include
src/_typed_dict...</li>
<li><a
href="https://github.com/python/typing_extensions/commit/93ac93b58f23a2b7e4450cbe8819f5a36d319af7"><code>93ac93b</code></a>
CI: test on Ubuntu-20.04, not Ubuntu-2004 (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/100">#100</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/5f9258d1efd5d8e4900ffc23ba2486240f2a2f35"><code>5f9258d</code></a>
Test on Ubuntu 20.04</li>
<li><a
href="https://github.com/python/typing_extensions/commit/ad3966ddabe9adcbf2e76d88a7cf984fa9cb4237"><code>ad3966d</code></a>
Replace type comments with annotations (<a
href="https://github-redirect.dependabot.com/python/typing_extensions/issues/98">#98</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/typing_extensions/compare/4.4.0...4.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typing-extensions&package-manager=pip&previous-version=4.4.0&new-version=4.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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@35be3c2:

Ensure escape on TOML and requirements is treated as cancel. (microsoft/vscode-python#20739)


--------------------
Commit message for microsoft/vscode-python@5d9bc1e:

Tag Pylance settings properties for GDPR (microsoft/vscode-python#20745)


--------------------
Commit message for microsoft/vscode-python@70716f0:

Add description for `python.experiment` settings values (microsoft/vscode-python#20751)


--------------------
Commit message for microsoft/vscode-python@7b488a9:

Point to Python v3.11 instead of Python v3.10 when opening windows store (microsoft/vscode-python#20742)

Closes microsoft/vscode-python#20736

Lead-authored-by: Karthik Nadig <[email protected]>
Co-authored-by: Courtney Webster <[email protected]>
Co-authored-by: Jonathan Cardoso <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: paulacamargo25 <[email protected]>
Co-authored-by: Pete Farland <[email protected]>
Co-authored-by: Heejae Chang <[email protected]>
Co-authored-by: Luciana Abud <[email protected]>
Co-authored-by: Kartik Raj <[email protected]>
Signed-off-by: GitHub <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality skip package*.json package.json and package-lock.json don't both need updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants