Results 16 issues of Sahil Jain

### Description Renaming a python file in VSCode appears takes too long (more than ~10 seconds). Seems to be the exact same issue as #826 but that has been fixed...

language server
pylance parity
needs investigation

When a multi-folder workspace is opened, the extension errors with "Working folder not found, open a folder and try again" - despite a folder being open in the workspace.

### Before submitting your bug report - [x] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [x] I'm not able to find...

area:context-providers
kind:bug
ide:vscode
os:windows

Fixes #40626. - Enables vector division by scalar, vector and matrix - Enables matrix division by scalar and matrix ### :memo: Checklist - [x] The title is concise and informative....

s: needs review

### Steps To Reproduce https://github.com/sagemath/sage/actions/runs/18127830359/job/51587089717?pr=40923 ``` [plotting ] Traceback (most recent call last): [plotting ] File "/usr/share/miniconda/envs/sage-dev/lib/python3.11/site-packages/matplotlib/sphinxext/plot_directive.py", line 552, in _run_code [plotting ] exec(code, ns) [plotting ] File "", line...

t: bug
c: documentation

# Contributing to CSrankings Thanks for contributing to CSrankings! Please read and indicate you agree with **all** these guidelines to getting your pull request accepted. Note that pull requests may...

# Contributing to CSrankings Thanks for contributing to CSrankings! Please read and indicate you agree with **all** these guidelines to getting your pull request accepted. Note that pull requests may...

validated

[Installation doc](https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md) document should mention that chocolatey package is maintained by somebody else : https://github.com/n3rd4i/scrcpy.git . Further, the version here is old as well.

- Parses cell & free vars from `locals+names` for Py 3.11+ - Support new opcode `COPY_FREE_VARS` and `MAKE_CELL` with tests

Adds support for below opcodes with tests - [x] `LOAD_FAST_CHECK` [x] `CALL_INTRINSIC_1` - `INTRINSIC_LIST_TO_TUPLE` [x] `CALL_FUNCTION_EX` Updates existing `LIST_EXTEND` implementation with tests