Toby Merlet
Toby Merlet
Hey, Thanks for this awsome extension. Is anybody else having problems with the import react setting? in my vscode settings I have ``` "reactSnippets.settings.prettierEnabled": true, "reactSnippets.settings.importReactOnTop": false ``` Prettier option...
fix for https://github.com/alex3165/gymbox-bot/issues/7 - when running the scheduler, classes are only booked for the following day I've left the CLI as is. Might simplify the code a bit if we...
If you try and book classes on consecutive days, for example: ``` { "Wednesday": { "className": "Bike & Beats", "time": "07:15", "location": "Holborn" }, "Thursday": { "className": "Ripped & Stripped",...
if you run the node command on Thursday evening at 6pm: ``` node cli.js -c run ``` but you have a class for Thursday entered in your classByDay.json: ``` {...
Hey, so I'm trying to change a pattern across 95 files. I'd rather not have to open them one by one, is there a way super replace can do this?...