Published 1.0.46.

This commit is contained in:
Eric Traut 2019-07-18 07:40:02 -07:00
parent e608a9def3
commit 05e2ac5ac2
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "pyright", "name": "pyright",
"version": "1.0.45", "version": "1.0.46",
"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 static type checking for Python", "description": "VS Code static type checking for Python",
"version": "1.0.45", "version": "1.0.46",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "pyright", "name": "pyright",
"version": "1.0.45", "version": "1.0.46",
"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.45", "version": "1.0.46",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"

View File

@ -1,6 +1,6 @@
{ {
"name": "pyright-server", "name": "pyright-server",
"version": "1.0.45", "version": "1.0.46",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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

View File

@ -361,7 +361,7 @@ _connection.onInitialized(() => {
const rootPath = _convertUriToPath(workspace.uri); const rootPath = _convertUriToPath(workspace.uri);
_workspaceMap.delete(rootPath); _workspaceMap.delete(rootPath);
}); });
event.added.forEach(workspace => { event.added.forEach(workspace => {
const rootPath = _convertUriToPath(workspace.uri); const rootPath = _convertUriToPath(workspace.uri);
_workspaceMap.set(rootPath, { _workspaceMap.set(rootPath, {