1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-25 17:44:23 +00:00

Tell VSC that .hu files are CUDA C++

This commit is contained in:
Steffo 2022-11-28 15:48:06 +01:00
parent 6c97ed5107
commit 0eb45d1249
Signed by: steffo
GPG key ID: 6965406171929D01

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"files.associations": {
"*.hu": "cuda-cpp"
}
}