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

View File

@ -2,7 +2,7 @@
"name": "pyright",
"displayName": "Pyright",
"description": "VS Code static type checking for Python",
"version": "1.0.45",
"version": "1.0.46",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"

2
package-lock.json generated
View File

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

View File

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

View File

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

View File

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

View File

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