We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70125a2 commit f98ca02Copy full SHA for f98ca02
build/.moduleignore
@@ -147,6 +147,11 @@ prebuild-install/**/*
147
**/*.ts
148
!typescript/**/*.d.ts
149
150
+# Exclude TS files that aren't needed by TS extension
151
+typescript/lib/tsc.js
152
+typescript/lib/typescriptServices.js
153
+typescript/lib/tsserverlibrary.js
154
+
155
jschardet/index.js
156
jschardet/src/**
157
jschardet/dist/jschardet.js
@@ -167,5 +172,3 @@ xterm-addon-*/src/**
167
172
xterm-addon-*/fixtures/**
168
173
xterm-addon-*/out/**
169
174
xterm-addon-*/out-test/**
170
-
171
extensions/.vscodeignore
0 commit comments