-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.json
More file actions
41 lines (39 loc) · 738 Bytes
/
Copy pathscript.json
File metadata and controls
41 lines (39 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"contributors" : [
],
"icon" : "arrow.triangle.branch",
"version" : "1.0.0",
"author" : null,
"permissions" : null,
"color" : "indigo",
"intentInputTypes" : [
],
"runInApp" : true,
"remoteResource" : null,
"iconImage" : "",
"entry" : "index.tsx",
"name" : "Source Control",
"localizedNames" : {
"it" : "",
"pt" : "",
"zh" : "",
"de" : "",
"es" : "",
"ru" : "",
"fr" : "",
"ja" : "",
"en" : ""
},
"description" : "Git 源码管理器,支持变更查看、暂存、提交快照与历史回溯",
"localizedDescriptions" : {
"it" : "",
"es" : "",
"pt" : "",
"ja" : "",
"zh" : "",
"de" : "",
"ru" : "",
"fr" : "",
"en" : ""
}
}