Skip to content

Commit

Permalink
Add publisher to vscode extension package.json
Browse files Browse the repository at this point in the history
as demanded by vsce, the extension packaging and publishing tool
  • Loading branch information
mfelsche committed Jul 25, 2024
1 parent c2249aa commit 13a051f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client_vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "pony-lsp",
"description": "A Pony language server",
"description": "Ponylang Language Server",
"license": "MIT",
"version": "0.58.4",
"categories": [],
"repository": "https://github.com/kidandcat/pony-language-server",
"repository": "https://github.com/ponylang/pony-language-server",
"publisher": "ponylang",
"displayName": "Ponylang Language Server",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit 13a051f

Please sign in to comment.