Note: This problem can be fixed with shortcuts on the keyboard. Thanks all.
CodePudding user response:
- Open your settings.json via
CMD/CTRL SHIFT P
- Type
Open Settings (JSON)
, and go into it - Add
"editor.wordWrap": "on"
then save
Note: This problem can be fixed with shortcuts on the keyboard. Thanks all.
CodePudding user response:
CMD/CTRL SHIFT P
Open Settings (JSON)
, and go into it"editor.wordWrap": "on"
then save