We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0007bd commit 715e008Copy full SHA for 715e008
package.json
@@ -2,13 +2,18 @@
2
"name": "vs-code-custom-ui-font",
3
"displayName": "VS Code Custom UI Font",
4
"description": "An extension for replacing default UI font of VS Code.",
5
- "version": "0.0.1",
+ "version": "1.0.0",
6
+ "publisher": "animsh",
7
"engines": {
8
"vscode": "^1.83.0"
9
},
10
"categories": [
11
"Other"
12
],
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/animsh/vs-code-custom-ui-font"
16
+ },
17
"activationEvents": [],
18
"main": "./out/extension.js",
19
"contributes": {
0 commit comments