Heejae Chang

Results 454 comments of Heejae Chang

I doesn't repro for me, can you share zip file that has python files that let me repro the issue? the log said, it is indexed, and it works for...

related item - https://github.com/microsoft/vscode/issues/82718

and this is how VS works ![codecleanup](https://user-images.githubusercontent.com/1333179/191136650-16013d44-0805-438a-bec4-360f7c00d30b.gif)

see this comment for more detail - https://github.com/microsoft/pylance-release/issues/3181#issuecomment-1212271684 vscode team has a tracking issue for better "editor.codeActiosOnSave": https://github.com/microsoft/vscode/issues/82718

@laymonage for this > Instead of having to completely turn off "source.fixAll.unusedImports", is it possible to make it so that it ignores unused imports if the line ends with #...

we moved all `source.fixall.xxx` to `source.xxx` and added new `fixall` named `source.fixall.pylance` and added new settings `python.analysis.fixall` which you can list source actions you want to run in `source.fixall.pylance`. and...

Sorry, It was in the backlog. I just checked again. LSP added markdown renderer options in 3.16 but still not supporting latex. but, I am digging a bit more this...

so, looks like the markdown view of editor and notebook cell uses `markdown-it` renderer which has latex plugin (`markdown-it-katex`) enabled, but vscode hover used by LSP and other languge services...