-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Release 17.7 Pre-Release as main published version? #391
Comments
Using the pre-relase for a while now, especially for the Thank you for your time and work, @stkb |
The Before: await transaction.rollback(
{ status: 'pending' },
null,
{ transaction: sqlTransaction },
/*hint*/ true,
/*immediate*/ false,
/*delegated*/ true,
); Then I comment the whole block using a selection + CMD /: // await transaction.rollback(
// { status: 'pending' },
// null,
// { transaction: sqlTransaction },
// /*hint*/ true,
// /*immediate*/ false,
// /*delegated*/ true,
// ); Upon saving it becomes: // await transaction.rollback( { status: 'pending' }, null, { transaction: sqlTransaction }, /*hint*/ true,
// /*immediate*/ false, /*delegated*/ true, ); |
@rdsedmundo workaround: Add Markdown code fences / code block delimiters (three back ticks, like this: |
Hi @stkb, thanks so much for making Rewrap!
What do you think about republishing the 17.7 Pre-Release (from 2022) as the main released version?
It has great features like
onSave
, which many users would benefit from.The text was updated successfully, but these errors were encountered: