From f65847e3a1de6a4b7ff579f082a1021cd1090ca0 Mon Sep 17 00:00:00 2001 From: Youen Toupin Date: Sat, 31 Mar 2018 19:25:21 +0200 Subject: [PATCH] vscode intellisense path fix --- .vscode/c_cpp_properties.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index d5ef439..7c8d8a5 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -9,7 +9,7 @@ "/opt/arduino-1.8.5/hardware/tools/avr/avr/include", "/opt/arduino-1.8.5/hardware/arduino/avr/variants/standard", "${workspaceRoot}", - "${workspaceRoot}/library/OneWireSlave" + "${workspaceRoot}/library/OneWireSlave/src" ], "defines": [ "ARDUINO=160", @@ -48,7 +48,7 @@ "/opt/arduino-1.8.5/hardware/tools/avr/avr/include", "/opt/arduino-1.8.5/hardware/arduino/avr/variants/standard", "${workspaceRoot}", - "${workspaceRoot}/library/OneWireSlave" + "${workspaceRoot}/library/OneWireSlave/src" ], "defines": [ "ARDUINO=160", @@ -85,7 +85,7 @@ "/opt/arduino-1.8.5/hardware/tools/avr/avr/include", "/opt/arduino-1.8.5/hardware/arduino/avr/variants/standard", "${workspaceRoot}", - "${workspaceRoot}/library/OneWireSlave" + "${workspaceRoot}/library/OneWireSlave/src" ], "defines": [ "_DEBUG",