-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 KB
/
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
{
"name": "linux-dev-extension-pack",
"displayName": "Linux Dev Extension Pack",
"description": "Extension pack for linux application development",
"version": "1.2.0",
"homepage": "https://github.com/rohit04saluja/linux-dev-extension-pack",
"repository": {
"type": "git",
"url": "https://github.com/rohit04saluja/linux-dev-extension-pack"
},
"bugs": {
"url": "https://github.com/rohit04saluja/linux-dev-extension-pack/issues"
},
"author": "rohit04saluja",
"publisher": "rohit04saluja",
"icon": "_static/icon.png",
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"rohit saluja",
"rohit",
"linux",
"c",
"c++",
"git",
"app",
"network",
"todo",
"bracket colorizer",
"remote",
"remote development",
"text marker",
"git graph"
],
"extensionPack": [
"kevinkyang.auto-comment-blocks",
"mhutchie.git-graph",
"ms-vscode-remote.vscode-remote-extensionpack",
"ryu1kn.text-marker",
"gruntfuggly.todo-tree",
"shardulm94.trailing-spaces"
]
}