Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete current statement with semicolon if JS and configured #353

Merged
merged 2 commits into from
May 4, 2024

Conversation

grgar
Copy link
Contributor

@grgar grgar commented Apr 28, 2024

Fixes #65 by inserting a semicolon at the end of the line if language is JavaScript (or TypeScript) and semicolons are configured as required using the existing javascript.format.semicolons configuration option in the JavaScript extension.

Fixes kasecato#65 by inserting a semicolon at the end of the line if language is JavaScript (or TypeScript) and semicolons are configured as required using the existing `javascript.format.semicolons` configuration option in the JavaScript extension.
@grgar grgar force-pushed the complete-current-statement branch from 076cdd9 to 433be79 Compare April 28, 2024 14:55
@kasecato kasecato self-requested a review May 2, 2024 01:06
@kasecato kasecato self-assigned this May 2, 2024
package.json Outdated Show resolved Hide resolved
@kasecato kasecato merged commit 7cd1502 into kasecato:master May 4, 2024
@kasecato kasecato added this to the v1.7.3 milestone May 4, 2024
@kasecato
Copy link
Owner

kasecato commented May 4, 2024

Will be released on v1.7.3

@grgar grgar deleted the complete-current-statement branch May 4, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to put one " ; " at the end of line
2 participants