Published 1.0.6

This commit is contained in:
Eric Traut 2019-03-30 19:54:11 -07:00
parent 14aadd9247
commit 972c643471
6 changed files with 12 additions and 10 deletions

View File

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

View File

@ -2,7 +2,7 @@
"name": "pyright", "name": "pyright",
"displayName": "Pyright", "displayName": "Pyright",
"description": "VS Code language support and type checking for Python", "description": "VS Code language support and type checking for Python",
"version": "1.0.5", "version": "1.0.6",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"
@ -66,10 +66,12 @@
} }
} }
}, },
"jsonValidation": [{ "jsonValidation": [
"fileMatch": "pyrightconfig.json", {
"url": "./schemas/pyrightconfig.schema.json" "fileMatch": "pyrightconfig.json",
}] "url": "./schemas/pyrightconfig.schema.json"
}
]
}, },
"scripts": { "scripts": {
"vscode:prepublish": "npm run build", "vscode:prepublish": "npm run build",

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "pyright", "name": "pyright",
"displayName": "Pyright", "displayName": "Pyright",
"description": "Type checker for the Python language", "description": "Type checker for the Python language",
"version": "1.0.5", "version": "1.0.6",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"

View File

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

View File

@ -2,7 +2,7 @@
"name": "pyright", "name": "pyright",
"displayName": "pyright", "displayName": "pyright",
"description": "Type checker for the Python language", "description": "Type checker for the Python language",
"version": "1.0.5", "version": "1.0.6",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "npm run start:analyzer && npm run start:server", "start": "npm run start:analyzer && npm run start:server",