From df3ef6f9fafa72616a67d819a4febf5681ae6cdc Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Mon, 2 Jan 2023 14:54:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 530be2b..3a54357 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,4 +16,7 @@ }, "cmake.generator": "Unix Makefiles", "cortex-debug.openocdPath": "${env:HOME}/pico/openocd/src/openocd", + "files.associations": { + "string": "cpp" + }, } \ No newline at end of file