diff options
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 6d83fa0f..986ddf4c 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "lua", "displayName": "Lua", - "description": "Lua Language Server for VSCode", + "description": "Lua Language Server coded by Lua", "author": "sumneko", "icon": "images/logo.png", "license": "MIT", "version": "0.4.8", "repository": { "type": "git", - "url": "https://github.com/sumneko/vscode-lua-language-server" + "url": "https://github.com/sumneko/lua-language-server" }, "publisher": "sumneko", "categories": [ |