platformio-atom-ide
platformio-atom-ide copied to clipboard
New atom core deprecation call on install
Configuration
Operating system: MacOS Big Sur 11.6.2
PlatformIO Version: Core 5.2.4 IDE 2.7.2
Description of problem
After installing Platform IDE, I get a new deprecation in Atom.
Steps to Reproduce
- Uninstall PlatformIO from Atom (maybe unnecessary)
- Install
platformio-ide
in Atom package installer
Actual Results
A new deprecation results in Atom
Atom Core Use require("electron").shell instead of require("shell")
Object.
Expected Results
The package installs without any deprecations.
Linking to https://github.com/atom/atom/issues/22306
The import to be updated is at https://github.com/platformio/platformio-atom-ide/blob/develop/lib/utils.js#L19