-
-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Description
Kind of Issue
No response
Tool or Library
No response
Version
No response
Supporting Library
No response
OS
No response
OS Version
No response
Description
I had to add
"languageSettings": [
{
"languageId": "cuda-cpp",
"locale": "en",
"dictionaries": ["cpp", "cuda"] //< Without this, `nullptr` was flagged in `.cu` files.
}
]
Steps to Reproduce
- Open a
.cu
file with C++ keywords likenullptr
. - Note that
nullptr
is marked as misspelled.
Expected Behavior
Since CUDA is a superset of C++, it should share keywords.
Additional Information
No response
cspell.json
cspell.config.yaml
Example Repository
No response
Code of Conduct
- I agree to follow this project's Code of Conduct