vscode-language-babel icon indicating copy to clipboard operation
vscode-language-babel copied to clipboard

New line not inserted after opening back tick

Open mmckinley8 opened this issue 5 years ago • 0 comments

Describe the issue When hitting space after a back tick, a new line is now inserted in between the open/closing back tick

Screenshot of Current Behavior Screen Shot 2021-03-10 at 5 28 55 PM

I would expect this: Screen Shot 2021-03-10 at 5 29 55 PM

Sample Code to Reproduce

const MyComp = styled(View)`
`

mmckinley8 avatar Mar 10 '21 23:03 mmckinley8