We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The devtools won't open in pulsar, no matter what flags I use or way I try to open them ( keybinding , command palette , gui )
In my existing atom ( latest ) installation it still works however.
🐧 Debian based (Linux Mint, Ubuntu, etc.)
Kubuntu 22.04
64-bit(x86_64)
Run pulsar with any - all of the following
--dev
--safe
--no-sandbox
No response
The text was updated successfully, but these errors were encountered:
I managed to get them to open by running Pulsar directly from it's executable:
/opt/Pulsar/pulsar --dev --no-sandbox
So something might be wrong with the script at
/usr/bin/pulsar
Sorry, something went wrong.
Having to use --no-sandbox on just about every linux distro is currently a known issue, it just needs to be added to the script.
@confused-Techie Yeah but it doesn't seem to work when I supply it to the pulsar command directly..
Successfully merging a pull request may close this issue.
Thanks in advance for your bug report!
What happened?
The devtools won't open in pulsar,
no matter what flags I use or way
I try to open them ( keybinding ,
command palette , gui )
In my existing atom ( latest )
installation it still works however.
Which OS does this happen on?
🐧 Debian based (Linux Mint, Ubuntu, etc.)
OS details
Kubuntu 22.04
Which CPU architecture are you running this on?
64-bit(x86_64)
What steps are needed to reproduce this?
Run pulsar with any - all of the following
--dev
--safe
--no-sandbox
Additional Information:
No response
The text was updated successfully, but these errors were encountered: