Hi all,
I have a small annoying problem. I’m using my own custom location for storing all code that I type. In PlatformIO > Settings > PlatformIO IDE > Core > Project Home I enter that location but upon every PlatformIO start it creates folder into ~/Documents. Why? How can I disable that?
Here is config.cson:
“":
core:
ignoredNames: [
".git"
".hg"
".svn"
".DS_Store"
"._”
“Thumbs.db”
“desktop.ini”
".pioenvs"
".piolibdeps"
".clang_complete"
".gcc-flags.json"
]
projectHome: “/home/stefaca/Work/PlatformIO/“
telemetryConsent: “no”
“exception-reporting”:
userId: “ID”
“file-icons”:
coloured: false
"linter-ui-default”:
useBusySignal: false
"platformio-ide-terminal”:
core:
autoRunCommand: “export PATH=~/.platformio/penv/bin:$PATH”
“tool-bar”:
position: “Left”
“tree-view”:
hideIgnoredNames: true
welcome:
showOnStartup: false