From 412edd03df8ff4acabf82950188266be2ae642e4 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 1 Jan 2022 17:11:42 +0100 Subject: [PATCH] Add file associations --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d6cf341..727ce82 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,8 @@ "binaryPath": "/home/geoffrey/Documents/Dev/DStarGateway/dstargateway", "binaryArgs": [] } - ] + ], + "files.associations": { + "new": "cpp" + } } \ No newline at end of file