You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,6 +94,7 @@ Global (Settings UI or `settings.json`):
93
94
-`csv.enabled` (boolean, default `true`): Enable/disable the custom editor.
94
95
-`csv.fontFamily` (string, default empty): Override font family; falls back to `editor.fontFamily`.
95
96
-`csv.cellPadding` (number, default `4`): Vertical cell padding in pixels.
97
+
- Per-file encoding: use `CSV: Change File Encoding` to set a file’s encoding (e.g., `utf8`, `utf16le`, `windows1250`, `gbk`). The extension will reopen the file using the chosen encoding.
96
98
97
99
Per-file (stored by the extension; set via commands):
vscode.window.showWarningMessage('CSV: Could not invoke the built-in encoding picker. Please use File → Reopen with Encoding, then re-open the CSV view.');
0 commit comments