From 6e5dea9db66f6557232ec3028f65655921d7936f Mon Sep 17 00:00:00 2001 From: NeoZeng Date: Sat, 19 Nov 2022 15:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=8A=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AEintellisense=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +-- .vscode/settings.json | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b754b4..34757ae 100644 --- a/.gitignore +++ b/.gitignore @@ -50,5 +50,4 @@ dkms.conf build ./idea .vscode/.cortex-debug.peripherals.state.json -.vscode/.cortex-debug.registers.state.json -.vscode/settings.json \ No newline at end of file +.vscode/.cortex-debug.registers.state.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index e60620b..11f2092 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,4 +5,5 @@ "led_task.h": "c", "stdinf.h": "c" }, + "C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools", } \ No newline at end of file