Hunter Hogan
Hunter Hogan
Well done, @rchiodo! I reset `python.analysis.typeshedPaths` and I have the option again: # Troubleshooting steps Add absolute file path to `python.analysis.typeshedPaths`: "C:\apps\stubFileNotFound\stubs\stdlib", but it was accidentally the wrong path. Change...
# context Hello, Rich. I am pissed at your employer. I am pissed at people who get paid a lot more money than you are paid but they make stupid...
> I can seem to reproduce a problem with semantic colors not updating, but it's intermittent. Yes, intermittent. The only pattern I have observed is that the problem is more...
# Still slow Please let me know if I missed something or if you need more information. # Settings ```json { "python.analysis.diagnosticSeverityOverrides": { "reportInvalidTypeVarUse": false, "reportPrivateUsage": false, "reportUnnecessaryIsInstance": false, "reportUnusedFunction":...
No worries. From my perspective, the ball was in my court as I evaluated whether the other changes helped. If the semantic fix is in Details >Identifier ms-python.vscode-pylance Version 2025.5.103...
The problem has not returned. 😄
> Hi [@hunterhogan](https://github.com/hunterhogan), I'm an AI Support assistant here to help with your issue. While the team reviews your request, I wanted to provide some possible tips and documentation that...
```python (.venv) C:\apps\astToolFactory>py Python 3.13.3 (tags/v3.13.3:6280bb5, Apr 8 2025, 14:47:33) [MSC v.1943 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from os import...
```cmd (.venv) C:\apps\astToolFactory>pip show pywin32 Name: pywin32 Version: 310 Summary: Python for Window Extensions Home-page: https://github.com/mhammond/pywin32 Author: Mark Hammond (et al) Author-email: [email protected] License: PSF Location: C:\apps\astToolFactory\.venv\Lib\site-packages Requires: Required-by: jupyter_core...
> > Or does "enforce" mean "--use-pep517 behavior will become the default for pip install -e"? > > this ^ ^ this "improvement" is on-brand for the most powerful language...