[pulsar-next] pulsar-next
command on Windows doesn't set the right ATOM_HOME
#1217
Open
5 tasks done
Labels
bug
Something isn't working
pulsar-next
Related to the version of Pulsar that runs on the latest Electron
Thanks in advance for your bug report!
What happened?
Not sure why yet, but (after a recent bug fix that prevented the app from launching at all) running
pulsar-next
doesn't setATOM_HOME
correctly.The idea is that
ATOM_HOME
should be resolved first by explicit environment variable (so the user can override it), then by defaulting to the home directory on a particular OS plus eitherpulsar
orpulsar-next
, depending on the release channel. So either a variable isn't getting set bypulsar-next.cmd
or it's not getting properly inherited by the shell.By contrast, launching PulsarNext from the GUI seems to set the correct
ATOM_HOME
.Pulsar version
PulsarNext 1.124.0
Which OS does this happen on?
🪟 Windows
OS details
(any)
Which CPU architecture are you running this on?
None
What steps are needed to reproduce this?
PATH
entry forpulsar-next
[installation-location]\resources
pulsar-next
ATOM_HOME
via one of several approaches:atom.configDirPath
in a dev tools console, or open Settings and then click on the “Open Config Folder” button in the sidebar.pulsar
folder instead of your.pulsar-next
folderAdditional Information:
No response
The text was updated successfully, but these errors were encountered: