You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Having this same issue; Looking at the Python environments output, the script gets a list of outdated packages in a Json format, but then the next command it runs is trying to update the packages by only the version number IE: "./.venv/bin/python -m pip install -U 2.16.0 3.5.2 1.35.4 1.35.4 1.17.0 1.8.5 3.8 8.1.5 4.2.4 3.0.13". It looks like tools/pip.ts utilizes 'outdatedPackages?.values()', however the code for getOutdatedPipPackages puts the package names into the keys: 'map.set(pkg.name, pkg.latest_version))'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Type: Bug
Behaviour
Expected vs. Actual
Expected: After activating the Update All Packages function the extension updates all packages with available updates.
Actual: Extension refreshes packages list but does not update any packages,
Steps to reproduce:
Diagnostic data
python.languageServer
setting: DefaultUser Settings
Extension version: 1.2.4
VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:48:05.904Z)
OS version: Windows_NT x64 10.0.22621
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: