Tyler C Laprade, CFA
Tyler C Laprade, CFA
Update: I just experienced the 78 errors without opening `builtins.pyi` at all, but unfortunately I didn't have trace-level logging enabled. Is there anything useful in here? ``` 2024-09-23 17:12:07.210 [info]...
@wxMichael, that's great info, thanks. I use both those extensions. I assume GitLens would be the culprit, although it could be either.
Thanks for the suggestion - I am not interested in tweaking my CSS, though, since that's going to require more ongoing maintenance as things break due to future changes.
> Thanks for the PR! One thing to keep in mind for this PR: #338 adds "namespaced modes" like `helix/normal`. We should take this into account when changing the formatting...
>I'm not sure what you intended, though: the configuration is documented as being set per-mode, but the code you added reads a global property instead. @71, that's right, I intended...
Thanks @71 for your patience and feedback, and sorry for the delay. As a newcomer to extension development, seeing everything "just work" when I pressed `F5` for the first time...
@Hellebore, unfortunately I'm not sure. I disabled the Sourcery extension a month or more ago since I noticed it was slowing down VSC, but I didn't realize it was specifically...
UPDATE: it seems this only applies to TypeScript JSX files, not raw TypeScript. I added ` - '*.tsx'` to my `ignore:` section of `.sourcery.yaml`, and the issue doesn't happen. So...
@Hellebore , I found a minimal viable repro. Interestingly, removing any single line prevents the error from happening as does *renaming* (!!) any of the longer variables to `x` or...
Even with that file excluded, I'm now getting a similar but different error. It doesn't hang indefinitely, but it appears to have crashed rather than finishing and giving a summary.