What is the Visual Studio Code editor built on
What underlying technologies/libraries is Microsoft’s new (free) cross platform editor Visual Studio Code (Launched 5/29/2015) built on? There are rumors that it’s just … Read more
What underlying technologies/libraries is Microsoft’s new (free) cross platform editor Visual Studio Code (Launched 5/29/2015) built on? There are rumors that it’s just … Read more
I have packed my Electron application using the following command: asar pack app app.asar Now, I need to unpack it and get the … Read more
How do you set the app icon for your Electron app? I am trying BrowserWindow({icon:’path/to/image.png’}); but it does not work. Do I need … Read more
How do I remove this menu-bar from my electron apps: Also it says “Hello World”(is this because I downloaded electron pre-built, and will … Read more
I’m creating an Electron app for my own purpose. My problem is when I’m using node functions inside my HTML page it throws … Read more
Problem: while developing using Electron, when you try to use any JS plugin that requires jQuery, the plugin doesn’t find jQuery, even if … Read more