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