-
Notifications
You must be signed in to change notification settings - Fork 12
/
package_model.json
56 lines (56 loc) · 1.22 KB
/
package_model.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "Industrial-Robots",
"displayName": "Industrial Robots",
"description": "Robot Programming Syntax Highlighting for Industrial Robots. Supported languages include: ABB RAPID, Fanuc LS, KUKA KRC, Kawasaki PRG, Yaskawa/Motoman INFORM, Stäubli VAL3, Universal Robots Script, ...",
"icon": "icon.png",
"version": "0.1.5",
"publisher": "RoboDK",
"engines": {
"vscode": "^1.5.0"
},
"author": {
"name": "RoboDK Inc."
},
"license": "MIT",
"homepage": "https://robodk.com/",
"repository": {
"type": "git",
"url": "https://github.com/RoboDK/Industrial-Robots-VSCode"
},
"bugs": {
"url": "https://robodk.com/forum"
},
"keywords": [
"industrial robots",
"robot arm",
"robot simulation",
"offline programming",
"robot manufacturing",
"robot machining",
"pick and place",
"CAD",
"CAM",
"ABB",
"IRC5",
"RAPID",
"Fanuc",
"R30iA",
"LS",
"KUKA",
"KRC2",
"KRC4",
"Kawasaki",
"Yaskawa",
"Motoman",
"Inform",
"Staubli",
"VAL3",
"Universal Robots"
],
"categories": [
"Programming Languages",
"Other"
],
"contributes":
###contributes###
}