Fixed #3873 with update the version of vscode-nls (#3879)

Fixed #3873 with update the version of vscode-nls (#3879)
Added dependencies needed for prompts.
This commit is contained in:
Yurong He
2019-01-31 17:57:04 -08:00
committed by GitHub
parent 6113311fda
commit 60b2b92803
2 changed files with 27 additions and 5 deletions

View File

@@ -21,12 +21,14 @@
"bytes": "^3.1.0",
"clipboardy": "^1.2.3",
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.2.15",
"error-ex": "^1.3.2",
"figures": "^2.0.0",
"opener": "^1.4.3",
"service-downloader": "github:anthonydresser/service-downloader#0.1.5",
"stream-meter": "^1.0.4",
"uri-js": "^4.2.2",
"vscode-extension-telemetry": "^0.0.15",
"vscode-nls": "2.0.2",
"vscode-nls": "^4.0.0",
"webhdfs": "^1.1.1"
},
"devDependencies": {},
@@ -798,4 +800,4 @@
]
}
}
}
}