jwortmann
jwortmann
What is the URI used by Zed? The URI `file://wsl.localhost/Ubuntu-20.04/home/klo/projects/api` looks good to me. ``` Python 3.14.0 (tags/v3.14.0:ebf955d, Oct 7 2025, 10:15:03) [MSC v.1944 64 bit (AMD64)] on win32 Type...
You can adjust the style by creating an `LSP` folder inside of your `Packages` directory ("Preferences: Browse Packages") and copying the [popups.css](https://github.com/sublimelsp/LSP/blob/85c04599854fb3ee9870e8ab0272d0c153836957/popups.css) file into that folder. This would create a...
If multiple sessions for semantic highlighting should really be allowed, then the show scope name command should probably check all `self.sessions(self.capability)` until it finds one that provides a semantic token...
> The problem is that `View` can become invalid at any point when running code in an async thread so the only reliable way to fix it is to never...
> I would be fine with adding caching and sacrificing instant update on theme/style changes (which feels like a corner case to me). Could even bring real performance gains (not...
I don't know how exactly the commit hooks work, but when I want to run the CI checks locally, I just run `tox` from the command line. That does linting...