File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "MicroPython.executeButton" : [
3
+ {
4
+ "text" : " ▶" ,
5
+ "tooltip" : " 运行" ,
6
+ "alignment" : " left" ,
7
+ "command" : " extension.executeFile" ,
8
+ "priority" : 3.5
9
+ }
10
+ ],
11
+ "MicroPython.syncButton" : [
12
+ {
13
+ "text" : " $(sync)" ,
14
+ "tooltip" : " 同步" ,
15
+ "alignment" : " left" ,
16
+ "command" : " extension.execute" ,
17
+ "priority" : 4
18
+ }
19
+ ]
20
+ }
Original file line number Diff line number Diff line change 26
26
"version" : " kinetic-v1.0.0" ,
27
27
"URL" : " https://github.com/wuhanstudio/rt-rosserial.git" ,
28
28
"filename" : " rosserial-kinetic-1.0.0.zip" ,
29
- "VER_SHA" : " 8368e65b025fae86669faecd4a324eb8a037457b "
29
+ "VER_SHA" : " "
30
30
},
31
31
{
32
32
"version" : " melodic-v1.0.0" ,
33
33
"URL" : " https://github.com/wuhanstudio/rt-rosserial.git" ,
34
34
"filename" : " rosserial-melodic-1.0.0.zip" ,
35
- "VER_SHA" : " 762a758f61e773460f0657c44f7bc832106af0fc "
35
+ "VER_SHA" : " "
36
36
},
37
37
{
38
38
"version" : " kinetic-latest" ,
You can’t perform that action at this time.
0 commit comments