Heejae Chang
Heejae Chang
please reopen if it still repro.
make sure doc string builder can handle case listed here - https://github.com/microsoft/pylance-release/issues/5431 - as well. https://github.com/apache/airflow/blame/07fe1d2a69cbe4f684a1989c047737c0686c4417/airflow/models/dag.py#L302
> no "Quick Fix" option to supress this as a type hint issue. ya, I think we should fix this part. but for now, you can add one manually `#...
sounds like our `tokenzier/parser` is not ignoring `%` statement properly in ipython mode. for `requests`, it is complaining that you didn't install `requests` packages in the `openvino` env.
> I have install requests and it can running success. how about providing us a log to see what python paths (libraries) we got? if you are using latest pylance...
so, it probably is the dup of the bug Rich linked, then.
ya, first issue looks like this `sounds like our tokenzier/parser is not ignoring % statement properly in ipython mode.` looks like there is a bug around this - https://github.com/microsoft/pyright/blob/main/packages/pyright-internal/src/parser/tokenizer.ts#L450
sorry for late reply. currently, we only consider types from `builtin` as builtin types. I think that is causing issue since things like dicts/collections are comming from `typing`. we should...
unfortunately, only way to do so will be you overriding the theme's color if the theme is using the overriden modifier by default. you will need something like this in...
you can override any color as you want. use the `Developer: Inspect Editor Tokens and Scopes` to find token names and use that to customize the theme to your liking....