Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pylance (>=2024.10) does not highlight syntax after using 'Go to Definition' from Jupyter Notebook #6972

Open
imadjarov-quantinuum opened this issue Feb 22, 2025 · 2 comments
Assignees
Labels
needs repro Issue has not been reproduced yet

Comments

@imadjarov-quantinuum
Copy link

imadjarov-quantinuum commented Feb 22, 2025

Environment data

  • Pylance version: 2025.2.1 (issue occurs on every version >=2024.10, does not occur on <=2024.9.2)
  • OS and version: Windows 10
  • Python version (& distribution if applicable, e.g. Anaconda): 3.8 or 3.10
  • Jupyter extension version: 2024.11.0

Code Snippet

import math  # In a Jupyter Notebook

E.g. Right-click and Go to Definition on math

Repro Steps

  1. Open a Jupyter notebook
  2. Type something that has a Go to Definition option, such as import math
  3. Right click on math and click Go to Definition
  4. Observe that Pylance does not highlight the syntax in math.pyi
  5. Note that if you now close math.pyi, create a new file test.py, type import math into it, then do Go to Definition from that file, syntax will be highlighted in math.pyi as expected.

Expected behavior

Pylance should highlight syntax in the file that was opened via Go to Definition from a Jupyter notebook.

Actual behavior

Pylance does not highlight syntax in the file that was opened via Go to Definition from a Jupyter notebook.

Logs

2025-02-21 19:31:52.288 [info] Experiment 'pythonRecommendTensorboardExt' is active
2025-02-21 19:31:52.288 [info] Experiment 'pythonSurveyNotificationcf' is active
2025-02-21 19:31:52.288 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2025-02-21 19:31:52.288 [info] Experiment 'pythonTestAdapter' is active
2025-02-21 19:31:52.288 [info] Native locator: Refresh started
2025-02-21 19:31:52.307 [info] > conda info --json
2025-02-21 19:31:52.356 [info] Native locator: Refresh finished in 597 ms
2025-02-21 19:31:52.364 [info] Python interpreter path: ~\Desktop\Code\venvs\hqseenv\Scripts\python.exe
2025-02-21 19:31:53.735 [info] Starting Pylance language server.
2025-02-21 19:31:54.530 [info] Native locator: Refresh started
2025-02-21 19:31:54.535 [info] Native locator: Refresh started
2025-02-21 19:31:54.719 [info] Native locator: Refresh finished in 191 ms
2025-02-21 19:32:45.960 [info] Native locator: Refresh started
2025-02-21 19:32:46.132 [info] Native locator: Refresh finished in 172 ms
@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Feb 22, 2025
@heejaechang
Copy link
Contributor

Can you provide us some logs as described in the troubleshooting guide?

@imadjarov-quantinuum
Copy link
Author

imadjarov-quantinuum commented Feb 27, 2025

Yes, thanks for pointing me to that tutorial, here it is. This is me opening VS Code, opening a new Jupyter notebook, choosing a kernel (freshly minted using python venv), typing import math and then right clicking Go to Definition on math. No syntax highlighting occurs.

Logs

2025-02-27 14:58:19.380 [info] (Client) Pylance async client (2025.2.1) started with python extension (2025.0.0)
2025-02-27 14:58:20.134 [info] [Info  - 2:58:20 PM] (21684) Server root directory: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist
2025-02-27 14:58:20.135 [info] [Info  - 2:58:20 PM] (21684) Pylance language server 2025.2.1 (pyright version 1.1.393, commit 3763156f) starting
2025-02-27 14:58:20.165 [info] [Info  - 2:58:20 PM] (21684) Starting service instance "<default>"
2025-02-27 14:58:20.187 [info] (21684) No pyproject.toml file found.
2025-02-27 14:58:20.188 [info] [Info  - 2:58:20 PM] (21684) Setting environmentName for service "<default>": "3.8.10 (testenv venv)"
2025-02-27 14:58:20.188 [info] [Info  - 2:58:20 PM] (21684) Setting pythonPath for service "<default>": "c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist"
2025-02-27 14:58:20.189 [info] [Info  - 2:58:20 PM] (21684) No include entries specified; assuming \<default workspace root>
2025-02-27 14:58:20.189 [info] [Info  - 2:58:20 PM] (21684) Auto-excluding **/node_modules
2025-02-27 14:58:20.190 [info] [Info  - 2:58:20 PM] (21684) Auto-excluding **/__pycache__
2025-02-27 14:58:20.190 [info] [Info  - 2:58:20 PM] (21684) Auto-excluding **/.*
2025-02-27 14:58:20.193 [info] (21684) Assuming Python platform Windows
2025-02-27 14:58:20.275 [info] [Info  - 2:58:20 PM] (21684) Execution environment: 3.8.10 (testenv venv)
2025-02-27 14:58:20.275 [info] [Info  - 2:58:20 PM] (21684)   Extra paths:
2025-02-27 14:58:20.275 [info] [Info  - 2:58:20 PM] (21684)     (none)
2025-02-27 14:58:20.275 [info] [Info  - 2:58:20 PM] (21684)   Python version: 3.13
2025-02-27 14:58:20.276 [info] [Info  - 2:58:20 PM] (21684)   Python platform: Windows
2025-02-27 14:58:20.276 [info] [Info  - 2:58:20 PM] (21684)   Search paths:
2025-02-27 14:58:20.276 [info] [Info  - 2:58:20 PM] (21684)     c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist\typeshed-fallback\stdlib
2025-02-27 14:58:20.277 [info] [Info  - 2:58:20 PM] (21684)     \<default workspace root>
2025-02-27 14:58:20.277 [info] [Info  - 2:58:20 PM] (21684)     \<default workspace root>\typings
2025-02-27 14:58:20.277 [info] [Info  - 2:58:20 PM] (21684)     c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist\typeshed-fallback\stubs\...
2025-02-27 14:58:20.277 [info] [Info  - 2:58:20 PM] (21684)     c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist\bundled\stubs
2025-02-27 14:58:20.278 [info] [Info  - 2:58:20 PM] (21684) Adding fs watcher for directories:
 file:///%3Cdefault%20workspace%20root%3E
2025-02-27 14:58:20.278 [info] (21684) Searching for source files
2025-02-27 14:58:20.278 [info] [Error - 2:58:20 PM] (21684) File or directory "\<default workspace root>" does not exist.
2025-02-27 14:58:20.278 [info] [Info  - 2:58:20 PM] (21684) No source files found.
2025-02-27 14:58:20.279 [info] (21684) Adding fs watcher for files:
 file:///%3Cdefault%20workspace%20root%3E/requirements.txt
file:///%3Cdefault%20workspace%20root%3E/pyproject.toml
2025-02-27 14:58:20.280 [info] (21684) pytest configurations: {"message":"script","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:58:20.314 [info] (21684) [IDX(FG)] index libraries file:///%3Cdefault%20workspace%20root%3E (index) ...
2025-02-27 14:58:20.314 [info] (21684) [IDX(FG)]   read stdlib indices (20ms)
2025-02-27 14:58:20.315 [info] (21684) [IDX(FG)] index libraries file:///%3Cdefault%20workspace%20root%3E (index) [succeed] (21ms)
2025-02-27 14:58:20.316 [info] (21684) pytest configurations: {"message":"spawn c:\\Users\\ivaylo.madjarov\\.vscode\\extensions\\ms-python.vscode-pylance-2025.2.1\\dist ENOENT","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:58:20.408 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (31ms)
2025-02-27 14:58:20.412 [info] (21684) [FG] parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (3ms)
2025-02-27 14:58:20.412 [info] [Info  - 2:58:20 PM] (21684) Could not resolve source for 'IPython.display' in file 'untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell'
2025-02-27 14:58:20.412 [info] [Info  - 2:58:20 PM] (21684)   Looking in root directory of execution environment 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:58:20.413 [info] [Info  - 2:58:20 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:58:20.413 [info] [Info  - 2:58:20 PM] (21684)   Finding python search paths
2025-02-27 14:58:20.413 [info] [Info  - 2:58:20 PM] (21684)   Executing interpreter: 'c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist'
2025-02-27 14:58:20.413 [info] [Info  - 2:58:20 PM] (21684)   Received 0 paths from interpreter
2025-02-27 14:58:20.413 [info] [Info  - 2:58:20 PM] (21684)   No python interpreter search path
2025-02-27 14:58:20.477 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 1ms] (65ms)
2025-02-27 14:58:20.525 [info] (21684) [FG] binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/builtins.pyi (45ms)
2025-02-27 14:58:20.528 [info] (21684) [FG] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:58:20.528 [info] (21684) [FG]   parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi [fs read 0ms] (2ms)
2025-02-27 14:58:20.532 [info] (21684) [FG]   binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi ...
2025-02-27 14:58:20.533 [info] (21684) [FG]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display_functions.pyi [fs read 1ms] (4ms)
2025-02-27 14:58:20.534 [info] (21684) [FG]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display_functions.pyi (1ms)
2025-02-27 14:58:20.538 [info] (21684) [FG]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/lib/display.pyi [fs read 1ms] (3ms)
2025-02-27 14:58:20.538 [info] (21684) [FG]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/lib/display.pyi (1ms)
2025-02-27 14:58:20.539 [info] (21684) [FG]   binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi (10ms)
2025-02-27 14:58:20.539 [info] (21684) [FG] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (14ms)
2025-02-27 14:58:20.539 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:58:20.817 [info] [Info  - 2:58:20 PM] (21684) Background analysis(1) root directory: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist
2025-02-27 14:58:20.820 [info] [Info  - 2:58:20 PM] (21684) Background analysis(1) started
2025-02-27 14:58:20.898 [info] (21684) pytest configurations: {"message":"request cancelled","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:58:20.898 [info] (21684) pytest configurations: {"message":"spawn c:\\Users\\ivaylo.madjarov\\.vscode\\extensions\\ms-python.vscode-pylance-2025.2.1\\dist ENOENT","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:58:20.959 [info] (21684) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:58:20.959 [info] (21684) [BG(1)]   parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (59ms)
2025-02-27 14:58:20.959 [info] [Info  - 2:58:20 PM] (21684) Could not resolve source for 'IPython.display' in file 'untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell'
2025-02-27 14:58:20.960 [info] [Info  - 2:58:20 PM] (21684)   Looking in root directory of execution environment 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:58:20.960 [info] [Info  - 2:58:20 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:58:20.960 [info] [Info  - 2:58:20 PM] (21684)   Finding python search paths
2025-02-27 14:58:20.960 [info] [Info  - 2:58:20 PM] (21684)   Executing interpreter: 'c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist'
2025-02-27 14:58:20.960 [info] [Info  - 2:58:20 PM] (21684)   Received 0 paths from interpreter
2025-02-27 14:58:20.961 [info] [Info  - 2:58:20 PM] (21684)   No python interpreter search path
2025-02-27 14:58:21.015 [info] (21684) [BG(1)]   parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 1ms] (54ms)
2025-02-27 14:58:21.042 [info] (21684) [BG(1)]   binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/builtins.pyi (25ms)
2025-02-27 14:58:21.044 [info] (21684) [BG(1)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:58:21.045 [info] (21684) [BG(1)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi [fs read 0ms] (2ms)
2025-02-27 14:58:21.049 [info] (21684) [BG(1)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi ...
2025-02-27 14:58:21.050 [info] (21684) [BG(1)]       parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display_functions.pyi [fs read 1ms] (5ms)
2025-02-27 14:58:21.051 [info] (21684) [BG(1)]       binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display_functions.pyi (2ms)
2025-02-27 14:58:21.055 [info] (21684) [BG(1)]       parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/lib/display.pyi [fs read 1ms] (3ms)
2025-02-27 14:58:21.056 [info] (21684) [BG(1)]       binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/lib/display.pyi (1ms)
2025-02-27 14:58:21.057 [info] (21684) [BG(1)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi (12ms)
2025-02-27 14:58:21.058 [info] (21684) [BG(1)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (15ms)
2025-02-27 14:58:21.058 [info] (21684) [BG(1)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:58:21.058 [info] (21684) [BG(1)]     parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:58:21.058 [info] (21684) [BG(1)]     binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:58:21.079 [info] (21684) [BG(1)]     checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (20ms)
2025-02-27 14:58:21.079 [info] (21684) [BG(1)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (21ms)
2025-02-27 14:58:21.096 [info] (21684) [BG(1)]   checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:58:21.096 [info] (21684) [BG(1)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/typing.pyi [fs read 1ms] (12ms)
2025-02-27 14:58:21.108 [info] (21684) [BG(1)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/typing.pyi (12ms)
2025-02-27 14:58:21.126 [info] (21684) [BG(1)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/types.pyi [fs read 0ms] (7ms)
2025-02-27 14:58:21.130 [info] (21684) [BG(1)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/types.pyi (4ms)
2025-02-27 14:58:21.138 [info] (21684) [BG(1)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi [fs read 1ms] (5ms)
2025-02-27 14:58:21.140 [info] (21684) [BG(1)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi (2ms)
2025-02-27 14:58:21.146 [info] (21684) [BG(1)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/abc.pyi [fs read 1ms] (2ms)
2025-02-27 14:58:21.147 [info] (21684) [BG(1)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/abc.pyi (1ms)
2025-02-27 14:58:21.153 [info] (21684) [BG(1)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display.pyi [fs read 1ms] (3ms)
2025-02-27 14:58:21.154 [info] (21684) [BG(1)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display.pyi (1ms)
2025-02-27 14:58:21.156 [info] (21684) [BG(1)]   checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (76ms)
2025-02-27 14:58:21.156 [info] (21684) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (256ms)
2025-02-27 14:58:21.159 [info] (21684) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:58:21.160 [info] (21684) [BG(1)] SemanticTokens range 0:0 - 0:0 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:58:21.166 [info] (21684) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:43.351 [info] (Client) Jupyter provided interpreter path override: c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Scripts\python.exe
2025-02-27 14:59:43.477 [info] [Info  - 2:59:43 PM] (21684) Starting service instance "<default>"
2025-02-27 14:59:43.478 [info] (21684) WorkspaceFactory 0 add <default>:file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Scripts/python.exe
2025-02-27 14:59:43.497 [info] (21684) Server settings returned for workspace: undefined: {
  "autoSearchPaths": true,
  "disableLanguageServices": false,
  "openFilesOnly": true,
  "useLibraryCodeForTypes": true,
  "watchForSourceChanges": true,
  "watchForLibraryChanges": true,
  "watchForConfigChanges": true,
  "typeCheckingMode": "off",
  "diagnosticSeverityOverrides": {
    "reportShadowedImports": "warning"
  },
  "diagnosticBooleanOverrides": {
    "strictListInference": false,
    "strictDictionaryInference": false,
    "strictSetInference": false,
    "analyzeUnannotatedFunctions": true,
    "strictParameterNoneValue": true,
    "enableTypeIgnoreComments": true,
    "deprecateTypingAliases": false,
    "enableReachabilityAnalysis": false,
    "enableExperimentalFeatures": false,
    "disableBytesTypePromotions": false
  },
  "logLevel": "log",
  "autoImportCompletions": false,
  "indexing": false,
  "completeFunctionParens": false,
  "enableExtractCodeAction": true,
  "indexOptions": {
    "packageDepths": [
      [
        "sklearn",
        2,
        false
      ],
      [
        "matplotlib",
        2,
        false
      ],
      [
        "scipy",
        2,
        false
      ],
      [
        "django",
        2,
        false
      ],
      [
        "flask",
        2,
        false
      ],
      [
        "fastapi",
        2,
        false
      ]
    ],
    "regenerateStdLibIndices": false,
    "includeAliasesFromUserFiles": false,
    "userFileIndexingLimit": 2000
  },
  "variableInlayTypeHints": false,
  "callArgumentNameInlayHints": "off",
  "functionReturnInlayTypeHints": false,
  "pytestParametersInlayTypeHints": false,
  "importFormat": "absolute",
  "includeFileSpecs": [],
  "excludeFileSpecs": [],
  "ignoreFileSpecs": [],
  "formatOnType": true,
  "taskListTokens": [],
  "enablePytestSupport": true,
  "gotoDefinitionInStringLiteral": true,
  "remapDiagnostics": false,
  "intelliCodeEnabled": true,
  "aiCodeActions": {
    "implementAbstractClasses": true
  },
  "generateWithTypeAnnotation": false,
  "languageServerMode": "default",
  "enableEditableInstalls": false,
  "pythonPath": {
    "_key": "c:\\users\\ivaylo.madjarov\\desktop\\code\\venvs\\testenv\\scripts\\python.exe",
    "_filePath": "c:\\Users\\ivaylo.madjarov\\Desktop\\Code\\venvs\\testenv\\Scripts\\python.exe",
    "_query": "",
    "_fragment": "",
    "_originalString": "file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Scripts/python.exe",
    "_isCaseSensitive": false,
    "_formattedString": "file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Scripts/python.exe"
  },
  "venvPath": {
    "_key": "c:\\users\\ivaylo.madjarov\\desktop\\code\\venvs",
    "_filePath": "c:\\Users\\ivaylo.madjarov\\Desktop\\Code\\venvs",
    "_query": "",
    "_fragment": "",
    "_originalString": "file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs",
    "_isCaseSensitive": false
  },
  "pythonEnvironmentName": "3.8.10 (testenv venv)",
  "disableTaggedHints": false,
  "fixAll": [],
  "showOnlyDirectDependenciesInAutoImport": false,
  "extraCommitChars": false,
  "autoFormatStrings": false,
  "autoIndent": true,
  "supportRestructuredText": true,
  "cacheLSPData": false,
  "reportExtraTelemetry": false,
  "supportDocstringTemplate": false,
  "displayEnglishDiagnostics": false,
  "nodeExecutable": "",
  "notebookRunStartupCommands": "",
  "editorIndentConfig": {
    "defaultTabSequence": "    ",
    "tabSize": 4
  }
}
2025-02-27 14:59:43.518 [info] (21684) No pyproject.toml file found.
2025-02-27 14:59:43.518 [info] [Info  - 2:59:43 PM] (21684) Setting environmentName for service "<default>": "3.8.10 (testenv venv)"
2025-02-27 14:59:43.519 [info] [Info  - 2:59:43 PM] (21684) Setting pythonPath for service "<default>": "c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Scripts\python.exe"
2025-02-27 14:59:43.519 [info] [Info  - 2:59:43 PM] (21684) No include entries specified; assuming \<default workspace root>
2025-02-27 14:59:43.520 [info] [Info  - 2:59:43 PM] (21684) Auto-excluding **/node_modules
2025-02-27 14:59:43.520 [info] [Info  - 2:59:43 PM] (21684) Auto-excluding **/__pycache__
2025-02-27 14:59:43.520 [info] [Info  - 2:59:43 PM] (21684) Auto-excluding **/.*
2025-02-27 14:59:43.985 [info] [Info  - 2:59:43 PM] (21684) Assuming Python version 3.8.10.final.0
2025-02-27 14:59:43.985 [info] (21684) Assuming Python platform Windows
2025-02-27 14:59:44.526 [info] [Info  - 2:59:44 PM] (21684) Execution environment: 3.8.10 (testenv venv)
2025-02-27 14:59:44.527 [info] [Info  - 2:59:44 PM] (21684)   Extra paths:
2025-02-27 14:59:44.527 [info] [Info  - 2:59:44 PM] (21684)     (none)
2025-02-27 14:59:44.528 [info] [Info  - 2:59:44 PM] (21684)   Python version: 3.8.10.final.0
2025-02-27 14:59:44.528 [info] [Info  - 2:59:44 PM] (21684)   Python platform: Windows
2025-02-27 14:59:44.528 [info] [Info  - 2:59:44 PM] (21684)   Search paths:
2025-02-27 14:59:44.528 [info] [Info  - 2:59:44 PM] (21684)     c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist\typeshed-fallback\stdlib
2025-02-27 14:59:44.528 [info] [Info  - 2:59:44 PM] (21684)     \<default workspace root>
2025-02-27 14:59:44.529 [info] [Info  - 2:59:44 PM] (21684)     \<default workspace root>\typings
2025-02-27 14:59:44.529 [info] [Info  - 2:59:44 PM] (21684)     c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist\typeshed-fallback\stubs\...
2025-02-27 14:59:44.529 [info] [Info  - 2:59:44 PM] (21684)     c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist\bundled\stubs
2025-02-27 14:59:44.529 [info] [Info  - 2:59:44 PM] (21684)     c:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\DLLs
2025-02-27 14:59:44.529 [info] [Info  - 2:59:44 PM] (21684)     c:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\Lib
2025-02-27 14:59:44.530 [info] [Info  - 2:59:44 PM] (21684)     c:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38
2025-02-27 14:59:44.530 [info] [Info  - 2:59:44 PM] (21684)     c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv
2025-02-27 14:59:44.530 [info] [Info  - 2:59:44 PM] (21684)     c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Lib\site-packages
2025-02-27 14:59:44.531 [info] [Info  - 2:59:44 PM] (21684) Adding fs watcher for library directories:
 file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib
file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38
file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv
2025-02-27 14:59:44.531 [info] [Info  - 2:59:44 PM] (21684) Adding fs watcher for directories:
 file:///%3Cdefault%20workspace%20root%3E
2025-02-27 14:59:44.531 [info] (21684) Searching for source files
2025-02-27 14:59:44.532 [info] [Error - 2:59:44 PM] (21684) File or directory "\<default workspace root>" does not exist.
2025-02-27 14:59:44.532 [info] [Info  - 2:59:44 PM] (21684) No source files found.
2025-02-27 14:59:44.532 [info] (21684) Adding fs watcher for files:
 file:///%3Cdefault%20workspace%20root%3E/requirements.txt
file:///%3Cdefault%20workspace%20root%3E/pyproject.toml
2025-02-27 14:59:44.534 [info] (21684) WorkspaceFactory 0 remove <default>:file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist
2025-02-27 14:59:44.540 [info] (21684) [IDX(FG)] index libraries file:///%3Cdefault%20workspace%20root%3E (index) ...
2025-02-27 14:59:44.540 [info] (21684) [IDX(FG)]   read stdlib indices (1ms)
2025-02-27 14:59:44.542 [info] (21684) [IDX(FG)] index libraries file:///%3Cdefault%20workspace%20root%3E (index) [succeed] (2ms)
2025-02-27 14:59:44.542 [info] (21684) pytest configurations: {"message":"request cancelled","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:59:44.543 [info] (21684) pytest configurations: {"message":"spawn c:\\Users\\ivaylo.madjarov\\Desktop\\Code\\venvs\\testenv\\Scripts\\python.exe ENOENT","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:59:44.604 [info] [Info  - 2:59:44 PM] (21684) Background analysis(2) root directory: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist
2025-02-27 14:59:44.607 [info] [Info  - 2:59:44 PM] (21684) Background analysis(2) started
2025-02-27 14:59:45.141 [info] (21684) pytest configurations: {"message":"request cancelled","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:59:45.141 [info] (21684) pytest configurations: {"message":"spawn c:\\Users\\ivaylo.madjarov\\Desktop\\Code\\venvs\\testenv\\Scripts\\python.exe ENOENT","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:59:45.241 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:59:45.241 [info] (21684) [BG(2)]   parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (97ms)
2025-02-27 14:59:45.242 [info] [Info  - 2:59:45 PM] (21684) Could not resolve source for 'IPython.display' in file 'untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell'
2025-02-27 14:59:45.242 [info] [Info  - 2:59:45 PM] (21684)   Looking in root directory of execution environment 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:45.242 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:45.243 [info] [Info  - 2:59:45 PM] (21684)   Finding python search paths
2025-02-27 14:59:45.243 [info] [Info  - 2:59:45 PM] (21684)   Executing interpreter: 'c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Scripts\python.exe'
2025-02-27 14:59:45.243 [info] [Info  - 2:59:45 PM] (21684)   Skipping 'C:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\python38.zip' because it is not a valid directory
2025-02-27 14:59:45.243 [info] [Info  - 2:59:45 PM] (21684)   Received 5 paths from interpreter
2025-02-27 14:59:45.244 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs
2025-02-27 14:59:45.244 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/lib
2025-02-27 14:59:45.244 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38
2025-02-27 14:59:45.244 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv
2025-02-27 14:59:45.244 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/lib/site-packages
2025-02-27 14:59:45.245 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:45.245 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:45.245 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:45.246 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:45.246 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:45.246 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:45.246 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:45.246 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:45.247 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:45.247 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:45.311 [info] (21684) [BG(2)]   parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 2ms] (69ms)
2025-02-27 14:59:45.352 [info] (21684) [BG(2)]   binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/builtins.pyi (39ms)
2025-02-27 14:59:45.358 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:59:45.358 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi [fs read 1ms] (5ms)
2025-02-27 14:59:45.365 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi ...
2025-02-27 14:59:45.366 [info] (21684) [BG(2)]       parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display_functions.pyi [fs read 0ms] (6ms)
2025-02-27 14:59:45.371 [info] (21684) [BG(2)]       binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display_functions.pyi (2ms)
2025-02-27 14:59:45.372 [info] (21684) [BG(2)]       parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/lib/display.pyi [fs read 1ms] (5ms)
2025-02-27 14:59:45.373 [info] (21684) [BG(2)]       binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/lib/display.pyi (2ms)
2025-02-27 14:59:45.374 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi (16ms)
2025-02-27 14:59:45.375 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (22ms)
2025-02-27 14:59:45.375 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:59:45.381 [info] (21684) [BG(2)]     parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:45.382 [info] (21684) [BG(2)]     binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.402 [info] (21684) [BG(2)]     checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (26ms)
2025-02-27 14:59:45.404 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (28ms)
2025-02-27 14:59:45.441 [info] (21684) [BG(2)]   checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:59:45.441 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/typing.pyi [fs read 1ms] (33ms)
2025-02-27 14:59:45.448 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/typing.pyi (7ms)
2025-02-27 14:59:45.504 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (50ms)
2025-02-27 14:59:45.508 [info] (21684) [FG] parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (4ms)
2025-02-27 14:59:45.509 [info] [Info  - 2:59:45 PM] (21684) Could not resolve source for 'IPython.display' in file 'untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell'
2025-02-27 14:59:45.509 [info] [Info  - 2:59:45 PM] (21684)   Looking in root directory of execution environment 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:45.509 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:45.510 [info] [Info  - 2:59:45 PM] (21684)   Finding python search paths
2025-02-27 14:59:45.510 [info] [Info  - 2:59:45 PM] (21684)   Executing interpreter: 'c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Scripts\python.exe'
2025-02-27 14:59:45.510 [info] [Info  - 2:59:45 PM] (21684)   Skipping 'C:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\python38.zip' because it is not a valid directory
2025-02-27 14:59:45.510 [info] [Info  - 2:59:45 PM] (21684)   Received 5 paths from interpreter
2025-02-27 14:59:45.510 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs
2025-02-27 14:59:45.510 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/lib
2025-02-27 14:59:45.510 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38
2025-02-27 14:59:45.511 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv
2025-02-27 14:59:45.511 [info] [Info  - 2:59:45 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/lib/site-packages
2025-02-27 14:59:45.511 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:45.511 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:45.511 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:45.512 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:45.512 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:45.512 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:45.512 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:45.512 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:45.513 [info] [Info  - 2:59:45 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:45.513 [info] [Info  - 2:59:45 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:45.594 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 0ms] (84ms)
2025-02-27 14:59:45.615 [info] (21684) [FG] binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/builtins.pyi (20ms)
2025-02-27 14:59:45.618 [info] (21684) [FG] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:59:45.619 [info] (21684) [FG]   parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi [fs read 0ms] (3ms)
2025-02-27 14:59:45.622 [info] (21684) [FG]   binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi ...
2025-02-27 14:59:45.623 [info] (21684) [FG]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display_functions.pyi [fs read 1ms] (3ms)
2025-02-27 14:59:45.623 [info] (21684) [FG]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display_functions.pyi (1ms)
2025-02-27 14:59:45.627 [info] (21684) [FG]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/lib/display.pyi [fs read 1ms] (4ms)
2025-02-27 14:59:45.628 [info] (21684) [FG]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/lib/display.pyi (0ms)
2025-02-27 14:59:45.628 [info] (21684) [FG]   binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/display.pyi (10ms)
2025-02-27 14:59:45.629 [info] (21684) [FG] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (14ms)
2025-02-27 14:59:45.629 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.634 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/types.pyi [fs read 1ms] (11ms)
2025-02-27 14:59:45.634 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/types.pyi (5ms)
2025-02-27 14:59:45.634 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi [fs read 1ms] (5ms)
2025-02-27 14:59:45.635 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi (3ms)
2025-02-27 14:59:45.635 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/abc.pyi [fs read 0ms] (1ms)
2025-02-27 14:59:45.635 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/abc.pyi (1ms)
2025-02-27 14:59:45.636 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display.pyi [fs read 1ms] (9ms)
2025-02-27 14:59:45.636 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs/IPython-stubs/core/display.pyi (1ms)
2025-02-27 14:59:45.636 [info] (21684) [BG(2)]   checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (120ms)
2025-02-27 14:59:45.637 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (379ms)
2025-02-27 14:59:45.639 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:45.639 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.640 [info] [Info  - 2:59:45 PM] (21684) Heap stats: total_memory_size=32397MB, total_free_size=17746MB, total_heap_size=63MB, used_heap_size=55MB, cross_worker_used_heap_size=55MB, total_physical_size=63MB, total_available_size=4041MB, heap_size_limit=4096MB
2025-02-27 14:59:45.661 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/typing.pyi [fs read 0ms] (13ms)
2025-02-27 14:59:45.668 [info] (21684) [FG] binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/typing.pyi (6ms)
2025-02-27 14:59:45.686 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/types.pyi [fs read 0ms] (7ms)
2025-02-27 14:59:45.691 [info] (21684) [FG] binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/types.pyi (5ms)
2025-02-27 14:59:45.701 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi [fs read 0ms] (3ms)
2025-02-27 14:59:45.703 [info] (21684) [FG] binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi (2ms)
2025-02-27 14:59:45.713 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/abc.pyi [fs read 0ms] (4ms)
2025-02-27 14:59:45.714 [info] (21684) [FG] binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/abc.pyi (1ms)
2025-02-27 14:59:45.724 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:59:45.724 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (0ms)
2025-02-27 14:59:45.725 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:59:45.725 [info] (21684) [BG(2)]     parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:45.726 [info] (21684) [BG(2)]     binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.726 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.726 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.729 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.730 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.745 [info] (21684) [BG(2)]     checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (9ms)
2025-02-27 14:59:45.745 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (10ms)
2025-02-27 14:59:45.746 [info] (21684) [BG(2)]   checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (3ms)
2025-02-27 14:59:45.746 [info] [Info  - 2:59:45 PM] (21684) Heap stats: total_memory_size=32397MB, total_free_size=17740MB, total_heap_size=70MB, used_heap_size=56MB, cross_worker_used_heap_size=56MB, total_physical_size=70MB, total_available_size=4039MB, heap_size_limit=4096MB
2025-02-27 14:59:45.746 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (13ms)
2025-02-27 14:59:45.746 [info] (21684) [BG(2)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:59:45.746 [info] (21684) [BG(2)]   parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.747 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (1ms)
2025-02-27 14:59:45.747 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.747 [info] (21684) [BG(2)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (6ms)
2025-02-27 14:59:45.749 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:59:45.749 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:59:45.749 [info] (21684) [BG(2)]     parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.749 [info] (21684) [BG(2)]     binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.751 [info] (21684) [BG(2)]     checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (4ms)
2025-02-27 14:59:45.751 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (4ms)
2025-02-27 14:59:45.752 [info] (21684) [BG(2)]   checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (1ms)
2025-02-27 14:59:45.752 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (5ms)
2025-02-27 14:59:45.779 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693585735 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.870 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:45.871 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.994 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:45.994 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:46.184 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (19ms)
2025-02-27 14:59:46.184 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:46.207 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693585775 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:59:46.207 [info] (21684) [BG(2)]   parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (22ms)
2025-02-27 14:59:46.207 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (0ms)
2025-02-27 14:59:46.207 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:46.208 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693585775 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (22ms)
2025-02-27 14:59:46.365 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:46.366 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:46.378 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:46.379 [info] [Info  - 2:59:46 PM] (21684) Could not import 'm' in file 'untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D'
2025-02-27 14:59:46.379 [info] [Info  - 2:59:46 PM] (21684)   Looking in stubPath 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.379 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.379 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.380 [info] [Info  - 2:59:46 PM] (21684)   Looking in root directory of execution environment 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.380 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.380 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.380 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stdlib path
2025-02-27 14:59:46.380 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stdlib path
2025-02-27 14:59:46.380 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib'
2025-02-27 14:59:46.380 [info] [Info  - 2:59:46 PM] (21684)   Typeshed path not found
2025-02-27 14:59:46.380 [info] [Info  - 2:59:46 PM] (21684)   Finding python search paths
2025-02-27 14:59:46.381 [info] [Info  - 2:59:46 PM] (21684)   Executing interpreter: 'c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Scripts\python.exe'
2025-02-27 14:59:46.382 [info] [Info  - 2:59:46 PM] (21684)   Skipping 'C:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\python38.zip' because it is not a valid directory
2025-02-27 14:59:46.382 [info] [Info  - 2:59:46 PM] (21684)   Received 5 paths from interpreter
2025-02-27 14:59:46.383 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs
2025-02-27 14:59:46.383 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/lib
2025-02-27 14:59:46.383 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38
2025-02-27 14:59:46.383 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv
2025-02-27 14:59:46.383 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/lib/site-packages
2025-02-27 14:59:46.384 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.384 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.384 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.384 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.384 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.385 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.385 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.385 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.385 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.386 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.386 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.386 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.386 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.386 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.386 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.386 [info] [Info  - 2:59:46 PM] (21684)   Looking in bundled stubs path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.387 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.387 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.387 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed third-party path
2025-02-27 14:59:46.387 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stubs path
2025-02-27 14:59:46.388 [info] [Info  - 2:59:46 PM] (21684)   Typeshed path not found
2025-02-27 14:59:46.388 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:46.432 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stubs/m3u8/m3u8/__init__.pyi [fs read 1ms] (3ms)
2025-02-27 14:59:46.502 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:46.505 [info] [Info  - 2:59:46 PM] (21684) Could not import 'ma' in file 'untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D'
2025-02-27 14:59:46.506 [info] [Info  - 2:59:46 PM] (21684)   Looking in stubPath 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.506 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.507 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.507 [info] [Info  - 2:59:46 PM] (21684)   Looking in root directory of execution environment 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.507 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.507 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.508 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stdlib path
2025-02-27 14:59:46.508 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stdlib path
2025-02-27 14:59:46.508 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib'
2025-02-27 14:59:46.509 [info] [Info  - 2:59:46 PM] (21684)   Typeshed path not found
2025-02-27 14:59:46.509 [info] [Info  - 2:59:46 PM] (21684)   Finding python search paths
2025-02-27 14:59:46.510 [info] [Info  - 2:59:46 PM] (21684)   Executing interpreter: 'c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Scripts\python.exe'
2025-02-27 14:59:46.510 [info] [Info  - 2:59:46 PM] (21684)   Skipping 'C:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\python38.zip' because it is not a valid directory
2025-02-27 14:59:46.510 [info] [Info  - 2:59:46 PM] (21684)   Received 5 paths from interpreter
2025-02-27 14:59:46.510 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs
2025-02-27 14:59:46.510 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/lib
2025-02-27 14:59:46.511 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38
2025-02-27 14:59:46.511 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv
2025-02-27 14:59:46.511 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/lib/site-packages
2025-02-27 14:59:46.511 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.512 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.512 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.512 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.512 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.513 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.513 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.513 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.513 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.513 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.514 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.514 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.514 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.514 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.514 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.514 [info] [Info  - 2:59:46 PM] (21684)   Looking in bundled stubs path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.515 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.515 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.515 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed third-party path
2025-02-27 14:59:46.515 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stubs path
2025-02-27 14:59:46.515 [info] [Info  - 2:59:46 PM] (21684)   Typeshed path not found
2025-02-27 14:59:46.516 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:46.536 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/mailbox.pyi [fs read 0ms] (6ms)
2025-02-27 14:59:46.569 [info] (21684) Attempting to resolve using local imports: __builtins__
2025-02-27 14:59:46.569 [info] (21684) Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.571 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib/mailbox.py [fs read 0ms] (34ms)
2025-02-27 14:59:46.592 [info] (21684) [FG] binding: file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib/mailbox.py (21ms)
2025-02-27 14:59:46.612 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:46.612 [info] [Info  - 2:59:46 PM] (21684) Could not import 'mat' in file 'untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D'
2025-02-27 14:59:46.612 [info] [Info  - 2:59:46 PM] (21684)   Looking in stubPath 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.612 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.612 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.613 [info] [Info  - 2:59:46 PM] (21684)   Looking in root directory of execution environment 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.613 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.613 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.613 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stdlib path
2025-02-27 14:59:46.614 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stdlib path
2025-02-27 14:59:46.614 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib'
2025-02-27 14:59:46.614 [info] [Info  - 2:59:46 PM] (21684)   Typeshed path not found
2025-02-27 14:59:46.614 [info] [Info  - 2:59:46 PM] (21684)   Finding python search paths
2025-02-27 14:59:46.614 [info] [Info  - 2:59:46 PM] (21684)   Executing interpreter: 'c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Scripts\python.exe'
2025-02-27 14:59:46.614 [info] [Info  - 2:59:46 PM] (21684)   Skipping 'C:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\python38.zip' because it is not a valid directory
2025-02-27 14:59:46.614 [info] [Info  - 2:59:46 PM] (21684)   Received 5 paths from interpreter
2025-02-27 14:59:46.615 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs
2025-02-27 14:59:46.615 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/lib
2025-02-27 14:59:46.615 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38
2025-02-27 14:59:46.615 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv
2025-02-27 14:59:46.615 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/lib/site-packages
2025-02-27 14:59:46.616 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.616 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.616 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.616 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.616 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.616 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.616 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.616 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.617 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.617 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.617 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.617 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.617 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.618 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.618 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.618 [info] [Info  - 2:59:46 PM] (21684)   Looking in bundled stubs path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.618 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.619 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.619 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed third-party path
2025-02-27 14:59:46.619 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stubs path
2025-02-27 14:59:46.619 [info] [Info  - 2:59:46 PM] (21684)   Typeshed path not found
2025-02-27 14:59:46.619 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:46.621 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693586206 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:59:46.621 [info] (21684) [BG(2)]   parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:46.621 [info] [Info  - 2:59:46 PM] (21684) Could not import 'mat' in file 'untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D'
2025-02-27 14:59:46.621 [info] [Info  - 2:59:46 PM] (21684)   Looking in stubPath 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.621 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.621 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E/typings'
2025-02-27 14:59:46.622 [info] [Info  - 2:59:46 PM] (21684)   Looking in root directory of execution environment 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.622 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.622 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///%3Cdefault%20workspace%20root%3E'
2025-02-27 14:59:46.622 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stdlib path
2025-02-27 14:59:46.622 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stdlib path
2025-02-27 14:59:46.622 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib'
2025-02-27 14:59:46.623 [info] [Info  - 2:59:46 PM] (21684)   Typeshed path not found
2025-02-27 14:59:46.623 [info] [Info  - 2:59:46 PM] (21684)   Finding python search paths
2025-02-27 14:59:46.623 [info] [Info  - 2:59:46 PM] (21684)   Executing interpreter: 'c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Scripts\python.exe'
2025-02-27 14:59:46.623 [info] [Info  - 2:59:46 PM] (21684)   Skipping 'C:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\python38.zip' because it is not a valid directory
2025-02-27 14:59:46.624 [info] [Info  - 2:59:46 PM] (21684)   Received 5 paths from interpreter
2025-02-27 14:59:46.624 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs
2025-02-27 14:59:46.624 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/lib
2025-02-27 14:59:46.624 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38
2025-02-27 14:59:46.624 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv
2025-02-27 14:59:46.624 [info] [Info  - 2:59:46 PM] (21684)     file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/lib/site-packages
2025-02-27 14:59:46.625 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.625 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.625 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/DLLs'
2025-02-27 14:59:46.625 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.625 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.625 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib'
2025-02-27 14:59:46.626 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.626 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.626 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38'
2025-02-27 14:59:46.626 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.627 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.627 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv'
2025-02-27 14:59:46.627 [info] [Info  - 2:59:46 PM] (21684)   Looking in python search path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.627 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.627 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Lib/site-packages'
2025-02-27 14:59:46.627 [info] [Info  - 2:59:46 PM] (21684)   Looking in bundled stubs path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.628 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve stub package using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.628 [info] [Info  - 2:59:46 PM] (21684)   Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/bundled/stubs'
2025-02-27 14:59:46.628 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed third-party path
2025-02-27 14:59:46.628 [info] [Info  - 2:59:46 PM] (21684)   Looking for typeshed stubs path
2025-02-27 14:59:46.628 [info] [Info  - 2:59:46 PM] (21684)   Typeshed path not found
2025-02-27 14:59:46.628 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:46.628 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693586206 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (5ms)
2025-02-27 14:59:46.629 [info] (21684) [FG] parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi [fs read 1ms] (2ms)
2025-02-27 14:59:47.075 [info] (21684) Attempting to resolve using local imports: __builtins__
2025-02-27 14:59:47.075 [info] (21684) Attempting to resolve using root path 'file:///c%3A/Users/IVAYLO~1.MAD/AppData/Local/Temp/pyright-21684-mlwqn46hPUwd'
2025-02-27 14:59:47.076 [info] (21684) [FG] parsing: file:///c%3A/Users/IVAYLO~1.MAD/AppData/Local/Temp/pyright-21684-mlwqn46hPUwd/math-21684-AqB06lHJve45-.py [fs read 0ms] (2ms)
2025-02-27 14:59:47.076 [info] (21684) [FG] binding: file:///c%3A/Users/IVAYLO~1.MAD/AppData/Local/Temp/pyright-21684-mlwqn46hPUwd/math-21684-AqB06lHJve45-.py (1ms)
2025-02-27 14:59:47.084 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:59:47.084 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:59:47.084 [info] (21684) [BG(2)]     checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:47.084 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2025-02-27 14:59:47.085 [info] (21684) [BG(2)]   checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (2ms)
2025-02-27 14:59:47.085 [info] [Info  - 2:59:47 PM] (21684) Heap stats: total_memory_size=32397MB, total_free_size=17734MB, total_heap_size=73MB, used_heap_size=58MB, cross_worker_used_heap_size=58MB, total_physical_size=73MB, total_available_size=4038MB, heap_size_limit=4096MB
2025-02-27 14:59:47.085 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (3ms)
2025-02-27 14:59:47.085 [info] (21684) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:47.085 [info] (21684) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:47.086 [info] (21684) [FG] binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi (1ms)
2025-02-27 14:59:47.098 [info] [Info  - 2:59:47 PM] (21684) Heap stats: total_memory_size=32397MB, total_free_size=17736MB, total_heap_size=82MB, used_heap_size=67MB, cross_worker_used_heap_size=67MB, total_physical_size=82MB, total_available_size=4029MB, heap_size_limit=4096MB
2025-02-27 14:59:47.104 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693586606 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:59:47.105 [info] (21684) [BG(2)]   parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:47.105 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (0ms)
2025-02-27 14:59:47.105 [info] (21684) [BG(2)]   binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:47.108 [info] (21684) [BG(2)]   parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi [fs read 0ms] (3ms)
2025-02-27 14:59:47.110 [info] (21684) [BG(2)]   binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi (2ms)
2025-02-27 14:59:47.110 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693586606 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (10ms)
2025-02-27 14:59:47.443 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693587100 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:47.717 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2025-02-27 14:59:47.717 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2025-02-27 14:59:47.717 [info] (21684) [BG(2)]     checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (102ms)
2025-02-27 14:59:47.717 [info] (21684) [BG(2)]   analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (102ms)
2025-02-27 14:59:47.718 [info] (21684) [BG(2)]   checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (1ms)
2025-02-27 14:59:47.718 [info] (21684) [BG(2)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (104ms)
2025-02-27 14:59:47.732 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693587100 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:49.265 [info] [Info  - 2:59:49 PM] (21684) Heap stats: total_memory_size=32397MB, total_free_size=17736MB, total_heap_size=82MB, used_heap_size=70MB, cross_worker_used_heap_size=70MB, total_physical_size=82MB, total_available_size=4025MB, heap_size_limit=4096MB
2025-02-27 14:59:49.300 [info] [Info  - 2:59:49 PM] (21684) Starting service instance "<default>"
2025-02-27 14:59:49.301 [info] (21684) WorkspaceFactory 0 add <default>:mutable
2025-02-27 14:59:49.315 [info] (21684) Server settings returned for workspace: undefined: {
  "autoSearchPaths": true,
  "disableLanguageServices": false,
  "openFilesOnly": true,
  "useLibraryCodeForTypes": true,
  "watchForSourceChanges": true,
  "watchForLibraryChanges": true,
  "watchForConfigChanges": true,
  "typeCheckingMode": "off",
  "diagnosticSeverityOverrides": {
    "reportShadowedImports": "warning"
  },
  "diagnosticBooleanOverrides": {
    "strictListInference": false,
    "strictDictionaryInference": false,
    "strictSetInference": false,
    "analyzeUnannotatedFunctions": true,
    "strictParameterNoneValue": true,
    "enableTypeIgnoreComments": true,
    "deprecateTypingAliases": false,
    "enableReachabilityAnalysis": false,
    "enableExperimentalFeatures": false,
    "disableBytesTypePromotions": false
  },
  "logLevel": "log",
  "autoImportCompletions": false,
  "indexing": false,
  "completeFunctionParens": false,
  "enableExtractCodeAction": true,
  "indexOptions": {
    "packageDepths": [
      [
        "sklearn",
        2,
        false
      ],
      [
        "matplotlib",
        2,
        false
      ],
      [
        "scipy",
        2,
        false
      ],
      [
        "django",
        2,
        false
      ],
      [
        "flask",
        2,
        false
      ],
      [
        "fastapi",
        2,
        false
      ]
    ],
    "regenerateStdLibIndices": false,
    "includeAliasesFromUserFiles": false,
    "userFileIndexingLimit": 2000
  },
  "variableInlayTypeHints": false,
  "callArgumentNameInlayHints": "off",
  "functionReturnInlayTypeHints": false,
  "pytestParametersInlayTypeHints": false,
  "importFormat": "absolute",
  "includeFileSpecs": [],
  "excludeFileSpecs": [],
  "ignoreFileSpecs": [],
  "formatOnType": true,
  "taskListTokens": [],
  "enablePytestSupport": true,
  "gotoDefinitionInStringLiteral": true,
  "remapDiagnostics": false,
  "intelliCodeEnabled": true,
  "aiCodeActions": {
    "implementAbstractClasses": true
  },
  "generateWithTypeAnnotation": false,
  "languageServerMode": "default",
  "enableEditableInstalls": false,
  "pythonPath": {
    "_key": "c:\\users\\ivaylo.madjarov\\desktop\\code\\venvs\\testenv\\scripts\\python.exe",
    "_filePath": "c:\\Users\\ivaylo.madjarov\\Desktop\\Code\\venvs\\testenv\\Scripts\\python.exe",
    "_query": "",
    "_fragment": "",
    "_originalString": "file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Scripts/python.exe",
    "_isCaseSensitive": false,
    "_formattedString": "file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv/Scripts/python.exe"
  },
  "venvPath": {
    "_key": "c:\\users\\ivaylo.madjarov\\desktop\\code\\venvs",
    "_filePath": "c:\\Users\\ivaylo.madjarov\\Desktop\\Code\\venvs",
    "_query": "",
    "_fragment": "",
    "_originalString": "file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs",
    "_isCaseSensitive": false
  },
  "pythonEnvironmentName": "3.8.10 (testenv venv)",
  "disableTaggedHints": false,
  "fixAll": [],
  "showOnlyDirectDependenciesInAutoImport": false,
  "extraCommitChars": false,
  "autoFormatStrings": false,
  "autoIndent": true,
  "supportRestructuredText": true,
  "cacheLSPData": false,
  "reportExtraTelemetry": false,
  "supportDocstringTemplate": false,
  "displayEnglishDiagnostics": false,
  "nodeExecutable": "",
  "notebookRunStartupCommands": "",
  "editorIndentConfig": {
    "defaultTabSequence": "    ",
    "tabSize": 4
  }
}
2025-02-27 14:59:49.326 [info] (21684) No pyproject.toml file found.
2025-02-27 14:59:49.327 [info] [Info  - 2:59:49 PM] (21684) Setting environmentName for service "<default>": "3.8.10 (testenv venv)"
2025-02-27 14:59:49.327 [info] [Info  - 2:59:49 PM] (21684) Setting pythonPath for service "<default>": "c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Scripts\python.exe"
2025-02-27 14:59:49.327 [info] [Info  - 2:59:49 PM] (21684) No include entries specified; assuming \<default workspace root>
2025-02-27 14:59:49.327 [info] [Info  - 2:59:49 PM] (21684) Auto-excluding **/node_modules
2025-02-27 14:59:49.327 [info] [Info  - 2:59:49 PM] (21684) Auto-excluding **/__pycache__
2025-02-27 14:59:49.328 [info] [Info  - 2:59:49 PM] (21684) Auto-excluding **/.*
2025-02-27 14:59:49.798 [info] [Info  - 2:59:49 PM] (21684) Assuming Python version 3.8.10.final.0
2025-02-27 14:59:49.799 [info] (21684) Assuming Python platform Windows
2025-02-27 14:59:50.296 [info] [Info  - 2:59:50 PM] (21684) Execution environment: 3.8.10 (testenv venv)
2025-02-27 14:59:50.297 [info] [Info  - 2:59:50 PM] (21684)   Extra paths:
2025-02-27 14:59:50.298 [info] [Info  - 2:59:50 PM] (21684)     (none)
2025-02-27 14:59:50.298 [info] [Info  - 2:59:50 PM] (21684)   Python version: 3.8.10.final.0
2025-02-27 14:59:50.298 [info] [Info  - 2:59:50 PM] (21684)   Python platform: Windows
2025-02-27 14:59:50.298 [info] [Info  - 2:59:50 PM] (21684)   Search paths:
2025-02-27 14:59:50.298 [info] [Info  - 2:59:50 PM] (21684)     c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist\typeshed-fallback\stdlib
2025-02-27 14:59:50.298 [info] [Info  - 2:59:50 PM] (21684)     \<default workspace root>
2025-02-27 14:59:50.299 [info] [Info  - 2:59:50 PM] (21684)     \<default workspace root>\typings
2025-02-27 14:59:50.299 [info] [Info  - 2:59:50 PM] (21684)     c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist\typeshed-fallback\stubs\...
2025-02-27 14:59:50.299 [info] [Info  - 2:59:50 PM] (21684)     c:\Users\ivaylo.madjarov\.vscode\extensions\ms-python.vscode-pylance-2025.2.1\dist\bundled\stubs
2025-02-27 14:59:50.299 [info] [Info  - 2:59:50 PM] (21684)     c:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\DLLs
2025-02-27 14:59:50.299 [info] [Info  - 2:59:50 PM] (21684)     c:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38\Lib
2025-02-27 14:59:50.299 [info] [Info  - 2:59:50 PM] (21684)     c:\Users\ivaylo.madjarov\AppData\Local\Programs\Python\Python38
2025-02-27 14:59:50.299 [info] [Info  - 2:59:50 PM] (21684)     c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv
2025-02-27 14:59:50.300 [info] [Info  - 2:59:50 PM] (21684)     c:\Users\ivaylo.madjarov\Desktop\Code\venvs\testenv\Lib\site-packages
2025-02-27 14:59:50.300 [info] [Info  - 2:59:50 PM] (21684) Adding fs watcher for library directories:
 file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib
file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38
file:///c%3A/Users/ivaylo.madjarov/Desktop/Code/venvs/testenv
2025-02-27 14:59:50.300 [info] [Info  - 2:59:50 PM] (21684) Adding fs watcher for directories:
 file:///%3Cdefault%20workspace%20root%3E
2025-02-27 14:59:50.300 [info] (21684) Searching for source files
2025-02-27 14:59:50.300 [info] [Error - 2:59:50 PM] (21684) File or directory "\<default workspace root>" does not exist.
2025-02-27 14:59:50.301 [info] [Info  - 2:59:50 PM] (21684) No source files found.
2025-02-27 14:59:50.301 [info] (21684) Adding fs watcher for files:
 file:///%3Cdefault%20workspace%20root%3E/requirements.txt
file:///%3Cdefault%20workspace%20root%3E/pyproject.toml
2025-02-27 14:59:50.303 [info] (21684) pytest configurations: {"message":"request cancelled","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:59:50.304 [info] (21684) pytest configurations: {"message":"spawn c:\\Users\\ivaylo.madjarov\\Desktop\\Code\\venvs\\testenv\\Scripts\\python.exe ENOENT","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:59:50.312 [info] (21684) [BG(2)] analyzing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi ...
2025-02-27 14:59:50.312 [info] (21684) [BG(2)]   checking: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi ...
2025-02-27 14:59:50.312 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/sys/__init__.pyi [fs read 0ms] (7ms)
2025-02-27 14:59:50.316 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/sys/__init__.pyi (3ms)
2025-02-27 14:59:50.320 [info] (21684) Attempting to resolve using local imports: __builtins__
2025-02-27 14:59:50.320 [info] (21684) Attempting to resolve using root path 'file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib/collections'
2025-02-27 14:59:50.320 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib/collections/abc.py [fs read 1ms] (4ms)
2025-02-27 14:59:50.322 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib/collections/abc.py ...
2025-02-27 14:59:50.322 [info] (21684) [BG(2)]       parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/_collections_abc.pyi [fs read 1ms] (1ms)
2025-02-27 14:59:50.323 [info] (21684) [BG(2)]       binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/_collections_abc.pyi (1ms)
2025-02-27 14:59:50.324 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib/collections/abc.py (3ms)
2025-02-27 14:59:50.325 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/collections/abc.pyi [fs read 1ms] (1ms)
2025-02-27 14:59:50.325 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/collections/abc.pyi (1ms)
2025-02-27 14:59:50.357 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib/typing.py [fs read 1ms] (31ms)
2025-02-27 14:59:50.372 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/AppData/Local/Programs/Python/Python38/Lib/typing.py (14ms)
2025-02-27 14:59:50.409 [info] [Info  - 2:59:50 PM] (21684) Background analysis(3) root directory: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist
2025-02-27 14:59:50.412 [info] [Info  - 2:59:50 PM] (21684) Background analysis(3) started
2025-02-27 14:59:50.415 [info] (21684) [BG(2)]     parsing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/typing_extensions.pyi [fs read 1ms] (5ms)
2025-02-27 14:59:50.419 [info] (21684) [BG(2)]     binding: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/typing_extensions.pyi (4ms)
2025-02-27 14:59:50.534 [info] (21684) [BG(2)]   checking: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi (230ms)
2025-02-27 14:59:50.534 [info] [Info  - 2:59:50 PM] (21684) Heap stats: total_memory_size=32397MB, total_free_size=17652MB, total_heap_size=80MB, used_heap_size=67MB, cross_worker_used_heap_size=67MB, total_physical_size=80MB, total_available_size=4029MB, heap_size_limit=4096MB
2025-02-27 14:59:50.534 [info] (21684) [BG(2)] analyzing: file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi (230ms)
2025-02-27 14:59:50.538 [info] (21684) [BG(2)] SemanticTokens delta previousResultId:1740693587725 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2025-02-27 14:59:50.909 [info] (21684) pytest configurations: {"message":"request cancelled","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:59:50.909 [info] (21684) pytest configurations: {"message":"spawn c:\\Users\\ivaylo.madjarov\\Desktop\\Code\\venvs\\testenv\\Scripts\\python.exe ENOENT","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2025-02-27 14:59:50.910 [info] (21684) [BG(3)] SemanticTokens full at file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi (0ms)
2025-02-27 14:59:50.911 [info] (21684) [BG(3)] SemanticTokens range 0:0 - 30:9 at file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi (0ms)
2025-02-27 14:59:52.508 [info] (21684) [BG(3)] SemanticTokens full at file:///c%3A/Users/ivaylo.madjarov/.vscode/extensions/ms-python.vscode-pylance-2025.2.1/dist/typeshed-fallback/stdlib/math.pyi (0ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Issue has not been reproduced yet
Projects
None yet
Development

No branches or pull requests

2 participants