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
Extension version: 2024.18.0
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version: Linux x64 6.8.0-47-generic
Modes:
Remote OS version: Linux x64 6.8.0-47-generic
Python version (& distribution if applicable, e.g. Anaconda): 3.11.10
Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Global
Value of the python.languageServer setting: Default
User Settings
Multiroot scenario, following user settings may not apply:
languageServer: "Pylance"
Installed Extensions
Extension Name
Extension Id
Version
Black Formatter
ms-python.black-formatter
2024.4.0
C/C++
ms-vscode.cpptools
1.22.11
C/C++ Extension Pack
ms-vscode.cpptools-extension-pack
1.3.0
clangd
llvm-vs-code-extensions.vscode-clangd
0.1.29
CMake
twxs.cmake
0.0.17
CMake Tools
ms-vscode.cmake-tools
1.19.52
cpplint
mine.cpplint
0.1.3
Docker
ms-azuretools.vscode-docker
1.29.3
Doxygen Documentation Generator
cschlosser.doxdocgen
1.4.0
Doxygen Documentation Generator - With Parameter Direction
We have written the needed data into your clipboard because it was too large to send. Please paste.
Type: Bug
Behaviour
The refactor --> extract method assumes that methods called within the newly created method should be taken as arguments.
An example:
Selecting the for loop, right clicking, refactor --> extract method yields the following:
The behaviour I would expect would be this:
Steps to reproduce:
Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Python output:
Python language server output:
Extension version: 2024.18.0
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version: Linux x64 6.8.0-47-generic
Modes:
Remote OS version: Linux x64 6.8.0-47-generic
python.languageServer
setting: DefaultUser Settings
Installed Extensions
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: disabled_off
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: