Heejae Chang
Heejae Chang
I'm not sure that's true. You probably need at most 3 tokens overridden: `keyword.overridden`, `operator.overridden` and `class.overridden` (there might be one or two more, but these are the ones I...
since we can register different diagnostic mode (pull and push) based on document selector, we could try pull mode diagnostic with `syntax` and `semantic` diagnostic provider for regular document and...
ah, sounds like a bug. we should ignore this when it is used in remote. putting it in triage so we can determine when we should fix this.
if your goal is reducing memory footprint over having more functionality available, then you can try these to turn off some expensive features in `settings.json` ``` "python.analysis.indexing": false, "python.analysis.typeCheckingMode": "off",...
@ale-dg, it's good to know that with VSCode 1.82.3, Jupyter v2023.8.1002501831, Pylance v2023.8.30, things work smoothly. Can you also tell us which python extension version you are using? By the...
by the way, this (https://github.com/microsoft/pylance-release/issues/5531) is different issue. that one is something is crashing (it could be us but not 100% sure from the info provided by the user) and...
hmm.. the `enviroment.yml.zip` link doesnt work. `404` error.
this happens regardless how long you waited before doing the first code action?
my guess is the first code action request came before indexing is done, so we returned code action response without `import os` and that response is cached until new trigger...
hmmm.. it doesn't repro for me somehow in WSL. if you enable `logLeve: Trace` and do ctrl+. after `index is done` log, is it still happening? it might not happening...