We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using VS-code to edit TypeScript.
The source code contains this statement:
if (<number>foo < <number>bar) { }
If I press Alt Shift F in VS-code to reformat the source which contains this statement, it becomes ...
if (<number>foo <<number>bar) { }
... which no longer compiles.
Does this issue occur when all extensions are disabled?: Yes
Version: 1.35.0 (user setup) Commit: 553cfb2c2205db5f15f3ee8395bbd5cf066d357d Date: 2019-06-04T01:17:12.481Z Electron: 3.1.8 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Windows_NT x64 10.0.17134
Using VS-code to edit TypeScript.
The source code contains this statement:
If I press Alt Shift F in VS-code to reformat the source which contains this statement, it becomes ...
... which no longer compiles.
Does this issue occur when all extensions are disabled?: Yes