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 like nullptr.
- 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
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
Steps to Reproduce
.cufile with C++ keywords likenullptr.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