[PATCH] D59759: [clangd] Add .cu files to VSCode extension

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 25 06:13:10 PDT 2019


ilya-biryukov added a comment.

In D59759#1441321 <https://reviews.llvm.org/D59759#1441321>, @hokein wrote:

> Do we need to add an entry `"onLanguage:cuda"` for cuda in the extension package.json?


Yeah, sounds reasonable, but I don't see cuda in the list of languages in VSCode, nor does it to auto-detect a language for `.cu` files for me.
Can those added by extensions (that I might be missing)? What would be the correct way to lookup all available languages?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59759/new/

https://reviews.llvm.org/D59759





More information about the cfe-commits mailing list