Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Jet Set CombosNew to Visual Studio Code? Get it now.
Jet Set Combos

Jet Set Combos

pelmeshke

|
12 installs
| (0) | Free
Jet Set Combos🚀 is an extension that plays combo sound effects from Jet Set Radio when you type code continuously🤟🤟🤟
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jet Set Combos

Jet Set Combos🚀 is a Visual Studio Code extension that plays combo sound effects from the 2000 game Jet Set Radio when you type code continuously🤟🤟🤟

[!NOTE] This extension is currently supported only on Windows (x86-64)
However you can build it by yourself, check build section

Features

When you type very fast, you get combo sounds and stylish 🎵sound effects🎵

Commands

You can control the extension using the following commands:

  • Enable / Disable the extension
    > Enable Jet Set Radio Combos
    > Disable Jet Set Radio Combos

  • Increase volume by 10
    > Increase volume by 10

  • Decrease volume by 10
    > Decrease volume by 10

  • Set a specific volume value
    > Set volume to a specific value (1–100)

  • Select audio output device (Windows only)
    > Select Audio Device

Requirements

  • Windows 10 or newer
    The required sound player is bundled with the extension

Extension Settings

This extension contributes the following settings:

  • jet-set-combos.enable
    Enable or disable the extension

  • jet-set-combos.volume
    Volume level from 1 to 100, where 1 is very quiet and 100 is loud

  • jet-set-combos.audioDevice (Windows only)
    Audio output device index (can be selected via the command palette)

  • jet-set-combos.disablePasteSFX
    Disable the tape-rolling sound when pasting text

  • jet-set-combos.disableCutSFX
    Disable the tape-rolling sound when cutting text

Known Issues

There are currently no known issues (be the first to discover one!)

Build

Make sure the following tools are installed:

  • Node.js (18.x or newer recommended) https://nodejs.org/

  • .NET SDK 7.0 or newer for the sound player
    https://dotnet.microsoft.com/download

  1. Clone this repository

    git clone https://github.com/pelmesh619/jet-set-combos.git
    cd jet-set-combos
    
  2. Install Node.js dependencies

    npm install
    
  3. Build the sound player

    dotnet publish ./playsound/ -c Release --sc -o ./players
    
  4. Build the extension

    vsce package
    

Now you got a .vsix file that you can install in Visual Studio Code's extensions tab or with a command:

code --install-extension jet-set-combos-0.1.0.vsix

License

This project is licensed under the MIT License. That means that the source code of the extension is open-source and can be used, modified, and distributed under the terms of the MIT License

Jet Set Radio and its sound effects are the property of SEGA. Sound effects included in this project are used for non-commercial and fan purposes only. This project is not affiliated with or endorsed by SEGA

If you are a rights holder and believe that any content in this repository should be removed or changed, please open an issue or contact the repository owner

Release Notes

0.1.0

  • Initial beta release of Jet Set Combos

0.1.1

  • Fixed configuration update issues
  • Fixed a bug where the decrease volume command increased volume instead
  • Shortened the extension description
  • Combo sounds no longer stop while typing continuously
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft