Skip to content

Commit

Permalink
added publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
animsh committed Oct 15, 2023
1 parent b0007bd commit 715e008
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
"name": "vs-code-custom-ui-font",
"displayName": "VS Code Custom UI Font",
"description": "An extension for replacing default UI font of VS Code.",
"version": "0.0.1",
"version": "1.0.0",
"publisher": "animsh",
"engines": {
"vscode": "^1.83.0"
},
"categories": [
"Other"
],
"repository": {
"type": "git",
"url": "https://github.com/animsh/vs-code-custom-ui-font"
},
"activationEvents": [],
"main": "./out/extension.js",
"contributes": {
Expand Down

0 comments on commit 715e008

Please sign in to comment.