Luciana Abud
Luciana Abud
This PR removes the insiders setting that no longer exists, and adds the indexing one.
### Discussed in https://github.com/microsoft/pylance-release/discussions/2648 Originally posted by **Diogo-Rossi** September 10, 2021 ## Environment data - VS Code version: 1.60.0 - Extension version: 2021.9.1218897484 - OS and version: Windows_NT x64 10.0.19043...
https://github.com/microsoft/vscode-python/issues/19115 https://code.visualstudio.com/api/extension-guides/web-extensions#web-extension-tests https://github.com/microsoft/vscode-extension-samples https://github.com/microsoft/vscode-jupyter/commit/cd787d290efe0ee3bebad98747751da02fcc4c58
@Anti-Distinctlyminty commented on [Mon May 06 2019](https://github.com/microsoft/vscode-python/issues/5563) ## Environment data - VS Code version: 1.33.1 - Extension version (available under the Extensions sidebar): 2019.4.12954 - OS and version: Windows_NT x64...
### Discussed in https://github.com/microsoft/pylance-release/discussions/3297 Originally posted by **karrtikr** September 6, 2022  During a user study for testing getting started experience, 3 out of 4 users got stuck at this...
This is behind a controlled rollout so we can ensure no unexpected behaviours pop up, given it looks like the default value of the setting is not currently being respected.
This PR is basically pulling information from this PR to our docs: https://github.com/microsoft/pylance-release/pull/3331 I tried to keep the specific details under each one of the settings, given settings references are...
Right now we can tweak settings such as enabling/disabling indexing, changing indexing limit, packageIndexDepths etc to decrease/increase the amount of resources that are used (https://github.com/microsoft/pylance-release/wiki/Pylance-Configuration-Tips), which also impacts the type...
It'd be nice to add paths next to the function names that show when running "Show Call Hierarchy" to better differentiate where they're coming from. The screenshot below is from...
### Description Hi there! I'm a PM for Python in VS Code, and I notice some of the Python extension's `python.linting` and `python.formatting` settings are being used in this repo's...