Skip to content

Fix conda dev versions parsing#1802

Closed
eleanorjboyd wants to merge 235 commits into
DonJayamanne:mainfrom
microsoft:fix-conda-version-parsing
Closed

Fix conda dev versions parsing#1802
eleanorjboyd wants to merge 235 commits into
DonJayamanne:mainfrom
microsoft:fix-conda-version-parsing

Conversation

@eleanorjboyd

Copy link
Copy Markdown
Contributor

No description provided.

Kartik Raj and others added 30 commits July 18, 2022 08:42
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.2.0...4.3.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 1 to 2.
- [Release notes](https://github.com/mheap/github-action-required-labels/releases)
- [Commits](mheap/github-action-required-labels@v1...v2)

---
updated-dependencies:
- dependency-name: mheap/github-action-required-labels
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add dynamic type debugger

* Move dynamic provider to a class

* Fix code

* Add python file debug config

* Fix django config

* Fix instance interface
…es (#19495)

* Ensure install pylance prompt does not show up when starting codespaces

* Add to it extensions.json instead
* Add python-insider and python-public target populations

* Fix tests

* Add comments

* Improve comments
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* More clear error message for invalid debug configuration

* Address linting issues.

Co-authored-by: Scott Shambaugh <scottshambaugh@users.noreply.github.com>
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
* Add dynamic FastAPI debug config

* Improve performance
… the status bar (#19513)

* Added setting to control when interpreter information is displayed in the status bar

* Oops

* Team reviews

* Add feature

* Debounce change notification

* Add test
* Fix color if a valid interpreter is selected

* Oops
* Add get flask path function

* Add flask provider

* Make filter function async
…ized (#19543)

* Set searchLocation for environments as the location of environment folder for rooted envs

* Fix tests

* Modify comment
* Source the conda activation script when using Gitbash

* Fix tests
… installing python (#19582)

* Implement

* Code reviews

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
…in quickpicker (#19579)

* Ensure a refresh is only triggered after all handlers are registered for the quickpick

* Do not show install python item until we're sure no python is installed

* Fix tests
* Look one more level deep the fastaPi file

* Fix Django debug configuration
* Update version, and changelog.

* Pin setuptools.

* move for tighter pinning.

* Force setoptconf
…dow after it finishes (#19599)

* Rename command to clear internal cache and ensure it also reloads window after it finishes

* Add tests
* Adding execution fixes.

* add map of runIDToTestItem for workspaceTestAdapter instance

* update UI accordingly using new execution method

* attempt to fix invalid argument

* fix invalid argument

* add traceback to the message

* attempt to fix runID

* remove import Codetypes

* change runtest pattern to non optional

* remove unnecessary import comments

* add code for unittest execution debugger

* add noop,traceError to solve mergeConflict

* fix malfunctioning execution, skipped and expected failure outcome

* allow cherry pick test runs for efficiency

* add subtest update and directory search

* leave new debugLauncher dormant and try to fix python type

* ignore type for runner.run as in the past

* cleanup execution.py

* typescript side cleanup

* move the runInstance starting up before executing

* remove unnecessary debugLauncher check

* get rid of TypeAlias

* move uuid to header instead of inside payload

* fix python test and look server unittest

* test out timeout

* try adding requestuuid to avoid timeout

* try using rawHeaders.push

* try inserting uuid inside option command

* fix all server.unit.test.ts problem caused by moving uuid to header

* get rid of unused variable warning

* windows python test server

* pass in debuglauncher to new python test server in all of server.unit.test.ts instances

* make debugLauncher non optional on server.ts

* fix unnecessary comments on discovery

* rename requestuuid to request-uuid

* rename parse_unittest_discovery_args and move to utils

* attempt to fix the moduleNotFound for utils

* attempt to fix moduleNotFound2

* rearrange os.path

* undo rearrange os.path

* test that were not found mark as skipped

* fix set subtraction

* remove unnecessary not found which is handled earlier by tailor run and result

* fix broken discovery refresh

* fix warnings regarding unused

* remove unused variable

* fix testData doesnt exist error

* remove unused methods

* comment new unittest
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.2.0 to 63.3.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v63.2.0...v63.3.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
luabud and others added 28 commits January 17, 2023 23:11
`packages` has become `packagesBitArray`
… it (#20526)

Closes #10668

In case of base conda environments, show a prompt to select it instead,
as getting configs is required in that case which can take time.
Removes the telemetryLogger proposal as it is finalized.

Also removes the command activation events as vscode now automatically
generates though so that information is redudant.

Co-authored-by: Brett Cannon <brcan@microsoft.com>
…20572)

No-changelog because this feature is not in stable yet.
New pytest code in a currently inactive state.
… python is installed (#20609)

Fixes #20176

As we're changing IDs we've to ensure the same environment in cache with
older ID is migrated to use the new one, this is already ensured here:
https://github.com/microsoft/vscode-python/blob/32f55109c976e66bf39e8da6aae0c9b6f5115df2/src/client/pythonEnvironments/base/locators/composite/envsCollectionCache.ts#L109
@eleanorjboyd eleanorjboyd marked this pull request as draft February 9, 2023 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.