Replies: 1 comment 1 reply
-
configs are merged automatically so: [[language]]
name = "cuda"
language-servers = [] you can also do |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing CUDA code, and for whatever reason clangd has trouble with my *.cu files.
Is it possible to disable the LSP for *.cu files, but keep C++-style syntax highlighting?
If I remove *.cu from C++'s
file-types
entry inlanguages.toml
, I lose syntax highlighting too. I tried adding the following to no avail:Beta Was this translation helpful? Give feedback.
All reactions