forked from vladmarica/roblox-vscode-icon-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 801 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 801 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
{
"name": "roblox-vscode-icon-theme-new",
"displayName": "Roblox Development Icon Theme (New Icons)",
"version": "1.3.0",
"description": "VS Code theme with roblox studio/roblox development icons.",
"license": "MIT",
"icon": "icons/logo.png",
"engines": {
"vscode": "^1.22.0"
},
"categories": [
"Themes"
],
"keywords": [
"Roblox",
"Roblox Studio",
"Rojo",
"RobloxLSP",
"Roblox Development"
],
"contributes": {
"iconThemes": [
{
"id": "roblox-vscode-icon-theme-new",
"label": "Roblox Studio Icon Theme (New Icons)",
"path": "./roblox-studio-icon-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/dev-syn/roblox-vscode-icon-theme.git"
},
"publisher": "dev-syn"
}