Skip to content

Commit 2612a89

Browse files
committed
Rename to ponylang-vscode-extension
as the extension names pony and ponylang are already taken. The alternative name pony-lsp was considered to be too specific, as the extension does a little more.
1 parent 3cd8bf0 commit 2612a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "pony",
2+
"name": "ponylang-vscode-extension",
33
"displayName": "Pony",
44
"publisher": "ponylang",
55
"description": "Pony language support for Visual Studio Code",
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"license": "BSD-2-Clause",
88
"keywords": [
99
"pony"

0 commit comments

Comments
 (0)