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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
According to atom/atom#9879, TextEditor.getPath() does not return a realpath
since Atom 1.14. We no longer need to normalize paths by calling realpath() in
order to determine the active project, and we can use the actual project paths
and text editor paths instead.
Resolveplatformio#136, Resolve 320.
on Linux soft link in project path is causing the platformio to incorrectly parse paths to an active file and project. That causes issues with building simultaneously open projects as described here (https://community.platformio.org/t/how-to-switch-the-project-in-the-ide/448)
The text was updated successfully, but these errors were encountered: