vscode file updates

This commit is contained in:
Jonas_Jones 2022-09-04 20:22:08 +02:00
parent 58c0884c01
commit 3c36a24c4a
2 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,7 @@
"name": "Arduino", "name": "Arduino",
"compilerPath": "/home/jonas_jones/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-g++", "compilerPath": "/home/jonas_jones/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-g++",
"compilerArgs": [ "compilerArgs": [
"-w",
"-std=gnu++11", "-std=gnu++11",
"-fpermissive", "-fpermissive",
"-fno-exceptions", "-fno-exceptions",

View file

@ -1,3 +1,4 @@
{ {
"C_Cpp.errorSquiggles": "Disabled" "C_Cpp.errorSquiggles": "Disabled",
"rust-analyzer.cargo.buildScripts.enable": true
} }