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