Updated logo and added icon for VS Code extension.

This commit is contained in:
Eric Traut 2019-03-21 20:00:47 -07:00
parent 70636da86c
commit 30b467e75c
6 changed files with 6 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,6 +1,6 @@
{ {
"name": "pyright", "name": "pyright",
"version": "0.1.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "pyright", "name": "pyright",
"displayName": "Pyright", "displayName": "Pyright",
"description": "VS Code language support for Python", "description": "VS Code language support and type checking for Python",
"version": "1.0.0", "version": "1.0.0",
"licensce": "MIT", "licensce": "MIT",
"author": { "author": {
@ -24,6 +24,7 @@
"activationEvents": [ "activationEvents": [
"onLanguage:python" "onLanguage:python"
], ],
"icon": "images/pyright-icon.png",
"main": "./out/src/extension", "main": "./out/src/extension",
"contributes": { "contributes": {
"languages": [ "languages": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 25 KiB

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "pyright", "name": "pyright",
"version": "0.1.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,8 +1,8 @@
{ {
"name": "pyright", "name": "pyright",
"displayName": "Pyright", "displayName": "Pyright",
"description": "VS Code language support for Python", "description": "VS Code language support and type checking for Python",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"postinstall": "cd server && npm install && cd ../client && npm install && cd ..", "postinstall": "cd server && npm install && cd ../client && npm install && cd ..",
"build": "npm run build:client && npm run build:server", "build": "npm run build:client && npm run build:server",