mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-26 01:54:22 +00:00
Tell VSC that .hu
files are CUDA C++
This commit is contained in:
parent
6c97ed5107
commit
0eb45d1249
1 changed files with 5 additions and 0 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"files.associations": {
|
||||||
|
"*.hu": "cuda-cpp"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue