-
Notifications
You must be signed in to change notification settings - Fork 855
Open
Labels
ai-triage-respondedIndicate whether the AI triage agent has responded to this issue.Indicate whether the AI triage agent has responded to this issue.team needs to reproduceIssue has not been reproduced yetIssue has not been reproduced yetwaiting for user responseRequires more information from userRequires more information from user
Description
Environment data
- Pylance version: 2025.7.1
- OS and version: Version: Windows_NT x64 10.0.2263, 1.102.2
- Python version (& distribution if applicable, e.g. Anaconda): 3.9.5
Code Snippet
class Person:
def __init__(self, name, age):
self.name = name
self.age = age
def greet(self):
print(f"Hello, my name is {self.name} and I am {self.age} years old.")
Repro Steps
- create this simple class and try to refactor it
Expected behavior
refactor option of move symbol to...
should pop-up
Actual behavior
only the github-copilot options had pop-up, no refactor option was available
Logs
2025-07-27 12:21:55.002 [info] (22172) Pylance language server 2025.7.1 (pyright version 1.1.403, commit 8b02aa84) starting
2025-07-27 12:21:55.045 [info] (22172) Starting service instance "vscode_projects" for workspace "c:\Users\itamarka\vscode_projects"
2025-07-27 12:21:55.230 [info] (22172) Starting Mcp server id:3001 ...
2025-07-27 12:21:55.308 [info] (22172) No configuration file found.
2025-07-27 12:21:55.309 [info] (22172) No pyproject.toml file found.
2025-07-27 12:21:55.309 [info] (22172) Setting environmentName for service "vscode_projects": "3.9.5 (global)"
2025-07-27 12:21:55.310 [info] (22172) Setting pythonPath for service "vscode_projects": "C:\Users\itamarka\AppData\Local\Programs\Python\Python39\python.exe"
2025-07-27 12:21:55.311 [info] (22172) No include entries specified; assuming c:\Users\itamarka\vscode_projects
2025-07-27 12:21:55.650 [info] (22172) Assuming Python version 3.9.5.final.0
2025-07-27 12:21:55.652 [info] (22172) Assuming Python platform Windows
2025-07-27 12:21:55.998 [info] (22172) Execution environment: 3.9.5 (global)
2025-07-27 12:21:55.998 [info] (22172) Extra paths:
2025-07-27 12:21:55.998 [info] (22172) (none)
2025-07-27 12:21:55.999 [info] (22172) Python version: 3.9.5.final.0
2025-07-27 12:21:55.999 [info] (22172) Python platform: Windows
2025-07-27 12:21:55.999 [info] (22172) Search paths:
2025-07-27 12:21:56.000 [info] (22172) c:\Users\itamarka\.vscode\extensions\ms-python.vscode-pylance-2025.7.1\dist\typeshed-fallback\stdlib
2025-07-27 12:21:56.000 [info] (22172) c:\Users\itamarka\vscode_projects
2025-07-27 12:21:56.000 [info] (22172) c:\Users\itamarka\vscode_projects\typings
2025-07-27 12:21:56.000 [info] (22172) c:\Users\itamarka\.vscode\extensions\ms-python.vscode-pylance-2025.7.1\dist\typeshed-fallback\stubs\...
2025-07-27 12:21:56.001 [info] (22172) c:\Users\itamarka\.vscode\extensions\ms-python.vscode-pylance-2025.7.1\dist\bundled\stubs
2025-07-27 12:21:56.001 [info] (22172) c:\Users\itamarka\AppData\Local\Programs\Python\Python39\DLLs
2025-07-27 12:21:56.002 [info] (22172) c:\Users\itamarka\AppData\Local\Programs\Python\Python39\Lib
2025-07-27 12:21:56.003 [info] (22172) c:\Users\itamarka\AppData\Local\Programs\Python\Python39
2025-07-27 12:21:56.003 [info] (22172) c:\Users\itamarka\AppData\Local\Programs\Python\Python39\Lib\site-packages
2025-07-27 12:21:56.003 [info] (22172) Adding fs watcher for library directories:
file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib
file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39
2025-07-27 12:21:56.003 [info] (22172) Adding fs watcher for directories:
file:///c%3A/Users/itamarka/vscode_projects
2025-07-27 12:21:56.004 [info] (22172) Searching for source files
2025-07-27 12:21:56.004 [info] (22172) No source files found.
2025-07-27 12:21:56.004 [info] (22172) Adding fs watcher for files:
file:///c%3A/Users/itamarka/vscode_projects/requirements.txt
file:///c%3A/Users/itamarka/vscode_projects/pyproject.toml
2025-07-27 12:21:56.011 [info] (22172) Settings have not changed. Skipping update.
2025-07-27 12:21:56.090 [info] (22172) [IDX(FG)] index libraries file:///c%3A/Users/itamarka/vscode_projects (index) ...
2025-07-27 12:21:56.096 [info] (22172) [IDX(FG)] read stdlib indices (71ms)
2025-07-27 12:21:56.098 [info] (22172) [IDX(FG)] index libraries file:///c%3A/Users/itamarka/vscode_projects (index) [succeed] (78ms)
2025-07-27 12:21:56.172 [info] (22172) Attempting to resolve using local imports: __builtins__
2025-07-27 12:21:56.183 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/vscode_projects/test.py (76ms)
2025-07-27 12:21:56.279 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 1ms] (103ms)
2025-07-27 12:21:56.319 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/builtins.pyi (37ms)
2025-07-27 12:21:56.323 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/vscode_projects/test.py (3ms)
2025-07-27 12:21:56.342 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/vscode_projects/test.py (1ms)
2025-07-27 12:21:56.372 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 2ms] (32ms)
2025-07-27 12:21:56.395 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/builtins.pyi (22ms)
2025-07-27 12:21:56.400 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/vscode_projects/test.py (0ms)
2025-07-27 12:21:56.401 [info] (22172) BG: Priority queue background worker(2) root directory: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist
2025-07-27 12:21:56.401 [info] (22172) BG: Priority queue background worker(2) started
2025-07-27 12:21:56.495 [info] (22172) BG: Task background runner(1) root directory: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist
2025-07-27 12:21:56.498 [info] (22172) BG: Task background runner(1) started
2025-07-27 12:23:36.330 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/types.pyi [fs read 1ms] (8ms)
2025-07-27 12:23:36.334 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/types.pyi (4ms)
2025-07-27 12:23:36.358 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/typing.pyi [fs read 1ms] (21ms)
2025-07-27 12:23:36.359 [info] (22172) Could not import 'annotationlib' in file 'c:\Users\itamarka\.vscode\extensions\ms-python.vscode-pylance-2025.7.1\dist\typeshed-fallback\stdlib\typing.pyi'
2025-07-27 12:23:36.360 [info] (22172) Looking in stubPath 'file:///c%3A/Users/itamarka/vscode_projects/typings'
2025-07-27 12:23:36.361 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/vscode_projects/typings'
2025-07-27 12:23:36.362 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/vscode_projects/typings'
2025-07-27 12:23:36.363 [info] (22172) Looking in root directory of execution environment 'file:///c%3A/Users/itamarka/vscode_projects'
2025-07-27 12:23:36.364 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/vscode_projects'
2025-07-27 12:23:36.365 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/vscode_projects'
2025-07-27 12:23:36.365 [info] (22172) Looking for typeshed stdlib path
2025-07-27 12:23:36.366 [info] (22172) Looking for typeshed stdlib path
2025-07-27 12:23:36.366 [info] (22172) Typeshed path not found
2025-07-27 12:23:36.367 [info] (22172) Finding python search paths
2025-07-27 12:23:36.367 [info] (22172) Executing interpreter: 'c:\Users\itamarka\AppData\Local\Programs\Python\Python39\python.exe'
2025-07-27 12:23:36.368 [info] (22172) Skipping 'c:\Users\itamarka\AppData\Local\Programs\Python\Python39\python39.zip' because it is not a valid directory
2025-07-27 12:23:36.368 [info] (22172) Received 4 paths from interpreter
2025-07-27 12:23:36.369 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs
2025-07-27 12:23:36.369 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/lib
2025-07-27 12:23:36.370 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39
2025-07-27 12:23:36.371 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/lib/site-packages
2025-07-27 12:23:36.371 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs'
2025-07-27 12:23:36.372 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs'
2025-07-27 12:23:36.372 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs'
2025-07-27 12:23:36.373 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib'
2025-07-27 12:23:36.373 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib'
2025-07-27 12:23:36.374 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib'
2025-07-27 12:23:36.374 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39'
2025-07-27 12:23:36.374 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39'
2025-07-27 12:23:36.375 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39'
2025-07-27 12:23:36.375 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib/site-packages'
2025-07-27 12:23:36.375 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib/site-packages'
2025-07-27 12:23:36.376 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib/site-packages'
2025-07-27 12:23:36.377 [info] (22172) Looking in bundled stubs path 'file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/bundled/stubs'
2025-07-27 12:23:36.377 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/bundled/stubs'
2025-07-27 12:23:36.378 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/bundled/stubs'
2025-07-27 12:23:36.378 [info] (22172) Looking for typeshed third-party path
2025-07-27 12:23:36.379 [info] (22172) Looking for typeshed stubs path
2025-07-27 12:23:36.379 [info] (22172) Typeshed path not found
2025-07-27 12:23:36.380 [info] (22172) Could not import 'annotationlib' in file 'c:\Users\itamarka\.vscode\extensions\ms-python.vscode-pylance-2025.7.1\dist\typeshed-fallback\stdlib\typing.pyi'
2025-07-27 12:23:36.380 [info] (22172) Looking in stubPath 'file:///c%3A/Users/itamarka/vscode_projects/typings'
2025-07-27 12:23:36.381 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/vscode_projects/typings'
2025-07-27 12:23:36.381 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/vscode_projects/typings'
2025-07-27 12:23:36.382 [info] (22172) Looking in root directory of execution environment 'file:///c%3A/Users/itamarka/vscode_projects'
2025-07-27 12:23:36.382 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/vscode_projects'
2025-07-27 12:23:36.382 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/vscode_projects'
2025-07-27 12:23:36.383 [info] (22172) Looking for typeshed stdlib path
2025-07-27 12:23:36.383 [info] (22172) Looking for typeshed stdlib path
2025-07-27 12:23:36.383 [info] (22172) Typeshed path not found
2025-07-27 12:23:36.383 [info] (22172) Finding python search paths
2025-07-27 12:23:36.383 [info] (22172) Executing interpreter: 'c:\Users\itamarka\AppData\Local\Programs\Python\Python39\python.exe'
2025-07-27 12:23:36.384 [info] (22172) Skipping 'c:\Users\itamarka\AppData\Local\Programs\Python\Python39\python39.zip' because it is not a valid directory
2025-07-27 12:23:36.384 [info] (22172) Received 4 paths from interpreter
2025-07-27 12:23:36.384 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs
2025-07-27 12:23:36.385 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/lib
2025-07-27 12:23:36.385 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39
2025-07-27 12:23:36.385 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/lib/site-packages
2025-07-27 12:23:36.385 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs'
2025-07-27 12:23:36.385 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs'
2025-07-27 12:23:36.386 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs'
2025-07-27 12:23:36.387 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib'
2025-07-27 12:23:36.387 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib'
2025-07-27 12:23:36.387 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib'
2025-07-27 12:23:36.388 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39'
2025-07-27 12:23:36.388 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39'
2025-07-27 12:23:36.388 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39'
2025-07-27 12:23:36.388 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib/site-packages'
2025-07-27 12:23:36.388 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib/site-packages'
2025-07-27 12:23:36.389 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib/site-packages'
2025-07-27 12:23:36.389 [info] (22172) Looking in bundled stubs path 'file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/bundled/stubs'
2025-07-27 12:23:36.390 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/bundled/stubs'
2025-07-27 12:23:36.390 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/bundled/stubs'
2025-07-27 12:23:36.390 [info] (22172) Looking for typeshed third-party path
2025-07-27 12:23:36.391 [info] (22172) Looking for typeshed stubs path
2025-07-27 12:23:36.391 [info] (22172) Typeshed path not found
2025-07-27 12:23:36.391 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/typing.pyi (14ms)
2025-07-27 12:23:36.592 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi [fs read 1ms] (9ms)
2025-07-27 12:23:36.593 [info] (22172) Could not import 'annotationlib' in file 'c:\Users\itamarka\.vscode\extensions\ms-python.vscode-pylance-2025.7.1\dist\typeshed-fallback\stdlib\_typeshed\__init__.pyi'
2025-07-27 12:23:36.593 [info] (22172) Looking in stubPath 'file:///c%3A/Users/itamarka/vscode_projects/typings'
2025-07-27 12:23:36.594 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/vscode_projects/typings'
2025-07-27 12:23:36.595 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/vscode_projects/typings'
2025-07-27 12:23:36.596 [info] (22172) Looking in root directory of execution environment 'file:///c%3A/Users/itamarka/vscode_projects'
2025-07-27 12:23:36.597 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/vscode_projects'
2025-07-27 12:23:36.598 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/vscode_projects'
2025-07-27 12:23:36.599 [info] (22172) Looking for typeshed stdlib path
2025-07-27 12:23:36.599 [info] (22172) Looking for typeshed stdlib path
2025-07-27 12:23:36.600 [info] (22172) Typeshed path not found
2025-07-27 12:23:36.601 [info] (22172) Finding python search paths
2025-07-27 12:23:36.601 [info] (22172) Executing interpreter: 'c:\Users\itamarka\AppData\Local\Programs\Python\Python39\python.exe'
2025-07-27 12:23:36.602 [info] (22172) Skipping 'c:\Users\itamarka\AppData\Local\Programs\Python\Python39\python39.zip' because it is not a valid directory
2025-07-27 12:23:36.603 [info] (22172) Received 4 paths from interpreter
2025-07-27 12:23:36.603 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs
2025-07-27 12:23:36.604 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/lib
2025-07-27 12:23:36.605 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39
2025-07-27 12:23:36.606 [info] (22172) file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/lib/site-packages
2025-07-27 12:23:36.607 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs'
2025-07-27 12:23:36.608 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs'
2025-07-27 12:23:36.612 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/DLLs'
2025-07-27 12:23:36.613 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib'
2025-07-27 12:23:36.614 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib'
2025-07-27 12:23:36.615 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib'
2025-07-27 12:23:36.615 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39'
2025-07-27 12:23:36.616 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39'
2025-07-27 12:23:36.616 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39'
2025-07-27 12:23:36.617 [info] (22172) Looking in python search path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib/site-packages'
2025-07-27 12:23:36.618 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib/site-packages'
2025-07-27 12:23:36.618 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/AppData/Local/Programs/Python/Python39/Lib/site-packages'
2025-07-27 12:23:36.619 [info] (22172) Looking in bundled stubs path 'file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/bundled/stubs'
2025-07-27 12:23:36.620 [info] (22172) Attempting to resolve stub package using root path 'file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/bundled/stubs'
2025-07-27 12:23:36.620 [info] (22172) Attempting to resolve using root path 'file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/bundled/stubs'
2025-07-27 12:23:36.621 [info] (22172) Looking for typeshed third-party path
2025-07-27 12:23:36.621 [info] (22172) Looking for typeshed stubs path
2025-07-27 12:23:36.622 [info] (22172) Typeshed path not found
2025-07-27 12:23:36.623 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi (6ms)
2025-07-27 12:23:36.625 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/abc.pyi [fs read 1ms] (3ms)
2025-07-27 12:23:36.627 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/abc.pyi (3ms)
2025-07-27 12:23:36.636 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/_typeshed/_type_checker_internals.pyi [fs read 1ms] (3ms)
2025-07-27 12:23:36.638 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/_typeshed/_type_checker_internals.pyi (2ms)
2025-07-27 12:23:36.639 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/collections/abc.pyi [fs read 1ms] (1ms)
2025-07-27 12:23:36.645 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/collections/abc.pyi ...
2025-07-27 12:23:36.647 [info] (22172) [FG] parsing: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/_collections_abc.pyi [fs read 1ms] (4ms)
2025-07-27 12:23:36.648 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/_collections_abc.pyi (3ms)
2025-07-27 12:23:36.649 [info] (22172) [FG] binding: file:///c%3A/Users/itamarka/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/typeshed-fallback/stdlib/collections/abc.pyi (9ms)
2025-07-27 12:23:36.653 [info] (22172) Attempting to resolve using local imports: string.templatelib
Metadata
Metadata
Assignees
Labels
ai-triage-respondedIndicate whether the AI triage agent has responded to this issue.Indicate whether the AI triage agent has responded to this issue.team needs to reproduceIssue has not been reproduced yetIssue has not been reproduced yetwaiting for user responseRequires more information from userRequires more information from user