- VSCode Version: Code 1.15.0 (8b95971, 2017-08-09T20:16:18.034Z)
- OS Version: Windows_NT x64 6.1.7601
This is a feature request. I wanted a way to disable formatter for a block of code based on some sort of annotations. This will be handy for cases that are not yet supported by VSCode formatter. For example, support for dynamic imports were added in v1.14. Before that import() statements were not getting formatted properly.
This is a feature request. I wanted a way to disable formatter for a block of code based on some sort of annotations. This will be handy for cases that are not yet supported by VSCode formatter. For example, support for dynamic imports were added in v1.14. Before that
import()statements were not getting formatted properly.