diff --git a/client/images/pyright-icon.png b/client/images/pyright-icon.png new file mode 100644 index 000000000..a8e1c8e20 Binary files /dev/null and b/client/images/pyright-icon.png differ diff --git a/client/package-lock.json b/client/package-lock.json index 98695060a..de31aef50 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "pyright", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index e87a29461..5f23778d8 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "pyright", "displayName": "Pyright", - "description": "VS Code language support for Python", + "description": "VS Code language support and type checking for Python", "version": "1.0.0", "licensce": "MIT", "author": { @@ -24,6 +24,7 @@ "activationEvents": [ "onLanguage:python" ], + "icon": "images/pyright-icon.png", "main": "./out/src/extension", "contributes": { "languages": [ diff --git a/docs/img/PyrightLarge.png b/docs/img/PyrightLarge.png index 0c1ad383e..5a0686629 100644 Binary files a/docs/img/PyrightLarge.png and b/docs/img/PyrightLarge.png differ diff --git a/package-lock.json b/package-lock.json index 59e68ff69..10624021b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pyright", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 452c34339..cf625911d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "pyright", "displayName": "Pyright", - "description": "VS Code language support for Python", - "version": "1.0.0", +"description": "VS Code language support and type checking for Python", + "version": "1.0.0", "scripts": { "postinstall": "cd server && npm install && cd ../client && npm install && cd ..", "build": "npm run build:client && npm run build:server",