-
So there's a config for wgsl-analyzer in the repo, and I've confirmed that it's also there in the version I have installed. It doesn't work by default with wgsl-mode in the same way other languages do and if I register it myself in my local config the configuration doesn't work and it just runs everything set to default (which is only syntax errors). If I try to require it myself with a i've looked through all the PRs that mention it and none of them mention anything extra you need to do to enable it and I can't find anything to suggest it's supposed to be disabled by default. What am I missing? I'm runnning Emacs 30 from nixpkgs and lsp-mode from nix's emacs-overlay (I think it just sources latest Melpa?) as of a few hours ago |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
That should work although you don't need it. M-x lsp should be enough. Make sure that your local installation has that file. You may use |
Beta Was this translation helpful? Give feedback.
@SKyletoft your issue should be gone after d3aaa9d . We were missing the code to autoload that package.