Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Ramos <lramos15@gmail.com>2022-06-13 17:53:07 +0300
committerGitHub <noreply@github.com>2022-06-13 17:53:07 +0300
commitd79132281222cdab77abeacca1af700e34c2f30b (patch)
tree69a542e824dfc9f987c575aa4be807b170f93e0c /package.json
parenteb6ea219cb0dd540abe379d27a79cb389e67c7e7 (diff)
Bring back 1DS SDK (#151810)
* Revert "Revert "Initial adoption of 1DS Sdk (#151531)"" This reverts commit 09bab84672c459163df48c9218aad497c47c4835. * Testing CI * More tests * Add back core config to see if test fails * Add an if true test * Make sure we're not instantiating 1ds for tests * Try async import of post plugin * Bring back other imports
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index b4ef0d039cd..5a45da4461f 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,9 @@
"extensions-ci": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci"
},
"dependencies": {
- "@microsoft/applicationinsights-web": "^2.6.4",
+ "@microsoft/1ds-core-js": "^3.2.2",
+ "@microsoft/1ds-post-js": "^3.2.2",
+ "@microsoft/applicationinsights-web": "^2.8.4",
"@parcel/watcher": "2.0.5",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/ripgrep": "^1.14.2",