question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

More "Atom-like" Explosions -- Help Needed

See original GitHub issue

Question:

via https://github.com/Microsoft/vscode/issues/852#issuecomment-311708869

Can’t we have exactly the same experience as we’re used to in Atom, without the damn 🎆 . 😞

atom

Combo Counter Answer:

Not exactly. The Atom extension creates a canvas that it writes particle animations to. VS Code doesn’t expose DOM access so I can’t do that.

What I can do is replace the “firework” explosions with “particle” explosions if somebody has an appropriate gif with transparent background.

I didn’t find any that looked good, so I went with the best I could find.

If you find explosions you’d like to use instead of these ones, you can do that using this setting:

"powermode.customExplosions": [ "<explosion url>",  "<explosion url>",  "<explosion url>" ]

The combo counter is a similar story. I made some attempts to absolutely position some decorations on the screen but was unsuccessful. They would appear and disappear as you scrolled the first or last line off the screen. I may revisit this in the future.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:22 (10 by maintainers)

github_iconTop GitHub Comments

4reactions
hudannagcommented, Dec 6, 2019

Here is mine: image

{
    "powermode.enabled": true,
    "powermode.explosionDuration": 500,
    "powermode.maxExplosions": 10,
    "powermode.comboTimeout": 3,
    "powermode.shakeIntensity": 2,
    "powermode.explosionFrequency": 3,
    "powermode.explosionSize": 120,
    "powermode.customCss": {
        "margin-left": "-200px",
        "margin-top": "500px",
        "position": "fixed"
    },
    "powermode.customExplosions":
        ["https://i.imgur.com/BfxzAts.png",
        "https://i.imgur.com/dVQjcqc.png",
        "https://i.imgur.com/sUMSgII.png",
        "https://i.imgur.com/V81tYq1.png",
        "https://i.imgur.com/C6ey7KC.png",
        "https://i.imgur.com/4SabKqW.png",
        "https://i.imgur.com/Lqs0JcF.png",
        "https://i.imgur.com/taSGO7d.png",
        "https://i.imgur.com/n8Z5a3w.png",
        "https://i.imgur.com/ajxqJFZ.png",
        "https://i.imgur.com/2t7TL4q.png",
        "https://i.imgur.com/taSGO7d.png",
        "https://i.imgur.com/FOKwl6H.png",
        "https://i.imgur.com/falaNVU.png"]
}
2reactions
hoovercjcommented, Oct 1, 2017

Huge thanks, @darkvertex! And @horvay – I’ve published an update

Read more comments on GitHub >

github_iconTop Results From Across the Web

vscode power mode - Visual Studio Marketplace
Power Mode is one of the most requested extensions for VS Code. ... (now with atom-like explosions and an improved combo meter!)
Read more >
What Does A Quantum Explosion Look Like? - Fast Company
It's a world composed of particles smaller than an atom, like protons, ... aid in making complex physics more understandable to laypeople.
Read more >
Is it true that the longer a nuclear explosion can be contained ...
It's true of more than just nuclear explosions, but yes, it is true. All explosives rely on some type of fast-acting reaction. In...
Read more >
The Science of Nuclear Weapons, Visualized - Visual Capitalist
Nuclear weapons have devastating effects, but the science of how they work is atomically small. So, how do nuclear weapons work?
Read more >
Chapter VIII—Initial Nuclear Radiation - Atomic Archive
Most of the neutrons and part of the gamma rays are emitted in the fission and fusion reactions, i.e., simultaneously with the explosion....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found