I want to increase the line size. in half of the screen the typing line is going to the next line. how can I increase this limit?
Asked
Active
Viewed 151 times
1
-
Check this https://stackoverflow.com/a/31028495/4901118 – isAif Jun 12 '20 at 11:38
1 Answers
0
You can either disable word wrap, or adjust the wrapping width (number of columns) to your liking in the settings.
Correspodning settings.json
entries
"editor.wordWrapColumn": 120,
and "editor.wordWrap": "wordWrapColumn",

tHeSiD
- 4,587
- 4
- 29
- 49