Bill Schnurr

Results 205 comments of Bill Schnurr

Hi there. Is this a public repo? First I'd try updating Pylance from 2025.4.1 to latest. then I'd remove any excludes you have set in settings. try again. note we...

as a temp work around.. 1. delete py.typed file in transformers folder 2. add # pyright: reportMissingTypeStubs=true to your code that imports pipeline 3. you should see a code action...

this was the commit. https://github.com/huggingface/transformers/commit/54a123f068c57abe8bc27a507d05d5674f5862bf#diff-9c1b14b0c0dfe8b9f0c362c933510196389134dbf3ccd9075fb3437ba8933482

adding a pyrightconfig.json with two environments listed might fix this issue but i'm not sure nested is supported. ``` { "executionEnvironments": [ { "root": "./projectA", "pythonPath": "./projectA/.venv/bin/python" }, { "root":...

Thanks for the issue. I modified your code, i'm thinking maybe the theme isn't looking at the 'dcorator' modifier on methods.. I think that the 'decorate' callable should be colored...

hmm, maybe related to this python version. 'Assuming Python version 3.13.5.final.0'

can't repo.. Can you provide more details? are you opening a new "pyton application" project? does it only happen with python 3.13?

here are some copilot suggests.. i'd try the --wait-for-client and add some prints. Here are some troubleshooting ideas and investigative steps for your issue with Visual Studio Insiders failing to...