Hi @quantumodo,
Thank you for your question! You can add a new key deck_folders
in the “launch.json” file to modify the default location of the decks. Here’s an example of how to set it up:
{
"deck_folders": [
"./deck/",
"D:\\marvel-lcg\\deck\\"
]
}
Please note that this setting is only used for displaying your decks in the “My Deck” section of the deck page.
If you have any further questions, feel free to ask!