From 3c36a24c4ab2b2dc246a6040e6b298208b726192 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Sun, 4 Sep 2022 20:22:08 +0200 Subject: [PATCH] vscode file updates --- .vscode/c_cpp_properties.json | 1 + .vscode/settings.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 2911f88..bcc01d7 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -20,6 +20,7 @@ "name": "Arduino", "compilerPath": "/home/jonas_jones/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-g++", "compilerArgs": [ + "-w", "-std=gnu++11", "-fpermissive", "-fno-exceptions", diff --git a/.vscode/settings.json b/.vscode/settings.json index 691a8f6..b4aa6cd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "C_Cpp.errorSquiggles": "Disabled" + "C_Cpp.errorSquiggles": "Disabled", + "rust-analyzer.cargo.buildScripts.enable": true } \ No newline at end of file