|
6 | 6 | }, |
7 | 7 | "include": [ |
8 | 8 | "./typings", |
| 9 | + "./vs/base/browser/browser.ts", |
| 10 | + "./vs/base/browser/event.ts", |
9 | 11 | "./vs/base/browser/history.ts", |
10 | 12 | "./vs/base/browser/iframe.ts", |
| 13 | + "./vs/base/browser/keyboardEvent.ts", |
| 14 | + "./vs/base/browser/mouseEvent.ts", |
11 | 15 | "./vs/base/browser/ui/octiconLabel/octiconLabel.mock.ts", |
12 | 16 | "./vs/base/browser/ui/octiconLabel/octiconLabel.ts", |
13 | 17 | "./vs/base/browser/ui/scrollbar/scrollbarState.ts", |
14 | 18 | "./vs/base/common/amd.ts", |
| 19 | + "./vs/base/common/arrays.ts", |
15 | 20 | "./vs/base/common/assert.ts", |
| 21 | + "./vs/base/common/async.ts", |
| 22 | + "./vs/base/common/cancellation.ts", |
16 | 23 | "./vs/base/common/charCode.ts", |
| 24 | + "./vs/base/common/collections.ts", |
17 | 25 | "./vs/base/common/color.ts", |
18 | 26 | "./vs/base/common/comparers.ts", |
19 | 27 | "./vs/base/common/date.ts", |
|
23 | 31 | "./vs/base/common/errors.ts", |
24 | 32 | "./vs/base/common/event.ts", |
25 | 33 | "./vs/base/common/functional.ts", |
| 34 | + "./vs/base/common/glob.ts", |
| 35 | + "./vs/base/common/hash.ts", |
| 36 | + "./vs/base/common/htmlContent.ts", |
26 | 37 | "./vs/base/common/idGenerator.ts", |
27 | 38 | "./vs/base/common/iterator.ts", |
28 | 39 | "./vs/base/common/jsonSchema.ts", |
29 | 40 | "./vs/base/common/keybindingParser.ts", |
30 | 41 | "./vs/base/common/keyCodes.ts", |
31 | 42 | "./vs/base/common/lifecycle.ts", |
32 | 43 | "./vs/base/common/linkedList.ts", |
| 44 | + "./vs/base/common/map.ts", |
33 | 45 | "./vs/base/common/marshalling.ts", |
34 | 46 | "./vs/base/common/network.ts", |
35 | 47 | "./vs/base/common/numbers.ts", |
|
41 | 53 | "./vs/base/common/range.ts", |
42 | 54 | "./vs/base/common/resources.ts", |
43 | 55 | "./vs/base/common/scanCode.ts", |
| 56 | + "./vs/base/common/scrollable.ts", |
| 57 | + "./vs/base/common/sequence.ts", |
44 | 58 | "./vs/base/common/severity.ts", |
45 | 59 | "./vs/base/common/stopwatch.ts", |
46 | 60 | "./vs/base/common/strings.ts", |
|
57 | 71 | "./vs/base/parts/contextmenu/electron-main/contextmenu.ts", |
58 | 72 | "./vs/base/parts/quickopen/common/quickOpen.ts", |
59 | 73 | "./vs/base/test/node/uri.test.perf.ts", |
| 74 | + "./vs/base/worker/defaultWorkerFactory.ts", |
60 | 75 | "./vs/base/worker/workerMain.ts", |
| 76 | + "./vs/editor/common/config/editorZoom.ts", |
61 | 77 | "./vs/editor/common/controller/cursorEvents.ts", |
62 | 78 | "./vs/editor/common/controller/wordCharacterClassifier.ts", |
63 | 79 | "./vs/editor/common/core/characterClassifier.ts", |
|
67 | 83 | "./vs/editor/common/core/selection.ts", |
68 | 84 | "./vs/editor/common/core/stringBuilder.ts", |
69 | 85 | "./vs/editor/common/core/uint.ts", |
| 86 | + "./vs/editor/common/model/mirrorTextModel.ts", |
70 | 87 | "./vs/editor/common/model/textModelEvents.ts", |
71 | 88 | "./vs/editor/common/view/overviewZoneManager.ts", |
72 | 89 | "./vs/editor/common/viewLayout/whitespaceComputer.ts", |
73 | 90 | "./vs/editor/common/viewModel/prefixSumComputer.ts", |
74 | | - "./vs/editor/common/model/mirrorTextModel.ts", |
75 | 91 | "./vs/editor/contrib/codeAction/codeActionTrigger.ts", |
| 92 | + "./vs/editor/contrib/find/findState.ts", |
76 | 93 | "./vs/editor/contrib/find/replacePattern.ts", |
77 | 94 | "./vs/editor/contrib/indentation/indentUtils.ts", |
78 | 95 | "./vs/editor/standalone/common/monarch/monarchCommon.ts", |
|
81 | 98 | "./vs/nls.mock.ts", |
82 | 99 | "./vs/platform/clipboard/common/clipboardService.ts", |
83 | 100 | "./vs/platform/clipboard/electron-browser/clipboardService.ts", |
| 101 | + "./vs/platform/contextkey/common/contextkey.ts", |
| 102 | + "./vs/platform/editor/common/editor.ts", |
84 | 103 | "./vs/platform/environment/common/environment.ts", |
85 | 104 | "./vs/platform/extensions/common/extensionHost.ts", |
86 | 105 | "./vs/platform/extensions/common/extensions.ts", |
| 106 | + "./vs/platform/files/common/files.ts", |
87 | 107 | "./vs/platform/files/node/files.ts", |
88 | 108 | "./vs/platform/instantiation/common/descriptors.ts", |
89 | 109 | "./vs/platform/instantiation/common/extensions.ts", |
90 | 110 | "./vs/platform/instantiation/common/instantiation.ts", |
91 | 111 | "./vs/platform/instantiation/common/serviceCollection.ts", |
92 | 112 | "./vs/platform/integrity/common/integrity.ts", |
| 113 | + "./vs/platform/markers/common/markers.ts", |
93 | 114 | "./vs/platform/node/package.ts", |
94 | 115 | "./vs/platform/node/product.ts", |
95 | 116 | "./vs/platform/opener/common/opener.ts", |
96 | 117 | "./vs/platform/registry/common/platform.ts", |
97 | 118 | "./vs/platform/state/common/state.ts", |
| 119 | + "./vs/platform/theme/common/colorRegistry.ts", |
98 | 120 | "./vs/workbench/api/shared/tasks.ts", |
99 | 121 | "./vs/workbench/common/extensionHostProtocol.ts", |
100 | 122 | "./vs/workbench/parts/execution/common/execution.ts", |
|
0 commit comments