diff options
| author | Job Tijhuis <jobstijhuis@gmail.com> | 2022-02-25 11:40:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-25 11:40:01 +0100 |
| commit | 3e9b781359a7dc841f4c4e69e69671dd30583267 (patch) | |
| tree | 6b8249af4c5a839048c1528d6d438a379839af70 /package.json | |
| parent | 9c8c583a95c99656aeff23d33d0ca422f55bad0a (diff) | |
| download | doxdocgen-3e9b781359a7dc841f4c4e69e69671dd30583267.tar.gz | |
Add official VS Code Language identifier for CUDA (#273)
* Change Language identifier for CUDA to correct one
* Also keep 'old' language identifier `cuda` because it is what was used by extensions before Microsoft and Nvidia started using `cuda-cpp`
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 826e4e6..2a180dd 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ ], "activationEvents": [ "onLanguage:cuda", + "onLanguage:cuda-cpp", "onLanguage:cpp", "onLanguage:c" ], |