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
path: root/build
diff options
context:
space:
mode:
authorLogan Ramos <lramos15@gmail.com>2022-06-16 21:18:00 +0300
committerGitHub <noreply@github.com>2022-06-16 21:18:00 +0300
commit48809de3f9e7e028cbf90f51516a547d8f7c3970 (patch)
tree0df4e41ffe4a718888d4df5f19525f647797ed89 /build
parent6c252851f29c69351b6e15148c43fdf1508ba05f (diff)
Update module ignores to include AI shims required by 1DS (#152367)
Diffstat (limited to 'build')
-rw-r--r--build/.moduleignore1
-rw-r--r--build/.webignore3
2 files changed, 3 insertions, 1 deletions
diff --git a/build/.moduleignore b/build/.moduleignore
index a2e1b715e1b..73c3f623db8 100644
--- a/build/.moduleignore
+++ b/build/.moduleignore
@@ -124,6 +124,7 @@ prebuild-install/**/*
@microsoft/applicationinsights*/**
@microsoft/dynamicproto-js/**
+!@microsoft/applicationinsights-shims/dist/**
!@microsoft/applicationinsights-web/dist/applicationinsights-web.min.js
# other node modules
diff --git a/build/.webignore b/build/.webignore
index f55882ba9d4..3aaafbceb21 100644
--- a/build/.webignore
+++ b/build/.webignore
@@ -35,4 +35,5 @@ xterm-addon-webgl/out/**
@microsoft/applicationinsights*/**
@microsoft/dynamicproto-js/**
-!@microsoft/applicationinsights-web/dist/applicationinsights-web.min.js \ No newline at end of file
+!@microsoft/applicationinsights-shims/dist/**
+!@microsoft/applicationinsights-web/dist/applicationinsights-web.min.js