Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>zv-random-cardsNew to Visual Studio Code? Get it now.

zv-random-cards

zveillette

|
14 installs
| (0) | Free
VS Code extension to randomly pick cards.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

zv-random-cards

A small extension to randomly pick cards from a deck. Also a great way to stretch between coding sessions as the cards can be changed for small exercises.

Features

  • Randomly pick cards from predefined or custom decks
  • Enable/Disable automatic card pick and set the interval
  • Change the deck to be small training exercices to take a break and strech between your coding sessions
  • Cards can be stacked into a pile to avoid missing them when they are picked automatically

Creating your own deck

Use the following format to create your deck. Note that a card will be created for each card type.

[{
    "name": "my deck",
    "cards": [{
        "name": "my card",
        "points": 1
    }],
    "cardTypes": [{
        "name": "my card type",
        "weight": 2
    }]
}]
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft