luetage
luetage
Thanks for taking a look. I’ve seen the troubleshooting steps, here are the results for the health check: ```text Configured language server: vscode-html-language-server Binary for language server: /home/user/.npm/node_modules/.bin/vscode-html-language-server Configured debug...
Thanks for taking a look. Yes, the executables are in the $PATH and I get output. And I already uninstalled the langservers-extracted locally and reinstalled them globally, with the exact...
Hmm, you could be on to something. I’m on Fedora 37 and my node version is `18.12.1`. Maybe it’s too new.
Thanks, nvm works like a charm in my case. Installed and used the 16 version of nodejs, but exact same errors. Seems like node is not the culprit.
@hrsh7th Thank you. So after reading this I added `config = { json.validate.enable = true }` to my languages.toml file, afterwards diagnostics for JSON are working. But I don’t understand...
Just a thought, but instead of going the third party way, wouldn’t it make sense to think about implementing the needed font icons in Helix directly? I first used patched...
Most but not all symbols? That’s a lot of »ifs.« There are a bunch of ways to get Nerdfonts. There is a variant that will only install single width glyphs...
I’ve never been a fan of stacks. And they are a an outlier from a coding standpoint, because they aren’t proper tabs anymore. Had to deal with them in the...
Could be this only works from an extension. Put a console log after the mod has loaded, then you know whether your mod loads, surrounding with a function is not...
Then it probably doesn’t work.