Skip to content

Comment formatting issue in VSCode when line endings are set to CRLF #115

@tanzaku

Description

@tanzaku

input

/*+
	comment
*/
SELECT;

expected

/*+
	comment
*/
select /* _SQL_ID_ */
;

actual

Unintended blank lines are being inserted.

/*+

	comment
*/
select /* _SQL_ID_ */
;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions