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 Apr 1, 2020. It is now read-only.
Expected behavior: When I press <CTRL-,> (or File->Preferences->Open Oni Config), I expect a window to open with a split, my config.js in one split, and more complete config in the other split.
Actual behavior: Nothing seems to happen, until I press <Enter> where I get the references window, but it's blank. The console in the developer tools reads (all the way from start up):
Steps to reproduce:
Because I couldn't open my config, I manually edited %APPDATA%\Oni\config.js (and %APPDATA%\Oni\config.tsx) to enable the default config (more or less), i.e.
I should mention, though I've had this issue for a while, what drove me to this was on startup I'd always get an error toast saying Failed to load init with no error description (and :messages in blank)
The text was updated successfully, but these errors were encountered:
Actually, I might close this issue, it actually seems that this issue occurs only when I open Oni from the shell (either Powershell or CMD), if I open it from the Start Menu, it works.
I also don't get any JS errors.. This is weird.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Oni Version: v0.3.9
Operating System: Windows 7
Issue: Cannot open preferences
<CTRL-,>
Expected behavior: When I press
<CTRL-,>
(orFile->Preferences->Open Oni Config
), I expect a window to open with a split, myconfig.js
in one split, and more complete config in the other split.Actual behavior: Nothing seems to happen, until I press
<Enter>
where I get thereferences
window, but it's blank. The console in the developer tools reads (all the way from start up):Steps to reproduce:
Because I couldn't open my config, I manually edited
%APPDATA%\Oni\config.js
(and%APPDATA%\Oni\config.tsx
) to enable the default config (more or less), i.e.I should mention, though I've had this issue for a while, what drove me to this was on startup I'd always get an error toast saying
Failed to load init
with no error description (and:messages
in blank)The text was updated successfully, but these errors were encountered: