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
Fast to save a file with 'formatOnSave' set to true inside a dev container
Actual:
takes ~6 seconds to sort imports and then format code
Note: that it seems to be fast outside of a dev container
Note: This seems to have regressed with build 2022.01786462952. The build before it, 2021.12.1559732655 does not have this issue. The latest build, 2022.0.1814523869, still has this issue.
Steps to reproduce:
Create a Dockerfile that:
Installs an editable poetry package
Here is the list of dev dependencies in pyproject.toml:
Extension version: 2022.0.1814523869
VS Code version: Code 1.64.1 (d6ee99e4c045a6716e5c653d7da8e9ae6f5a8b03, 2022-02-07T17:26:08.977Z)
OS version: Darwin x64 20.6.0
Restricted Mode: No
Remote OS version: Linux x64 5.10.76-linuxkit
System Info
Item
Value
CPUs
Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz (16 x 2400)
@alkatar21 This is not an issue with the extension. The perf issues are due conda run itself being slow. That said if you want to tryout the prototype, we have you can find it here psf/black#2883, hhatto/autopep8#624
Issue Type: Bug
Behaviour
Expected vs. Actual
Expected:
Actual:
2022.01786462952
. The build before it,2021.12.1559732655
does not have this issue. The latest build, 2022.0.1814523869, still has this issue.Steps to reproduce:
pyproject.toml
:Diagnostic data
python.languageServer
setting: DefaultUser Settings
Extension version: 2022.0.1814523869
VS Code version: Code 1.64.1 (d6ee99e4c045a6716e5c653d7da8e9ae6f5a8b03, 2022-02-07T17:26:08.977Z)
OS version: Darwin x64 20.6.0
Restricted Mode: No
Remote OS version: Linux x64 5.10.76-linuxkit
System Info
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: