File tree 5 files changed +28
-1
lines changed
5 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ electron-out
19
19
hexcache
20
20
build
21
21
crowdinstats.csv
22
+ .pxt /
22
23
23
24
* .user
24
25
* .sw ?
Original file line number Diff line number Diff line change 25
25
"thumbnails" : true ,
26
26
"publishing" : true ,
27
27
"importing" : true ,
28
+ "showBadges" : false ,
28
29
"preferredPackages" : [
29
30
" Microsoft/pxt-neopixel"
30
31
],
31
32
"githubPackages" : true ,
32
33
"cloudProviders" : {
33
- "github" : {}
34
+ "github" : {
35
+ "id" : " github" ,
36
+ "name" : " GitHub" ,
37
+ "icon" : " /static/providers/github-mark.png" ,
38
+ "identity" : false ,
39
+ "order" : 3
40
+ },
41
+ "microsoft" : {
42
+ "id" : " microsoft" ,
43
+ "name" : " Microsoft" ,
44
+ "icon" : " /static/providers/microsoft-logo.svg" ,
45
+ "identity" : true ,
46
+ "redirect" : true ,
47
+ "order" : 1
48
+ },
49
+ "google" : {
50
+ "id" : " google" ,
51
+ "name" : " Google" ,
52
+ "icon" : " /static/providers/google-logo.svg" ,
53
+ "identity" : true ,
54
+ "redirect" : true ,
55
+ "order" : 2
56
+ }
34
57
}
35
58
},
36
59
"compile" : {
396
419
" bluetoothPartialFlashing" ,
397
420
" simScreenshot" ,
398
421
" simGif" ,
422
+ " identity" ,
399
423
" blocksErrorList"
400
424
],
401
425
"bluetoothUartFilters" : [
You can’t perform that action at this time.
0 commit comments