From 0eb45d12496e10dda12a5ce5bd2034459a17a5c1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 28 Nov 2022 15:48:06 +0100 Subject: [PATCH] Tell VSC that `.hu` files are CUDA C++ --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a728723 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.hu": "cuda-cpp" + } +} \ No newline at end of file