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
When we update the local path and then try to view(open) settings file with the editor, it returns a stupid error:
❯ notya settings view
[ERROR] Note not exists at: .settings.json
It happens 'cause we use [serivce]'s open functionality, which that uses l.settings.LocalPath + notePath to define the file(note) path.
So notya tries to reach settings file at new local_path, but settings file won't be moved in any case.
The text was updated successfully, but these errors were encountered:
When we update the local path and then try to view(open) settings file with the editor, it returns a stupid error:
It happens 'cause we use [serivce]'s open functionality, which that uses
l.settings.LocalPath + notePath
to define the file(note) path.So notya tries to reach settings file at new local_path, but settings file won't be moved in any case.
The text was updated successfully, but these errors were encountered: