electron-forge / electron-forge-docs

:electron: Mirror for Electron Forge's GitBook documentation
https://electronforge.io
83 stars 144 forks source link

fix(debugging): use integrated terminal in VSCode #144

Closed wildcherry2 closed 10 months ago

wildcherry2 commented 11 months ago

Not having this option can lead to issues with the preload script for whatever reason; it can't find the file, which then causes Electron to fail to load the rest of the app. However, explicitly running it through the integrated terminal solves the problem.