Skip to content

Commit db75e40

Browse files
committed
chore!: bump minimum supported VS Code version to 1.60 (September 2021) for consistent theming
1 parent cde650b commit db75e40

1 file changed

Lines changed: 41 additions & 38 deletions

File tree

package.json

Lines changed: 41 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,44 @@
11
{
2-
"name": "codely-theme",
3-
"displayName": "Codely Theme",
4-
"description": "A modern, good-looking, productivity-increaser theme for Visual Studio Code",
5-
"version": "0.0.1",
6-
"scripts": {
7-
"build": "vsce package"
8-
},
9-
"publisher": "Codely",
10-
"icon": "images/icon.png",
11-
"engines": {
12-
"vscode": "^1.51.0"
13-
},
14-
"categories": [
15-
"Themes"
16-
],
17-
"keywords": ["dark"],
18-
"contributors": [
19-
{
20-
"email": "royjuni3431@gmail.com",
21-
"name": "Royer Guerero",
22-
"url": "https://github.com/royerguerrero"
23-
}
24-
],
25-
"contributes": {
26-
"themes": [
27-
{
28-
"label": "Codely Dark",
29-
"uiTheme": "vs-dark",
30-
"path": "./themes/dark.codely-theme-color-theme.json"
31-
}
32-
]
33-
},
34-
"repository": {
35-
"type": "git",
36-
"url": "https://github.com/CodelyTV/vscode-theme.git"
37-
},
38-
"devDependencies": {
39-
"vsce": "^1.85.1"
2+
"name": "codely-theme",
3+
"displayName": "Codely Theme",
4+
"description": "A modern, good-looking, productivity-increaser theme for Visual Studio and compatible IDEs.",
5+
"version": "1.0.0",
6+
"scripts": {
7+
"build": "vsce package"
8+
},
9+
"publisher": "Codely",
10+
"icon": "images/icon.png",
11+
"engines": {
12+
"vscode": "^1.60.0"
13+
},
14+
"categories": [
15+
"Themes"
16+
],
17+
"keywords": [
18+
"dark",
19+
"codely"
20+
],
21+
"contributors": [
22+
{
23+
"email": "royjuni3431@gmail.com",
24+
"name": "Royer Guerero",
25+
"url": "https://github.com/royerguerrero"
4026
}
27+
],
28+
"contributes": {
29+
"themes": [
30+
{
31+
"label": "Codely Dark",
32+
"uiTheme": "vs-dark",
33+
"path": "./themes/dark.codely-theme-color-theme.json"
34+
}
35+
]
36+
},
37+
"repository": {
38+
"type": "git",
39+
"url": "https://github.com/CodelyTV/vscode-theme.git"
40+
},
41+
"devDependencies": {
42+
"vsce": "^1.108.2"
43+
}
4144
}

0 commit comments

Comments
 (0)