You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring changes formatting in the sense that it removes empty lines, which is fixed by #36688 but another issue is that it breaks original code into 2 lines in some cases.
re: #27294 (comment) microsoft/vscode#96172
Refactoring changes formatting in the sense that it removes empty lines, which is fixed by #36688 but another issue is that it breaks original code into 2 lines in some cases.
TypeScript Version: 3.9.0-dev.20200425
Search Terms: refactor, empty line, linebreak, formatting persistence.
Given the following piece of code, when I extract the condition and
console.log
into a function,console.log
moves to a new line.Expected behavior:
Actual behavior:
Related Issues: #27294 microsoft/vscode#96172
The text was updated successfully, but these errors were encountered: