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",
"version": "0.1.0",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": [

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",
"version": "0.1.0",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",