-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
.cufile with C++ keywords likenullptr. - Note that
nullptris 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