[go: nahoru, domu]

Skip to content

Tags: msujew/vscode-python

Tags

v2023.12.0

Toggle v2023.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updating version for release (microsoft#21569)

Co-authored-by: Anthony Kim <anthonykim@microsoft.com>

v2023.13.11862047

Toggle v2023.13.11862047's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct PATH env var name for non-Windows when applying env var colle…

…ction for microvenv (microsoft#21564)

Closes microsoft#21422

This is likely the cause for:
```
## Extension: ms-python.python
- `PATH=/path/to/my/python/bin:undefined`
```

v2023.11.11841013

Toggle v2023.11.11841013's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix path for pytest Nodes (microsoft#21548)

Fixes microsoft#21540

v2023.11.11811010

Toggle v2023.11.11811010's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to align with sys path appends (microsoft#21547)

changes to align with
microsoft#21546

v2023.11.11802201

Toggle v2023.11.11802201's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rewrite should respect settings.testing.cwd (microsoft#21539)

fixes microsoft#21531

v2023.11.11801006

Toggle v2023.11.11801006's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add GDPR tag to method property (microsoft#21522)

v2023.11.11791005

Toggle v2023.11.11791005's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix filtering with QuickPick (microsoft#21524)

Fixes microsoft#21518

v2023.11.11781018

Toggle v2023.11.11781018's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix bug that caused dup in param test cases (microsoft#21498)

fixes microsoft#21491

v2023.11.11771009

Toggle v2023.11.11771009's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add to payload to allow error parsing on TS (microsoft#21483)

partial fix for microsoft#21476,
make sure error display correctly.


two part fix:
fix "errors" to "error" in unittest payload to align with naming
everywhere else
add "result" and "test" to payload in run and discovery respectively
even on error to havae resultResolver handle correctly.

v2023.11.11741005

Toggle v2023.11.11741005's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add test for import pytest error (microsoft#21472)

fixes microsoft#21470