File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.10.2] ( https://github.com/JohnstonCode/svn-scm/compare/v2.10.1...v2.10.2 ) (2020-02-21)
2+
3+
4+ ### Bug Fixes
5+
6+ * added experimental encoding priority list ([ #835 ] ( https://github.com/JohnstonCode/svn-scm/issues/835 ) ) ([ 706dbc1] ( https://github.com/JohnstonCode/svn-scm/commit/706dbc19957bdae7634b7b72120be6f85ba74ad3 ) )
7+
18## [ 2.10.1] ( https://github.com/JohnstonCode/svn-scm/compare/v2.10.0...v2.10.1 ) (2020-02-20)
29
310
Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ Here are all of the extension settings with their default values. To change any
102102 // Try the experimental encoding detection
103103 " svn.experimental.detect_encoding" : null ,
104104
105+ // Priority of encoding
106+ " svn.experimental.encoding_priority" : [],
107+
105108 // Url for the gravitar icon using the <AUTHOR>, <AUTHOR_MD5> and <SIZE> placeholders
106109 " svn.gravatar.icon_url" : " https://www.gravatar.com/avatar/<AUTHOR_MD5>.jpg?s=<SIZE>&d=robohash" ,
107110
Original file line number Diff line number Diff line change 22 "name" : " svn-scm" ,
33 "displayName" : " SVN" ,
44 "description" : " Integrated Subversion source control" ,
5- "version" : " 2.10.1 " ,
5+ "version" : " 2.10.2 " ,
66 "publisher" : " johnstoncode" ,
77 "engines" : {
88 "vscode" : " ^1.42.0"
10721072 "default" : false
10731073 },
10741074 "svn.experimental.encoding_priority" : {
1075- "type" :" array" ,
1075+ "type" : " array" ,
10761076 "description" : " Priority of encoding" ,
10771077 "default" : [],
10781078 "examples" : [
1079- [" UTF-8" , " GB18030" , " windows-1251" ]
1079+ [
1080+ " UTF-8" ,
1081+ " GB18030" ,
1082+ " windows-1251"
1083+ ]
10801084 ]
10811085 },
10821086 "svn.gravatar.icon_url" : {
You can’t perform that action at this time.
0 commit comments