Rich Chiodo

Results 56 issues of Rich Chiodo

Currently typestubs have to be from the Pylance dist folder. Other hosters of Pylance want to have their own CDN for typetsubs.

fixed in next version
partner

1. Create test.py 2. Create foo.py 3. Turn on auto import completions 4. Inside of test.py type `foo` Expected result: Completions listing the foo module Actual result: Only see completions...

bug

### Discussed in https://github.com/microsoft/pylance-release/discussions/5143 Originally posted by **Ritesh313** November 24, 2023 I'm getting `""is not accessed` warnings from Pylance in my python file while importing all the stdlib modules. The...

bug

### Discussed in https://github.com/microsoft/pylance-release/discussions/4952 Originally posted by **tjdcs** October 11, 2023 It seems pylance is having troubling indexing matplotlib, package depth and `includeAllSymbols` have both been increased, but still having...

enhancement

I was attempting to reproduce this issue here: https://github.com/microsoft/pylance-release/issues/5284 And installed the requirements_dev.txt file. 10 minutes later my output window is still showing file change events (this is with pylance...

needs repro

Not sure if this is related, but it used to be that if you wanted to use a literal multiline string as an argument, the autoindent would try to line...

enhancement
auto-indent

Using this code here: ```python def function(): codeToExtract = 1 print(codeToExtract) ``` Highlight the `codeToExtract=1` line and try `Extract Method` or `Extract Variable`. Both do nothing and output this in...

needs repro
sync-server

1. Open /pylance-release using `Open Remote Repository` 2. Navigate to the diagnostics.py file Expected result: A bunch of errors. Actual result: Only syntax errors show up. It looks like all...

sync-server

It makes sense, but it's not really usable. here's some timings for reading site-packages files: ``` [FG] parsing: file:///Testing_Pyright/.venv/lib/site-packages/_pytest/logging.py [fs read 0ms] (815ms) [FG] binding: file:///Testing_Pyright/.venv/lib/site-packages/_pytest/logging.py (73ms) [FG] parsing: https://ms-python.vscode-unpkg.net/ms-python/vscode-pylance/2023.12.104/extension/dist/typeshed-fallback/stdlib/re.pyi...

needs repro
sync-server

1. Clone pylance-release 2. Open testing/single 3. Open the codeactions.py file. You'll get this: ![image](https://github.com/microsoft/pylance-release/assets/19672699/13dcc7bb-7f52-4822-9e60-69460f88c3b8) 4. Open the mailbox.py file. There should be a shadowed imports warning.

bug