File tree 3 files changed +17
-3
lines changed
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
+
1
8
## [ 2.10.1] ( https://github.com/JohnstonCode/svn-scm/compare/v2.10.0...v2.10.1 ) (2020-02-20)
2
9
3
10
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
102
102
// Try the experimental encoding detection
103
103
" svn.experimental.detect_encoding" : null ,
104
104
105
+ // Priority of encoding
106
+ " svn.experimental.encoding_priority" : [],
107
+
105
108
// Url for the gravitar icon using the <AUTHOR>, <AUTHOR_MD5> and <SIZE> placeholders
106
109
" svn.gravatar.icon_url" : " https://www.gravatar.com/avatar/<AUTHOR_MD5>.jpg?s=<SIZE>&d=robohash" ,
107
110
Original file line number Diff line number Diff line change 2
2
"name" : " svn-scm" ,
3
3
"displayName" : " SVN" ,
4
4
"description" : " Integrated Subversion source control" ,
5
- "version" : " 2.10.1 " ,
5
+ "version" : " 2.10.2 " ,
6
6
"publisher" : " johnstoncode" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.42.0"
1072
1072
"default" : false
1073
1073
},
1074
1074
"svn.experimental.encoding_priority" : {
1075
- "type" :" array" ,
1075
+ "type" : " array" ,
1076
1076
"description" : " Priority of encoding" ,
1077
1077
"default" : [],
1078
1078
"examples" : [
1079
- [" UTF-8" , " GB18030" , " windows-1251" ]
1079
+ [
1080
+ " UTF-8" ,
1081
+ " GB18030" ,
1082
+ " windows-1251"
1083
+ ]
1080
1084
]
1081
1085
},
1082
1086
"svn.gravatar.icon_url" : {
You can’t perform that action at this time.
0 commit comments