Feature Request
When we use vscode develop PyTorch cpp_extension SYCL code. It is a SYCL c++ file and its file extension is *.sycl: https://github.com/pytorch/pytorch/blob/a69b2e85d382dd35485f10cc34a5f8b1276e7c4c/torch/utils/cpp_extension.py#L675-L680
We can also reference: https://docs.pytorch.org/tutorials/advanced/cpp_custom_ops_sycl.html
Our vscode-cpptools can't parser the source code as c++ file.
Please add *.sycl to support list.