[x] I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: Windows 10-64 Bit (Creators Update)
Control+Comma (Shortcut to open .hyper.js file) in version 1.3.2 results in the following error.
Tested in prior version, 1.3.1, and the issue isn't current. Guessing an issues from the 1.3.2 update.
I got the exact same error. Fresh installation.
Hyper 1.3.2
Electron 1.4.16
win32 x64 10.0.16184
Same here. win 10 64-bit, Hyper 1.3.2
same here. win 10 64-bit
Same here, Win 10 1703 64-Bit, Hyper 1.3.3
Try to set a default editor for .js files.
Windows tries to run .hyper.js file as a script.
Solved in #1872
I'm still getting this problem after downloading the .exe from the website. Has the installer not been updated perhaps?
Yes, it will be in the next release! Not released yet
Note that it will open the file with Notepad (not your default editor, whatever it may be)
I just changed the default application for .js file. For example, I am using Sublime for editing .js file instead of using Microsoft Script. It should work by this way
This is still an issue by default if users don't have .js files opening by default with a text editor.
Why doesn't the preferences shortcut run a command where it opens the hyper.js file in the default system text editor?
Or just don't use a .js file extension as the preferences file type, use .ini ?
Can confirm this is still an issue with the current Hyper. Tried to open Preferences and received the exact same issue as @isseiler
This is still an issue for me. Hyper version 1.4.8 on Windows build 17101.
Reproducible with my machine.
Most helpful comment
Try to set a default editor for .js files.
Windows tries to run .hyper.js file as a script.