atom-community / atom-ide-base

Atom IDE packages for Atom
https://atom.io/packages/atom-ide-base
Other
44 stars 10 forks source link

fix: use `@electron/remote` instead of `remote` #92

Open aminya opened 3 years ago

aminya commented 3 years ago

The remote module is removed from Electron 11

Someone needs to do the second step inside the main process of the Atom itself https://github.com/electron/remote#migrating-from-remote https://github.com/atom/atom/pull/22687