Heejae Chang

Results 20 issues of Heejae Chang

it looks like the bug is on python core extension as long as I can see. but we probably need to dig in a bit more before giving the bug...

waiting for user response
needs investigation

VS currently has 2 places for python options one in Text Editor->Python ![image](https://user-images.githubusercontent.com/1333179/182442229-2466170e-d915-4a9a-af82-fff25b0fa030.png) one at the root ![image](https://user-images.githubusercontent.com/1333179/182442301-9188a1b5-673d-4107-9a9f-6d2b4d8b653a.png) It is confusing which location contains options I am looking for. for...

enhancement

### Discussed in https://github.com/microsoft/pylance-release/discussions/2616 Originally posted by **fj128** September 6, 2021 When I do from pathlib import Path help(Path().mkdir) it prints Help on method mkdir in module pathlib: mkdir(mode=511, parents=False,...

enhancement

Currently, when user configure ```editor.codeActionsOnSave```, this is what user sees. ![image](https://user-images.githubusercontent.com/1333179/191129178-8821aee5-2ecc-42df-91a2-6800a97736e6.png) It basically promotes users to write ```"source.fixAll": true``` if user wants any ```fix all``` to run on save. problem...

new `searchImport` (under experiement) is failing sometime for symbols from opened user files.

bug
fixed in next version

with `auto import` on, one of pain points is user add it by accident (by committing completion), and delete the `symbol` that caused the import to be added right away,...

needs repro

currently, when new packages are installed or changed, we do automatic reload, but there is no indication that we have pending reload in the queue. show some indication to reduce...

enhancement

currently, `pylance` has `import format` option to decide whether it will use `absolute` or `relative` import style. but add one more option to always use `module` (ex, import module or...

needs repro

1. open `single` folder in `vscode` 2. and do `FAR` on `Path` - https://github.com/microsoft/pylance-release/blob/main/testing/single/src/findallreferences.py#L6 3. and click all files references are found Expected: diagnostics are cleared as new file is...

bug