false
in JSON configClick >>> <language_name> in the Status Bar to the bottom-right of the VS Code window. This opens the Language Mode picker.
Click >>> Configure <language_name> language based settings...
Add >>> "editor.wordWrap": "off",
under "[<language_name>]": { ...
settings.json
...
"[csv]": {
"editor.wordWrap": "off",
"editor.insertSpaces": false
}
...
VS Code showing a CSV file with "CSV" button highlighted at the bottom, indicating to click it. VS Code showing a dropdown menu with "Configure 'CSV' language based settings..." highlighted, indicating it as the next step. An arrow labeled "Click" points to this option. enter image description here