MPM READMEMpm or Music Per Minute is a Visual Studio Code extention that will play or pause the music on Spotify based on how fast you type. For each character you type you will be granted 1 second of playtime on Spotify. If you sign up with Spotify you can go to your settings and change the the amount of seconds you get per keypress. If your time runs out your music will be paused. Don't worry, if you keep writing code the music will start to play again. Happy Coding!CommandsTo start the extension you need to type: >mpmin the command palette. To stop the extension you need to type: >stopin the command palette. FeaturesPlay and pause music based on your typing speed. RequirementsYou need to have Spotify installed on your device. To download Spotify, click here: Spotify Extension SettingsTo change your settings you need to sign in to the Dashboard Value per keypressTo change this you need to go to the dashboard and change it on your settings. Hard modeIf you enable this in the dashboard, when you press backspace the music will stop and your playtime starts over from 0 New featuresStop CommandImplemented a stop method for the extension. See commands on how to do this. SettingsYou can now edit your setting directly in Vs Code. Bonus FeatureThis extension also works with Live Share from Microsoft. |