Chris

Results 105 comments of Chris

Maybe an encoding detection priority list? https://github.com/microsoft/vscode/issues/85480#issuecomment-579880763

Can you give `2.10.2` as try. This adds a new config option `svn.experimental.encoding_priority` which takes an array of encoding types and prioritise them based on order. For example `["UTF-8", "GB18030",...

Glad that is working for you. As per your linked issues i think they need to decide on how they will handle it internally before they do any API work.

> Can you give `2.10.2` as try. This adds a new config option `svn.experimental.encoding_priority` which takes an array of encoding types and prioritise them based on order. For example `["UTF-8",...

https://github.com/microsoft/vscode/issues/824

need to rasie an issue for `registerDiffInformationCommand`

`Set the interval in seconds to check changed files on remote repository and show in statusbar. 0 to disable`

Yeah i get your point. This needs changing