From 5206e9811882352e895759fce0a1e2feeabbc440 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Thu, 16 Apr 2026 10:31:20 +0800 Subject: [PATCH] chore(workspace): remove unused settings for STM32 --- helios-evcs.code-workspace | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/helios-evcs.code-workspace b/helios-evcs.code-workspace index c7c31be..76a8028 100644 --- a/helios-evcs.code-workspace +++ b/helios-evcs.code-workspace @@ -7,8 +7,5 @@ "name": "firmware", "path": "hardware/firmware" } - ], - "settings": { - "stm32-for-vscode.makePath": false - } + ] } \ No newline at end of file