View Single Post
05/03/20, 08:38 AM   #8
Aenathel
 
Aenathel's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2020
Posts: 8
Originally Posted by Baertram View Post
Thanks!
Never used Webstorm so far, need to read about it first.
It's a web IDE built in IntelliJ IDEA. It's perfect for my hobby projects.

Originally Posted by Baertram View Post
Hint: If you use UTF-8 for your files be sure to remove the BOM or ESO will freak out in the addon manager, sometimes at least. Especially if it's set within the txt manifest files.
I took care of that on line 10:

Code:
$PSDefaultParameterValues['Out-File:Encoding'] = "utf8"
Of course, this requires PowerShell 5.1, but I'd be surprised if you didn't have that.
  Reply With Quote