Vscode - Toogle word wrap permanently

0 votes
409 views
added Apr 3, 2019 in VSCode by LC Marshal Captain (25,790 points)
// on settings.json

{   //add the first line
    "editor.wordWrap": "on",
    "editor.minimap.enabled": false,
    "workbench.colorTheme": "Monokai",
    "window.zoomLevel": -1
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...