vscode-text-pastry icon indicating copy to clipboard operation
vscode-text-pastry copied to clipboard

Add random number generation future

Open b1sar opened this issue 3 years ago • 3 comments

I needed to generate multiple random numbers. I implemented it for my use case and thought this could be a useful feature for other users too. So here it is. Most of the code is inspired by the "WordList feature" pull request.

Btw, Typescript is not my main language and also it's my first time working with a vscode extension so I hope this is acceptable to some degree.

b1sar avatar Nov 27 '21 23:11 b1sar

I'm not set up at the moment to publish new versions to the VS Code Extension Marketplace, but I fully intend to merge and publish this change once I get that set up. If it hasn't happened in a couple weeks, feel free to ping me again.

jkjustjoshing avatar Jan 26 '22 15:01 jkjustjoshing

While using the extension, I realized it has some minor errors. So I'll create an another commit that hopefully will fix it. Also, maybe this could be a good opportunity to add tests too :) But before that, I think converting the pull request to draft would be better, for now.

I'll ping you when everything is okay.

b1sar avatar Feb 21 '22 18:02 b1sar

Sounds good! Thanks for the reminder about your PR, but I'll wait to hear back from you and the PR moving out of "Draft" mode to review again and merge.

jkjustjoshing avatar Feb 22 '22 22:02 jkjustjoshing