Carlo Taleon
Carlo Taleon
Definitely a good feature. Would love to be able to link different pages together like subpages at least.
Probably my top 3 annoyances right now. I do wonder if culprit is: - This extension; or - The LSP These are the exact logs after pressing `]` that I...
Actually I wonder if it's related to the **Agentic Editing** beta they're running since 3 weeks ago. https://x.com/zeddotdev/status/1907549076025180531 Maybe it's breaking things for non-beta users unintentionally?
@bennetbo Thanks so much for the patch! Gemini works for me: Zed Claude providers (3.5, 3.7, 3.7 Thinking) don't work for me though:
Ah interesting. Thanks for looking into this! I wonder if using a VPN would reproduce the error (not that I have one, but I'm in the Philippines if anyone's willing...
Thanks for sharing your thoughts, no worries, yeah I think that makes sense. Think we can close this as out of scope.
I tried this btw in `settings.json`, doesn't work. ```jsonc "languages": { "Tera": { "language_servers": ["color-lsp"] }, "Tera (JSON)": { "language_servers": ["color-lsp"] }, "Tera (CSS)": { "language_servers": ["color-lsp"] }, "Tera (HTML)":...
So one working solution (workaround actually) was: ```jsonc // settings.json { "file_types": { "HTML": ["*.json.tera"] } } ``` Workaround because I lose the tera syntax highlights lol. Also not working...
Great tests btw, I just checked this again: https://github.com/jayy-lmao/sql-gen/actions/runs/16371103470/job/46350984033?pr=19#step:6:442 It seems like: - `i32` is `INT4`; and - `i16` is `INT2` (because it fails when `i32` wrongfully casts INT2. Probably...
Thanks for the reply @la-niina ! I have attempted your solution. It doesn't work but I don't think the "setup" (second code snippet I posted that your comment tries to...