You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ivan,Thanks, it's working perfect now.Jan Rotmans
-------- Oorspronkelijk bericht --------Van: Ivan Kravets ***@***.***> Datum: 12-11-2021 14:19 (GMT+01:00) Aan: platformio/platformio-core ***@***.***> Cc: Rotma ***@***.***>, Author ***@***.***> Onderwerp: Re: [platformio/platformio-core] Core: Network paths wrong in c_cpp_properties.json (#3926)
Please re-test with pio upgrade --dev.
Does it work now?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
Operating system: Win10
PlatformIO Version ) : 5.1.1
Network paths (UNC) in the "c_cpp_properties.json" file are missing the first '/'
Intellisense not working for the affected files...
project on network drive: //nas/project (or y:/project)
Some libs on network : //nas/mylibs (or y:/mylibs)
platformio.ini
[env:leonardo]
platform = atmelavr
board = leonardo
framework = arduino
lib_extra_dirs =\nas\mylibs
Tested also with "lib_extra_dirs =y:\mylibs"
same result wil also show up as /nas/mylibs
c_cpp_properties.json (the auto generated file)
// !!! WARNING !!! AUTO-GENERATED FILE!
// PLEASE DO NOT MODIFY IT AND USE "platformio.ini":
// https://docs.platformio.org/page/projectconf/section_env_build.html#build-flags
//
{
"configurations": [
{
"name": "PlatformIO",
"includePath": [
"/nas/project/include",
~~~~~~~~~~~~~~ (cannot find dir)
"/nas/data/mylibs",
~~~~~~~~~~~~~~(cannot find dir)
JR
The text was updated successfully, but these errors were encountered: