Update vscode-nls in notebook and samples, plus fix samples compilation (#4203)

- Upate vscode-nls to 4.0.0 in notebook extension. Should be fix for Insiders build failure due to localization package failing
- Updated samples to remove as vscode-nls if not needed, or update if still needed
- Updated samples using `npm audit fix`
- Fixed compile errors in all the samples
This commit is contained in:
Kevin Cunnane
2019-02-26 12:45:45 -08:00
committed by GitHub
parent e289c06d8d
commit 109aafcbc0
14 changed files with 743 additions and 1029 deletions

View File

@@ -18,7 +18,6 @@
true,
"tabs"
],
"interface-name": true,
"jsdoc-format": true,
"label-position": true,
"label-undefined": true,
@@ -36,7 +35,6 @@
"no-console": [
true,
"debug",
"info",
"time",
"timeEnd",
"trace"
@@ -50,7 +48,6 @@
"no-eval": true,
"no-inferrable-types": false,
"no-internal-module": true,
"no-null-keyword": true,
"no-require-imports": false,
"no-shadowed-variable": true,
"no-string-literal": false,