Use application insights module instead of script tag, fixes https://github.com/microsoft/vscode/issues/78475

This commit is contained in:
RMacfarlane
2019-08-07 09:29:51 -07:00
committed by Rachel Macfarlane
parent 734c85e96d
commit 803e140a23
11 changed files with 280 additions and 68 deletions

View File

@@ -2,6 +2,7 @@
"name": "vscode-web",
"version": "0.0.0",
"dependencies": {
"@microsoft/applicationinsights-web": "^2.1.1",
"onigasm-umd": "^2.2.2",
"vscode-textmate": "^4.1.1",
"xterm": "3.15.0-beta67",