Dmitry Ignatovich
Dmitry Ignatovich
This should work now starting from version 3.0.0
AFAIK this format is sometimes called "unix" csv dialect. I think it is not very frequently used these days. It is not impossible to add it but would take some...
Sorry for a late reply, This is a known feature of VSCode, see: https://stackoverflow.com/a/53643761/2898283 You can follow the suggestion there and set `"editor.largeFileOptimizations": false`, but this may result in poor...
I agree this can be solved by adding one or two configuration options i.e. "don't auto-quote output columns (list of columns)" and/or "always escape output fields (list of columns to...
The 3-way option sounds great! Although "Always" without column numbers won't be useful in many practical cases with some columns being integers/numbers I think it is very untypical to quote...
In short - there is currently no API in VSCode to do this, a request to add it was created 2 years ago and it is still open: https://github.com/Microsoft/vscode/issues/1800 I...
@Lercher Interesting, I didn't though much about this problem before. BTW Vim version of rainbow csv doesn't rely on file extension, instead there's a content-based detection algorithm which checks two...
Just published a new version with semicolon separator, which has to be manually selected from the list of languages. Waiting for the linked VSCode ticket to add all possible ascii...
@boeningc Did you modify the new pipe.tmLanguage.json file? You need to replace `;` with `|` and prepend it with two `\\` backslashes, one for regexp, another one for exterior json....
@boeningc what about package.json ? Did you modify it? And you probably don't need the backslash in dialect_map.