Commit 174c739
authored
V3.1.0 (#611)
* german localization
* corrected naming of locale
* german localization
* corrected naming of locale
* fix: missing partial i18n translation
* fix: missing partial i18n translation
* fix: add missing key for German language file
* fix: typo
* Minor Wording Changes
The text on some parts looked strange and not correct, thought I'd update a few for grammar and looks.
* chore: update .gitignore
* chore: add tslint and prettier rules
* chore: add format script
* chore: update teslint rules to make it defined mutilple class in one file
* chore: run tslint before publish extension
* refactor: format the code with prettier
* chore: update tsconfig and tslint
* refactor: refactor utils.ts
* refactor: refactor localize.ts
* refactor: refactor setting.ts
* refactor: refactor environmentPath.ts
* refactor: refactor fileService.ts
* chore: update teslint rules
* refactor: replace github package with @octokit/rest
* chore: update teslint rules
* refactor: refactor commons.ts
* refactor: refactor pluginService.ts
* refactor: extension.ts
* feat: replace fs module with fs-extra, and use async await instead of callback style
* feat: update deps for vscode/typescript/adm-zip/tslint
* refactor: refactor callback style with async await
* remove unused dependencies ncp and rimraf, use fs-extra instead
* fix: invalid @octokit/rest constructor options
* chore: update travis script
* fix: lstat should be async no sync
* fix: user agent for proxy
* pref: improve performance when start up. use async instead of sync method #472
* fix: implement promisify and fix lockfile
* feat: use lockfile instead of proper-lockfile.
* pref: improve performance
* refactor: add sync class and clean up extension file. it should improve startup performance #472
* refactor: add lockfile.ts
* fix: typo ShowSummaryOutput
* refactor: refactor download function
* fix: lockfile
* refactor: rename 'en' to 'env'
* refactor: remove unused activationEvents
* refactor: refactor upload logic, make it clean
* style: rename lockfile function name, make it same style with other
* refactor: sync advance options
* chore: not allow unuser locals and params. make it clean
* refactor: remove unused local and params
* refactor: remove unneed await
* pref: improve localize performance, init when extension be actived
* fix: make sure resolve language merger with default language.
* Update tutorial message
* Fix slack img
* Update path to imgur link
* Update tutorial link again
* Extension Installation CLI Added
TSLint Improved
#434
#590
#513
#337
* Summary improved
* Github Api Code Improvements
Anonymous Gist Code Removed
Initializtion in contructor
github api updated
proxy addition
github enterprise support updated
* Ignored extensions can be accidentally deleted if removeExtensions is enabled. (#604)
* Fix for #516
* Update to fix `ignoredExtensions` where extensions were deleted if `removeExtensions` was enabled.
* #604
* Extension summary
#577
* Gist Name change
#513
* #611
* fix: error translation
* #611 - Changelog
CLI Improvements
* #611
* #6111 parent 1dcc0db commit 174c739
File tree
23 files changed
+3081
-2547
lines changed- images
- src
- service
23 files changed
+3081
-2547
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
1 | 17 | | |
2 | 18 | | |
3 | 19 | | |
| |||
6 | 22 | | |
7 | 23 | | |
8 | 24 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | | - | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | | - | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 49 | | |
53 | 50 | | |
54 | 51 | | |
| |||
172 | 169 | | |
173 | 170 | | |
174 | 171 | | |
| 172 | + | |
| 173 | + | |
175 | 174 | | |
176 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
177 | 187 | | |
178 | 188 | | |
179 | 189 | | |
180 | | - | |
181 | 190 | | |
182 | 191 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 192 | + | |
187 | 193 | | |
188 | 194 | | |
189 | 195 | | |
190 | 196 | | |
191 | 197 | | |
192 | 198 | | |
193 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
194 | 204 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
199 | 208 | | |
200 | 209 | | |
201 | 210 | | |
202 | 211 | | |
203 | 212 | | |
204 | | - | |
| 213 | + | |
205 | 214 | | |
206 | 215 | | |
| 216 | + | |
207 | 217 | | |
208 | 218 | | |
209 | | - | |
210 | | - | |
211 | 219 | | |
212 | 220 | | |
213 | | - | |
214 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
215 | 227 | | |
216 | 228 | | |
217 | 229 | | |
| |||
221 | 233 | | |
222 | 234 | | |
223 | 235 | | |
224 | | - | |
| 236 | + | |
225 | 237 | | |
226 | 238 | | |
227 | | - | |
| 239 | + | |
228 | 240 | | |
229 | 241 | | |
230 | 242 | | |
231 | | - | |
232 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
233 | 251 | | |
234 | 252 | | |
235 | 253 | | |
236 | | - | |
| 254 | + | |
237 | 255 | | |
238 | 256 | | |
239 | 257 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 63 | + | |
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
| |||
108 | 103 | | |
109 | 104 | | |
110 | 105 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 106 | | |
122 | 107 | | |
123 | 108 | | |
| |||
133 | 118 | | |
134 | 119 | | |
135 | 120 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 121 | | |
147 | 122 | | |
148 | 123 | | |
| |||
168 | 143 | | |
169 | 144 | | |
170 | 145 | | |
171 | | - | |
| 146 | + | |
172 | 147 | | |
173 | 148 | | |
174 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
175 | 152 | | |
176 | 153 | | |
177 | | - | |
178 | | - | |
179 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
180 | 161 | | |
181 | 162 | | |
182 | | - | |
| 163 | + | |
| 164 | + | |
183 | 165 | | |
184 | | - | |
185 | | - | |
| 166 | + | |
186 | 167 | | |
187 | | - | |
188 | | - | |
189 | | - | |
| 168 | + | |
190 | 169 | | |
191 | 170 | | |
192 | 171 | | |
0 commit comments