-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 969 Bytes
/
package.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
{
"name": "RosySnippets",
"displayName": "ros_snippets",
"description": "ROS 1 snippets about roscpp, roslaunch and cmake",
"version": "0.0.6",
"publisher": "shadow-css-2077",
"icon": "media/icon.png",
"keywords": [
"ros",
"robot",
"snippets",
"cpp",
"c++"
],
"repository": {
"type": "git",
"url": "https://github.com/xiaodong2077/ros_snippets"
},
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Snippets"
],
"contributes": {
"languages": [
{
"id": "xml",
"extensions": [
"launch"
]
}
],
"snippets": [
{
"language": "xml",
"path": "./snippets/ros_launch_snippets.json"
},
{
"language": "cpp",
"path": "./snippets/ros_cpp_snippets.json"
},
{
"language": "cmake",
"path": "./snippets/ros_cmake_snippets.json"
}
]
},
"__metadata": {
"id": "b5921d6f-c89e-6e09-b14d-d903cd9ee4ad",
"publisherDisplayName": "风晴雪",
"publisherId": "shadow-css-2077"
}
}