-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 737 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
{
"name": "mega-drive-mega-pack",
"displayName": "Mega Drive Mega Pack",
"description": "Mega Drive Development Extension Pack",
"version": "1.0.0",
"engines": {
"vscode": "^1.59.0"
},
"icon": "iconpack.png",
"categories": [
"Extension Packs",
"Programming Languages",
"Other"
],
"keywords": [
"Mega Drive",
"Genesis",
"C",
"Assembly",
"68K",
"SGDK",
"Sega"
],
"repository": {
"url": "https://github.com/zerasul/mega-drive-mega-pack"
},
"publisher": "Zerasul",
"extensionPack": [
"prb28.amiga-assembly",
"zerasul.genesis-code",
"ms-vscode.cpptools"
]
}