I am working on a typescript project and i have VS code latest version (Version: 1.68.1 (Universal)).I have prettier installed in VS code and i am having issue when i try to format a selected code. rather than formatting the selection, it format the entire document which makes it hard while code review because of the larger number of git diffs.
I tried editing the settings.json as mentioned in few of the posts but did not help and seems to be deprecated. I also don't see the "Format Selection with" option when in right click in VS code.
Any inputs to fix this will be highly appreciated. Thanks in advance