azdata improvements (#11516)

* azdata improvements

* Don't error on sudo command stderr either

* Improve output channel logging for commands

* Fix childprocess stuff

* pr comments

* Fix compile errors

* more pr comments
This commit is contained in:
Charles Gagnon
2020-07-28 08:43:10 -07:00
committed by GitHub
parent 3c7f2df156
commit cf6d02d2b4
12 changed files with 255 additions and 105 deletions

View File

@@ -22,7 +22,6 @@
"dependencies": {
"request": "^2.88.2",
"sudo-prompt": "^9.2.1",
"uuid": "^8.2.0",
"vscode-nls": "^4.1.2",
"which": "^2.0.2"
},