tsconfig.strictNullChecks.json 33.6 KB
Newer Older
M
Matt Bierner 已提交
1 2 3 4 5 6 7
{
	"extends": "./tsconfig.base.json",
	"compilerOptions": {
		"noEmit": true,
		"strictNullChecks": true
	},
	"include": [
8 9
		"./typings",
		"./vs/base/common/**/*.ts"
M
Matt Bierner 已提交
10 11
	],
	"files": [
A
Alex Dima 已提交
12
		"./vs/base/browser/browser.ts",
M
Matt Bierner 已提交
13
		"./vs/base/browser/dnd.ts",
A
Alex Dima 已提交
14
		"./vs/base/browser/dom.ts",
A
Alex Dima 已提交
15
		"./vs/base/browser/event.ts",
A
Alex Dima 已提交
16
		"./vs/base/browser/fastDomNode.ts",
A
Alex Dima 已提交
17
		"./vs/base/browser/globalMouseMoveMonitor.ts",
18
		"./vs/base/browser/history.ts",
M
Matt Bierner 已提交
19
		"./vs/base/browser/htmlContentRenderer.ts",
20
		"./vs/base/browser/iframe.ts",
A
Alex Dima 已提交
21 22
		"./vs/base/browser/keyboardEvent.ts",
		"./vs/base/browser/mouseEvent.ts",
M
Matt Bierner 已提交
23 24
		"./vs/base/browser/touch.ts",
		"./vs/base/browser/ui/aria/aria.ts",
M
Matt Bierner 已提交
25
		"./vs/base/browser/ui/breadcrumbs/breadcrumbsWidget.ts",
M
Matt Bierner 已提交
26
		"./vs/base/browser/ui/button/button.ts",
M
Matt Bierner 已提交
27
		"./vs/base/browser/ui/centered/centeredViewLayout.ts",
A
Alex Dima 已提交
28
		"./vs/base/browser/ui/contextview/contextview.ts",
M
Matt Bierner 已提交
29
		"./vs/base/browser/ui/countBadge/countBadge.ts",
M
Matt Bierner 已提交
30
		"./vs/base/browser/ui/grid/gridview.ts",
J
Joao Moreno 已提交
31
		"./vs/base/browser/ui/grid/grid.ts",
M
Matt Bierner 已提交
32 33
		"./vs/base/browser/ui/highlightedlabel/highlightedLabel.ts",
		"./vs/base/browser/ui/iconLabel/iconLabel.ts",
M
Matt Bierner 已提交
34
		"./vs/base/browser/ui/keybindingLabel/keybindingLabel.ts",
M
Matt Bierner 已提交
35
		"./vs/base/browser/ui/list/list.ts",
M
Matt Bierner 已提交
36 37
		"./vs/base/browser/ui/list/rangeMap.ts",
		"./vs/base/browser/ui/list/rowCache.ts",
38
		"./vs/base/browser/ui/list/splice.ts",
39 40
		"./vs/base/browser/ui/octiconLabel/octiconLabel.mock.ts",
		"./vs/base/browser/ui/octiconLabel/octiconLabel.ts",
M
Matt Bierner 已提交
41
		"./vs/base/browser/ui/progressbar/progressbar.ts",
M
Matt Bierner 已提交
42
		"./vs/base/browser/ui/sash/sash.ts",
A
Alex Dima 已提交
43 44 45
		"./vs/base/browser/ui/scrollbar/abstractScrollbar.ts",
		"./vs/base/browser/ui/scrollbar/horizontalScrollbar.ts",
		"./vs/base/browser/ui/scrollbar/scrollableElement.ts",
46
		"./vs/base/browser/ui/scrollbar/scrollableElementOptions.ts",
M
Matt Bierner 已提交
47
		"./vs/base/browser/ui/scrollbar/scrollbarArrow.ts",
48
		"./vs/base/browser/ui/scrollbar/scrollbarState.ts",
A
Alex Dima 已提交
49 50
		"./vs/base/browser/ui/scrollbar/scrollbarVisibilityController.ts",
		"./vs/base/browser/ui/scrollbar/verticalScrollbar.ts",
M
Matt Bierner 已提交
51
		"./vs/base/browser/ui/splitview/panelview.ts",
M
Matt Bierner 已提交
52
		"./vs/base/browser/ui/splitview/splitview.ts",
J
Joao Moreno 已提交
53 54 55
		"./vs/base/browser/ui/tree/abstractTree.ts",
		// "./vs/base/browser/ui/tree/dataTree.ts",
		// "./vs/base/browser/ui/tree/indexTree.ts",
56
		"./vs/base/browser/ui/tree/indexTreeModel.ts",
J
Joao Moreno 已提交
57 58
		// "./vs/base/browser/ui/tree/objectTree.ts",
		// "./vs/base/browser/ui/tree/objectTreeModel.ts",
59
		"./vs/base/browser/ui/tree/tree.ts",
M
Matt Bierner 已提交
60
		"./vs/base/browser/ui/widget.ts",
61 62 63
		"./vs/base/common/json.ts",
		"./vs/base/common/jsonEdit.ts",
		"./vs/base/common/jsonFormatter.ts",
64
		"./vs/base/common/uriIpc.ts",
65 66
		"./vs/base/node/console.ts",
		"./vs/base/node/crypto.ts",
67
		"./vs/base/node/decoder.ts",
68
		"./vs/base/node/flow.ts",
69
		"./vs/base/node/id.ts",
70 71
		"./vs/base/node/paths.ts",
		"./vs/base/node/ports.ts",
M
Matt Bierner 已提交
72
		"./vs/base/node/processes.ts",
73
		"./vs/base/node/proxy.ts",
M
Matt Bierner 已提交
74
		"./vs/base/node/request.ts",
75
		"./vs/base/node/stats.ts",
B
Benjamin Pasero 已提交
76
		// "./vs/base/node/storage.ts", see https://github.com/Microsoft/vscode/issues/62072
77
		"./vs/base/node/stream.ts",
78
		"./vs/base/parts/contextmenu/common/contextmenu.ts",
M
Matt Bierner 已提交
79
		"./vs/base/parts/contextmenu/electron-browser/contextmenu.ts",
80
		"./vs/base/parts/contextmenu/electron-main/contextmenu.ts",
M
Matt Bierner 已提交
81
		"./vs/base/parts/ipc/node/ipc.cp.ts",
M
Matt Bierner 已提交
82
		"./vs/base/parts/ipc/node/ipc.net.ts",
M
Martin Aeschlimann 已提交
83
		"./vs/base/parts/ipc/node/ipc.ts",
M
Matt Bierner 已提交
84
		"./vs/base/parts/ipc/test/node/testApp.ts",
M
Matt Bierner 已提交
85
		"./vs/base/parts/ipc/test/node/testService.ts",
86
		"./vs/base/parts/quickopen/common/quickOpen.ts",
M
Matt Bierner 已提交
87
		"./vs/base/test/browser/ui/grid/util.ts",
88 89 90
		"./vs/base/test/common/json.test.ts",
		"./vs/base/test/common/jsonEdit.test.ts",
		"./vs/base/test/common/jsonFormatter.test.ts",
91
		"./vs/base/test/common/utils.ts",
M
Matt Bierner 已提交
92 93
		"./vs/base/test/node/processes/fixtures/fork.ts",
		"./vs/base/test/node/processes/fixtures/fork_large.ts",
94
		"./vs/base/test/node/uri.test.perf.ts",
A
Alex Dima 已提交
95
		"./vs/base/worker/defaultWorkerFactory.ts",
96
		"./vs/base/worker/workerMain.ts",
M
Matt Bierner 已提交
97
		"./vs/code/code.main.ts",
98
		"./vs/code/electron-browser/issue/issueReporterModel.ts",
99 100
		"./vs/code/electron-browser/issue/issueReporterPage.ts",
		"./vs/code/electron-browser/issue/issueReporterUtil.ts",
M
Matt Bierner 已提交
101
		"./vs/code/electron-main/auth.ts",
102
		"./vs/code/electron-main/keyboard.ts",
M
Matt Bierner 已提交
103
		"./vs/code/electron-main/sharedProcess.ts",
104 105
		"./vs/code/electron-main/theme.ts",
		"./vs/code/node/shellEnv.ts",
A
Alex Dima 已提交
106
		"./vs/editor/browser/config/charWidthReader.ts",
A
Alex Dima 已提交
107
		"./vs/editor/browser/config/configuration.ts",
108
		"./vs/editor/browser/config/elementSizeObserver.ts",
A
Alex Dima 已提交
109 110 111
		"./vs/editor/browser/controller/coreCommands.ts",
		"./vs/editor/browser/controller/mouseHandler.ts",
		"./vs/editor/browser/controller/mouseTarget.ts",
A
Alex Dima 已提交
112 113
		"./vs/editor/browser/controller/pointerHandler.ts",
		"./vs/editor/browser/controller/textAreaHandler.ts",
A
Alex Dima 已提交
114
		"./vs/editor/browser/controller/textAreaInput.ts",
A
Alex Dima 已提交
115
		"./vs/editor/browser/controller/textAreaState.ts",
A
Alex Dima 已提交
116 117
		"./vs/editor/browser/core/editorState.ts",
		"./vs/editor/browser/editorBrowser.ts",
A
Alex Dima 已提交
118
		"./vs/editor/browser/editorDom.ts",
A
Alex Dima 已提交
119
		"./vs/editor/browser/editorExtensions",
M
Matt Bierner 已提交
120
		"./vs/editor/browser/editorExtensions.ts",
A
Alex Dima 已提交
121 122 123 124
		"./vs/editor/browser/services/abstractCodeEditorService.ts",
		"./vs/editor/browser/services/bulkEditService.ts",
		"./vs/editor/browser/services/codeEditorService.ts",
		"./vs/editor/browser/services/codeEditorServiceImpl.ts",
A
Alex Dima 已提交
125
		"./vs/editor/browser/services/openerService.ts",
A
Alex Dima 已提交
126
		"./vs/editor/browser/view/dynamicViewOverlay.ts",
M
Matt Bierner 已提交
127
		"./vs/editor/browser/view/viewController.ts",
A
Alex Dima 已提交
128
		"./vs/editor/browser/view/viewImpl.ts",
A
Alex Dima 已提交
129
		"./vs/editor/browser/view/viewLayer.ts",
A
Alex Dima 已提交
130
		"./vs/editor/browser/view/viewOutgoingEvents.ts",
A
Alex Dima 已提交
131
		"./vs/editor/browser/view/viewOverlays.ts",
A
Alex Dima 已提交
132
		"./vs/editor/browser/view/viewPart.ts",
A
Alex Dima 已提交
133
		"./vs/editor/browser/viewParts/contentWidgets/contentWidgets.ts",
A
Alex Dima 已提交
134 135 136
		"./vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.ts",
		"./vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.ts",
		"./vs/editor/browser/viewParts/decorations/decorations.ts",
A
Alex Dima 已提交
137
		"./vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.ts",
A
Alex Dima 已提交
138 139 140 141 142
		"./vs/editor/browser/viewParts/glyphMargin/glyphMargin.ts",
		"./vs/editor/browser/viewParts/indentGuides/indentGuides.ts",
		"./vs/editor/browser/viewParts/lineNumbers/lineNumbers.ts",
		"./vs/editor/browser/viewParts/lines/rangeUtil.ts",
		"./vs/editor/browser/viewParts/lines/viewLine.ts",
A
Alex Dima 已提交
143
		"./vs/editor/browser/viewParts/lines/viewLines.ts",
A
Alex Dima 已提交
144 145 146
		"./vs/editor/browser/viewParts/linesDecorations/linesDecorations.ts",
		"./vs/editor/browser/viewParts/margin/margin.ts",
		"./vs/editor/browser/viewParts/marginDecorations/marginDecorations.ts",
A
Alex Dima 已提交
147
		"./vs/editor/browser/viewParts/minimap/minimap.ts",
A
Alex Dima 已提交
148 149 150 151 152 153
		"./vs/editor/browser/viewParts/overlayWidgets/overlayWidgets.ts",
		"./vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.ts",
		"./vs/editor/browser/viewParts/overviewRuler/overviewRuler.ts",
		"./vs/editor/browser/viewParts/rulers/rulers.ts",
		"./vs/editor/browser/viewParts/scrollDecoration/scrollDecoration.ts",
		"./vs/editor/browser/viewParts/selections/selections.ts",
A
Alex Dima 已提交
154
		"./vs/editor/browser/viewParts/viewCursors/viewCursor.ts",
M
Matt Bierner 已提交
155
		"./vs/editor/browser/viewParts/viewCursors/viewCursors.ts",
A
Alex Dima 已提交
156
		"./vs/editor/browser/viewParts/viewZones/viewZones.ts",
A
Alex Dima 已提交
157
		"./vs/editor/browser/widget/codeEditorWidget.ts",
A
Alex Dima 已提交
158
		"./vs/editor/browser/widget/diffNavigator.ts",
A
Alex Dima 已提交
159
		"./vs/editor/common/commands/replaceCommand.ts",
A
Alex Dima 已提交
160
		"./vs/editor/common/commands/shiftCommand.ts",
161
		"./vs/editor/common/commands/surroundSelectionCommand.ts",
A
Alex Dima 已提交
162
		"./vs/editor/common/commands/trimTrailingWhitespaceCommand.ts",
A
Alex Dima 已提交
163
		"./vs/editor/common/config/commonEditorConfig.ts",
A
Alex Dima 已提交
164
		"./vs/editor/common/config/editorOptions.ts",
A
Alex Dima 已提交
165
		"./vs/editor/common/config/editorZoom.ts",
A
Alex Dima 已提交
166
		"./vs/editor/common/config/fontInfo.ts",
A
Alex Dima 已提交
167 168 169 170 171
		"./vs/editor/common/controller/cursor.ts",
		"./vs/editor/common/controller/cursorCollection.ts",
		"./vs/editor/common/controller/cursorColumnSelection.ts",
		"./vs/editor/common/controller/cursorCommon.ts",
		"./vs/editor/common/controller/cursorDeleteOperations.ts",
A
Alex Dima 已提交
172
		"./vs/editor/common/controller/cursorEvents.ts",
A
Alex Dima 已提交
173 174 175 176 177
		"./vs/editor/common/controller/cursorMoveCommands.ts",
		"./vs/editor/common/controller/cursorMoveOperations.ts",
		"./vs/editor/common/controller/cursorTypeOperations.ts",
		"./vs/editor/common/controller/cursorWordOperations.ts",
		"./vs/editor/common/controller/oneCursor.ts",
178 179
		"./vs/editor/common/controller/wordCharacterClassifier.ts",
		"./vs/editor/common/core/characterClassifier.ts",
180 181
		"./vs/editor/common/core/editOperation.ts",
		"./vs/editor/common/core/lineTokens.ts",
182
		"./vs/editor/common/core/position.ts",
183
		"./vs/editor/common/core/range.ts",
184
		"./vs/editor/common/core/rgba.ts",
A
Alex Dima 已提交
185
		"./vs/editor/common/core/selection.ts",
186
		"./vs/editor/common/core/stringBuilder.ts",
187
		"./vs/editor/common/core/token.ts",
188
		"./vs/editor/common/core/uint.ts",
A
Alex Dima 已提交
189
		"./vs/editor/common/diff/diffComputer.ts",
190 191 192
		"./vs/editor/common/editorAction.ts",
		"./vs/editor/common/editorCommon.ts",
		"./vs/editor/common/editorContextKeys.ts",
A
Alex Dima 已提交
193 194
		"./vs/editor/common/model.ts",
		"./vs/editor/common/model/editStack.ts",
195
		"./vs/editor/common/model/indentationGuesser.ts",
A
Alex Dima 已提交
196
		"./vs/editor/common/model/intervalTree.ts",
A
Alex Dima 已提交
197
		"./vs/editor/common/model/mirrorTextModel.ts",
A
Alex Dima 已提交
198 199
		"./vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts",
		"./vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer.ts",
200
		"./vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder.ts",
A
Alex Dima 已提交
201 202
		"./vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase.ts",
		"./vs/editor/common/model/textModel.ts",
A
Alex Dima 已提交
203
		"./vs/editor/common/model/textModelEvents.ts",
A
Alex Dima 已提交
204 205 206 207
		"./vs/editor/common/model/textModelSearch.ts",
		"./vs/editor/common/model/textModelTokens.ts",
		"./vs/editor/common/model/wordHelper.ts",
		"./vs/editor/common/modes.ts",
208 209
		"./vs/editor/common/modes/abstractMode.ts",
		"./vs/editor/common/modes/languageConfiguration.ts",
A
Alex Dima 已提交
210 211
		"./vs/editor/common/modes/languageConfigurationRegistry.ts",
		"./vs/editor/common/modes/languageFeatureRegistry.ts",
212
		"./vs/editor/common/modes/languageSelector.ts",
213
		"./vs/editor/common/modes/linkComputer.ts",
A
Alex Dima 已提交
214
		"./vs/editor/common/modes/modesRegistry.ts",
A
Alex Dima 已提交
215
		"./vs/editor/common/modes/nullMode.ts",
216 217
		"./vs/editor/common/modes/supports.ts",
		"./vs/editor/common/modes/supports/characterPair.ts",
A
Alex Dima 已提交
218
		"./vs/editor/common/modes/supports/electricCharacter.ts",
219
		"./vs/editor/common/modes/supports/indentRules.ts",
A
Alex Dima 已提交
220
		"./vs/editor/common/modes/supports/inplaceReplaceSupport.ts",
A
Alex Dima 已提交
221 222
		"./vs/editor/common/modes/supports/onEnter.ts",
		"./vs/editor/common/modes/supports/richEditBrackets.ts",
A
Alex Dima 已提交
223 224
		"./vs/editor/common/modes/supports/tokenization.ts",
		"./vs/editor/common/modes/textToHtmlTokenizer.ts",
A
Alex Dima 已提交
225
		"./vs/editor/common/modes/tokenizationRegistry.ts",
A
Alex Dima 已提交
226
		"./vs/editor/common/services/editorSimpleWorker.ts",
227
		"./vs/editor/common/services/editorWorkerService.ts",
A
Alex Dima 已提交
228
		"./vs/editor/common/services/editorWorkerServiceImpl.ts",
M
Matt Bierner 已提交
229
		"./vs/editor/common/services/getIconClasses.ts",
A
Alex Dima 已提交
230
		"./vs/editor/common/services/languagesRegistry.ts",
A
Alex Dima 已提交
231 232
		"./vs/editor/common/services/modeService.ts",
		"./vs/editor/common/services/modeServiceImpl.ts",
M
Matt Bierner 已提交
233 234
		"./vs/editor/common/services/modelService.ts",
		"./vs/editor/common/services/modelServiceImpl.ts",
235
		"./vs/editor/common/services/resolverService.ts",
A
Alex Dima 已提交
236 237 238
		"./vs/editor/common/services/resourceConfiguration.ts",
		"./vs/editor/common/services/resourceConfigurationImpl.ts",
		"./vs/editor/common/services/webWorker.ts",
M
Matt Bierner 已提交
239
		"./vs/editor/common/standalone/standaloneBase.ts",
M
Matt Bierner 已提交
240
		"./vs/editor/common/standalone/standaloneEnums.ts",
A
Alex Dima 已提交
241
		"./vs/editor/common/view/editorColorRegistry.ts",
A
Alex Dima 已提交
242
		"./vs/editor/common/view/minimapCharRenderer.ts",
243
		"./vs/editor/common/view/overviewZoneManager.ts",
A
Alex Dima 已提交
244
		"./vs/editor/common/view/renderingContext.ts",
A
Alex Dima 已提交
245
		"./vs/editor/common/view/runtimeMinimapCharRenderer.ts",
A
Alex Dima 已提交
246 247
		"./vs/editor/common/view/viewContext.ts",
		"./vs/editor/common/view/viewEventDispatcher.ts",
A
Alex Dima 已提交
248
		"./vs/editor/common/view/viewEvents.ts",
A
Alex Dima 已提交
249 250 251 252 253
		"./vs/editor/common/viewLayout/lineDecorations.ts",
		"./vs/editor/common/viewLayout/linesLayout.ts",
		"./vs/editor/common/viewLayout/viewLayout.ts",
		"./vs/editor/common/viewLayout/viewLineRenderer.ts",
		"./vs/editor/common/viewLayout/viewLinesViewportData.ts",
254
		"./vs/editor/common/viewLayout/whitespaceComputer.ts",
A
Alex Dima 已提交
255
		"./vs/editor/common/viewModel/characterHardWrappingLineMapper.ts",
256
		"./vs/editor/common/viewModel/prefixSumComputer.ts",
A
Alex Dima 已提交
257 258 259 260 261
		"./vs/editor/common/viewModel/splitLinesCollection.ts",
		"./vs/editor/common/viewModel/viewEventHandler.ts",
		"./vs/editor/common/viewModel/viewModel.ts",
		"./vs/editor/common/viewModel/viewModelDecorations.ts",
		"./vs/editor/common/viewModel/viewModelImpl.ts",
A
Alex Dima 已提交
262 263
		"./vs/editor/contrib/bracketMatching/bracketMatching.ts",
		"./vs/editor/contrib/caretOperations/caretOperations.ts",
M
Matt Bierner 已提交
264
		"./vs/editor/contrib/caretOperations/moveCaretCommand.ts",
A
Alex Dima 已提交
265 266
		"./vs/editor/contrib/caretOperations/transpose.ts",
		"./vs/editor/contrib/clipboard/clipboard.ts",
A
Alex Dima 已提交
267
		"./vs/editor/contrib/codeAction/codeAction.ts",
M
Matt Bierner 已提交
268
		"./vs/editor/contrib/codeAction/codeActionModel.ts",
269
		"./vs/editor/contrib/codeAction/codeActionTrigger.ts",
M
Matt Bierner 已提交
270
		"./vs/editor/contrib/codeAction/lightBulbWidget.ts",
M
Matt Bierner 已提交
271
		"./vs/editor/contrib/codelens/codelens.ts",
A
Alex Dima 已提交
272
		"./vs/editor/contrib/colorPicker/color.ts",
M
Matt Bierner 已提交
273
		"./vs/editor/contrib/colorPicker/colorDetector.ts",
274
		"./vs/editor/contrib/colorPicker/colorPickerModel.ts",
A
Alex Dima 已提交
275
		"./vs/editor/contrib/comment/blockCommentCommand.ts",
A
Alex Dima 已提交
276 277
		"./vs/editor/contrib/comment/comment.ts",
		"./vs/editor/contrib/comment/lineCommentCommand.ts",
A
Alex Dima 已提交
278
		"./vs/editor/contrib/cursorUndo/cursorUndo.ts",
M
Matt Bierner 已提交
279
		"./vs/editor/contrib/dnd/dnd.ts",
M
Matt Bierner 已提交
280
		"./vs/editor/contrib/dnd/dragAndDropCommand.ts",
A
Alex Dima 已提交
281 282
		"./vs/editor/contrib/find/findDecorations.ts",
		"./vs/editor/contrib/find/findModel.ts",
A
Alex Dima 已提交
283
		"./vs/editor/contrib/find/findState.ts",
284
		"./vs/editor/contrib/find/replaceAllCommand.ts",
285
		"./vs/editor/contrib/find/replacePattern.ts",
M
Martin Aeschlimann 已提交
286 287 288 289 290 291 292 293 294
		"./vs/editor/contrib/folding/folding.ts",
		"./vs/editor/contrib/folding/foldingDecorations.ts",
		"./vs/editor/contrib/folding/foldingModel.ts",
		"./vs/editor/contrib/folding/foldingRanges.ts",
		"./vs/editor/contrib/folding/hiddenRangeModel.ts",
		"./vs/editor/contrib/folding/indentRangeProvider.ts",
		"./vs/editor/contrib/folding/intializingRangeProvider.ts",
		"./vs/editor/contrib/folding/syntaxRangeProvider.ts",
		"./vs/editor/contrib/folding/test/foldingModel.test.ts",
M
Matt Bierner 已提交
295 296 297 298 299
		"./vs/editor/contrib/folding/test/foldingRanges.test.ts",
		"./vs/editor/contrib/folding/test/hiddenRangeModel.test.ts",
		"./vs/editor/contrib/folding/test/indentFold.test.ts",
		"./vs/editor/contrib/folding/test/indentRangeProvider.test.ts",
		"./vs/editor/contrib/folding/test/syntaxFold.test.ts",
M
Matt Bierner 已提交
300
		"./vs/editor/contrib/fontZoom/fontZoom.ts",
A
Alex Dima 已提交
301
		"./vs/editor/contrib/goToDefinition/clickLinkGesture.ts",
A
Alex Dima 已提交
302
		"./vs/editor/contrib/goToDefinition/goToDefinition.ts",
M
Matt Bierner 已提交
303
		"./vs/editor/contrib/gotoError/gotoErrorWidget.ts",
M
Matt Bierner 已提交
304
		"./vs/editor/contrib/hover/getHover.ts",
A
Alex Dima 已提交
305 306
		"./vs/editor/contrib/hover/hoverOperation.ts",
		"./vs/editor/contrib/hover/hoverWidgets.ts",
M
Matt Bierner 已提交
307
		"./vs/editor/contrib/hover/modesGlyphHover.ts",
A
Alex Dima 已提交
308
		"./vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand.ts",
M
Matt Bierner 已提交
309
		"./vs/editor/contrib/indentation/indentUtils.ts",
310
		"./vs/editor/contrib/linesOperations/copyLinesCommand.ts",
A
Alex Dima 已提交
311
		"./vs/editor/contrib/linesOperations/deleteLinesCommand.ts",
M
Matt Bierner 已提交
312
		"./vs/editor/contrib/linesOperations/moveLinesCommand.ts",
A
Alex Dima 已提交
313 314
		"./vs/editor/contrib/linesOperations/sortLinesCommand.ts",
		"./vs/editor/contrib/links/getLinks.ts",
A
Alex Dima 已提交
315
		"./vs/editor/contrib/links/links.ts",
M
Matt Bierner 已提交
316
		"./vs/editor/contrib/markdown/markdownRenderer.ts",
A
Alex Dima 已提交
317 318
		"./vs/editor/contrib/message/messageController.ts",
		"./vs/editor/contrib/parameterHints/provideSignatureHelp.ts",
M
Matt Bierner 已提交
319
		"./vs/editor/contrib/quickOpen/quickOpen.ts",
M
Matt Bierner 已提交
320
		"./vs/editor/contrib/referenceSearch/referencesModel.ts",
J
Johannes Rieken 已提交
321
		"./vs/editor/contrib/rename/rename.ts",
M
Matt Bierner 已提交
322
		"./vs/editor/contrib/rename/renameInputField.ts",
J
Johannes Rieken 已提交
323
		"./vs/editor/contrib/smartSelect/tokenTree.ts",
J
Johannes Rieken 已提交
324
		"./vs/editor/contrib/snippet/snippetParser.ts",
M
Matt Bierner 已提交
325
		"./vs/editor/contrib/suggest/suggest.ts",
J
Johannes Rieken 已提交
326
		"./vs/editor/contrib/suggest/wordContextKey.ts",
M
Matt Bierner 已提交
327
		"./vs/editor/contrib/suggest/wordDistance.ts",
M
Matt Bierner 已提交
328
		"./vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.ts",
A
Alex Dima 已提交
329
		"./vs/editor/contrib/wordHighlighter/wordHighlighter.ts",
M
Matt Bierner 已提交
330
		"./vs/editor/contrib/wordOperations/test/wordTestUtils.ts",
A
Alex Dima 已提交
331
		"./vs/editor/contrib/wordOperations/wordOperations.ts",
A
Alex Dima 已提交
332
		"./vs/editor/contrib/wordPartOperations/wordPartOperations.ts",
M
Matt Bierner 已提交
333
		"./vs/editor/contrib/zoneWidget/zoneWidget.ts",
M
Matt Bierner 已提交
334
		"./vs/editor/editor.worker.ts",
A
Alex Dima 已提交
335
		"./vs/editor/standalone/browser/colorizer.ts",
A
Alex Dima 已提交
336
		"./vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard.ts",
M
Matt Bierner 已提交
337
		"./vs/editor/standalone/browser/inspectTokens/inspectTokens.ts",
A
Alex Dima 已提交
338
		"./vs/editor/standalone/browser/standaloneCodeServiceImpl.ts",
A
Alex Dima 已提交
339 340
		"./vs/editor/standalone/browser/standaloneThemeServiceImpl.ts",
		"./vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast.ts",
341
		"./vs/editor/standalone/common/monarch/monarchCommon.ts",
A
Alex Dima 已提交
342
		"./vs/editor/standalone/common/monarch/monarchCompile.ts",
343
		"./vs/editor/standalone/common/monarch/monarchTypes.ts",
M
Matt Bierner 已提交
344 345
		"./vs/editor/standalone/common/standaloneThemeService.ts",
		"./vs/editor/standalone/common/themes.ts",
A
Alex Dima 已提交
346 347
		"./vs/editor/test/browser/controller/imeTester.ts",
		"./vs/editor/test/browser/editorTestServices.ts",
M
Matt Bierner 已提交
348
		"./vs/editor/test/browser/testCodeEditor.ts",
M
Matt Bierner 已提交
349
		"./vs/editor/test/browser/testCommand.ts",
A
Alex Dima 已提交
350
		"./vs/editor/test/browser/view/minimapFontCreator.ts",
351 352 353 354
		"./vs/editor/test/common/commentMode.ts",
		"./vs/editor/test/common/core/viewLineToken.ts",
		"./vs/editor/test/common/editorTestUtils.ts",
		"./vs/editor/test/common/mocks/mockMode.ts",
M
Matt Bierner 已提交
355
		"./vs/editor/test/common/mocks/testConfiguration.ts",
356
		"./vs/editor/test/common/model/benchmark/benchmarkUtils.ts",
357 358 359 360
		"./vs/editor/test/common/model/benchmark/entry.ts",
		"./vs/editor/test/common/model/benchmark/modelbuilder.benchmark.ts",
		"./vs/editor/test/common/model/benchmark/operations.benchmark.ts",
		"./vs/editor/test/common/model/benchmark/searchNReplace.benchmark.ts",
A
Alex Dima 已提交
361
		"./vs/editor/test/common/model/editableTextModelTestUtils.ts",
362
		"./vs/editor/test/common/model/linesTextBuffer/textBufferAutoTestUtils.ts",
363 364
		"./vs/editor/test/common/modes/supports/javascriptOnEnterRules.ts",
		"./vs/editor/test/common/modesTestUtils.ts",
M
Matt Bierner 已提交
365
		"./vs/editor/test/common/view/minimapCharRendererFactory.ts",
M
Matt Bierner 已提交
366
		"./vs/editor/test/common/viewModel/testViewModel.ts",
M
Matt Bierner 已提交
367
		"./vs/monaco.d.ts",
A
Alex Dima 已提交
368
		"./vs/nls.d.ts",
369
		"./vs/nls.mock.ts",
A
Alex Dima 已提交
370
		"./vs/platform/actions/common/actions.ts",
M
Matt Bierner 已提交
371
		"./vs/platform/actions/common/menu.ts",
M
Matt Bierner 已提交
372
		"./vs/platform/backup/common/backup.ts",
373
		"./vs/platform/broadcast/electron-browser/broadcastService.ts",
374 375
		"./vs/platform/clipboard/common/clipboardService.ts",
		"./vs/platform/clipboard/electron-browser/clipboardService.ts",
M
Matt Bierner 已提交
376
		"./vs/platform/commands/common/commands.ts",
A
Alex Dima 已提交
377
		"./vs/platform/configuration/common/configuration.ts",
M
Matt Bierner 已提交
378
		"./vs/platform/configuration/common/configurationModels.ts",
A
Alex Dima 已提交
379
		"./vs/platform/configuration/common/configurationRegistry.ts",
A
Alex Dima 已提交
380
		"./vs/platform/contextkey/browser/contextKeyService.ts",
A
Alex Dima 已提交
381
		"./vs/platform/contextkey/common/contextkey.ts",
M
Matt Bierner 已提交
382
		"./vs/platform/dialogs/common/dialogs.ts",
383
		"./vs/platform/dialogs/node/dialogIpc.ts",
M
Matt Bierner 已提交
384
		"./vs/platform/dialogs/node/dialogService.ts",
385
		"./vs/platform/download/common/download.ts",
A
Alex Dima 已提交
386
		"./vs/platform/editor/common/editor.ts",
387
		"./vs/platform/environment/common/environment.ts",
M
Matt Bierner 已提交
388
		"./vs/platform/environment/node/argv.ts",
389
		"./vs/platform/extensionManagement/common/extensionEnablementService.ts",
M
Matt Bierner 已提交
390
		"./vs/platform/extensionManagement/common/extensionManagement.ts",
391
		"./vs/platform/extensionManagement/common/extensionManagementUtil.ts",
M
Matt Bierner 已提交
392
		"./vs/platform/extensionManagement/common/extensionNls.ts",
M
Matt Bierner 已提交
393
		"./vs/platform/extensionManagement/node/extensionLifecycle.ts",
M
Martin Aeschlimann 已提交
394
		"./vs/platform/extensionManagement/node/extensionManagementIpc.ts",
395
		"./vs/platform/extensionManagement/node/extensionManagementUtil.ts",
396 397
		"./vs/platform/extensions/common/extensionHost.ts",
		"./vs/platform/extensions/common/extensions.ts",
A
Alex Dima 已提交
398
		"./vs/platform/extensions/node/extensionValidator.ts",
A
Alex Dima 已提交
399
		"./vs/platform/files/common/files.ts",
400
		"./vs/platform/files/node/files.ts",
M
Matt Bierner 已提交
401
		"./vs/platform/history/common/history.ts",
402 403
		"./vs/platform/instantiation/common/descriptors.ts",
		"./vs/platform/instantiation/common/extensions.ts",
404
		"./vs/platform/instantiation/common/graph.ts",
405
		"./vs/platform/instantiation/common/instantiation.ts",
M
Matt Bierner 已提交
406
		"./vs/platform/instantiation/common/instantiationService.ts",
407
		"./vs/platform/instantiation/common/serviceCollection.ts",
M
Matt Bierner 已提交
408
		"./vs/platform/instantiation/node/instantiationService.ts",
409
		"./vs/platform/integrity/common/integrity.ts",
A
Alex Dima 已提交
410
		"./vs/platform/integrity/node/integrityServiceImpl.ts",
M
Matt Bierner 已提交
411
		"./vs/platform/issue/common/issue.ts",
J
Joao Moreno 已提交
412
		"./vs/platform/issue/node/issueIpc.ts",
413
		"./vs/platform/jsonschemas/common/jsonContributionRegistry.ts",
A
Alex Dima 已提交
414
		"./vs/platform/keybinding/common/abstractKeybindingService.ts",
A
Alex Dima 已提交
415
		"./vs/platform/keybinding/common/keybinding.ts",
A
Alex Dima 已提交
416
		"./vs/platform/keybinding/common/keybindingResolver.ts",
A
Alex Dima 已提交
417
		"./vs/platform/keybinding/common/keybindingsRegistry.ts",
A
Alex Dima 已提交
418
		"./vs/platform/keybinding/common/resolvedKeybindingItem.ts",
A
Alex Dima 已提交
419
		"./vs/platform/keybinding/common/usLayoutResolvedKeybinding.ts",
M
Matt Bierner 已提交
420
		"./vs/platform/keybinding/test/common/mockKeybindingService.ts",
M
Matt Bierner 已提交
421 422
		"./vs/platform/label/common/label.ts",
		"./vs/platform/label/electron-browser/label.contribution.ts",
423
		"./vs/platform/lifecycle/common/lifecycle.ts",
M
Matt Bierner 已提交
424
		"./vs/platform/lifecycle/electron-browser/lifecycleService.ts",
M
Matt Bierner 已提交
425
		"./vs/platform/lifecycle/electron-main/lifecycleMain.ts",
426
		"./vs/platform/localizations/common/localizations.ts",
427
		"./vs/platform/localizations/node/localizationsIpc.ts",
428 429
		"./vs/platform/log/common/bufferLog.ts",
		"./vs/platform/log/common/log.ts",
430
		"./vs/platform/log/node/logIpc.ts",
431
		"./vs/platform/log/node/spdlogService.ts",
M
Matt Bierner 已提交
432
		"./vs/platform/markers/common/markerService.ts",
A
Alex Dima 已提交
433
		"./vs/platform/markers/common/markers.ts",
434
		"./vs/platform/menubar/common/menubar.ts",
435
		"./vs/platform/menubar/node/menubarIpc.ts",
436
		"./vs/platform/node/minimalTranslations.ts",
437 438
		"./vs/platform/node/package.ts",
		"./vs/platform/node/product.ts",
439 440
		"./vs/platform/notification/common/notification.ts",
		"./vs/platform/notification/test/common/testNotificationService.ts",
441
		"./vs/platform/opener/common/opener.ts",
442 443
		"./vs/platform/output/node/outputAppender.ts",
		"./vs/platform/progress/common/progress.ts",
A
Alex Dima 已提交
444
		"./vs/platform/quickOpen/common/quickOpen.ts",
M
Matt Bierner 已提交
445
		"./vs/platform/quickinput/common/quickInput.ts",
446
		"./vs/platform/registry/common/platform.ts",
M
Matt Bierner 已提交
447
		"./vs/platform/request/electron-browser/requestService.ts",
M
Matt Bierner 已提交
448
		"./vs/platform/request/electron-main/requestService.ts",
M
Matt Bierner 已提交
449
		"./vs/platform/request/node/request.ts",
M
Matt Bierner 已提交
450
		"./vs/platform/request/node/requestService.ts",
451
		"./vs/platform/search/common/search.ts",
452
		"./vs/platform/state/common/state.ts",
453
		"./vs/platform/statusbar/common/statusbar.ts",
A
Alex Dima 已提交
454
		"./vs/platform/storage/common/storage.ts",
M
Matt Bierner 已提交
455
		"./vs/platform/storage/common/storageLegacyService.ts",
M
Matt Bierner 已提交
456
		"./vs/platform/telemetry/browser/errorTelemetry.ts",
457
		"./vs/platform/telemetry/common/telemetry.ts",
M
Matt Bierner 已提交
458
		"./vs/platform/telemetry/common/telemetryService.ts",
A
Alex Dima 已提交
459
		"./vs/platform/telemetry/common/telemetryUtils.ts",
460
		"./vs/platform/telemetry/node/telemetryIpc.ts",
461
		"./vs/platform/telemetry/node/telemetryNodeUtils.ts",
A
Alex Dima 已提交
462
		"./vs/platform/theme/common/colorRegistry.ts",
463
		"./vs/platform/theme/common/styler.ts",
464
		"./vs/platform/theme/common/themeService.ts",
465
		"./vs/platform/theme/test/common/testThemeService.ts",
466
		"./vs/platform/update/common/update.ts",
M
Matt Bierner 已提交
467
		"./vs/platform/update/electron-main/abstractUpdateService.ts",
M
Matt Bierner 已提交
468 469
		"./vs/platform/update/electron-main/updateService.darwin.ts",
		"./vs/platform/update/electron-main/updateService.linux.ts",
470
		"./vs/platform/update/node/updateIpc.ts",
M
Matt Bierner 已提交
471
		"./vs/platform/update/node/update.config.contribution.ts",
472
		"./vs/platform/url/common/url.ts",
473
		"./vs/platform/url/common/urlService.ts",
M
Matt Bierner 已提交
474
		"./vs/platform/url/electron-main/electronUrlListener.ts",
475
		"./vs/platform/url/node/urlIpc.ts",
M
Matt Bierner 已提交
476
		"./vs/platform/widget/common/contextScopedWidget.ts",
M
Matt Bierner 已提交
477 478 479
		"./vs/platform/windows/common/windows.ts",
		"./vs/platform/windows/electron-browser/windowService.ts",
		"./vs/platform/windows/electron-main/windows.ts",
480
		"./vs/platform/windows/node/windowsIpc.ts",
481
		"./vs/platform/workbench/common/contextkeys.ts",
A
Alex Dima 已提交
482
		"./vs/platform/workspace/common/workspace.ts",
M
Matt Bierner 已提交
483 484 485
		"./vs/platform/workspace/test/common/testWorkspace.ts",
		"./vs/platform/workspaces/common/workspaces.ts",
		"./vs/platform/workspaces/node/workspaces.ts",
486
		"./vs/platform/workspaces/node/workspacesIpc.ts",
487 488
		"./vs/vscode.d.ts",
		"./vs/vscode.proposed.d.ts",
M
Matt Bierner 已提交
489
		"./vs/workbench/api/node/extHostExtensionActivator.ts",
490
		"./vs/workbench/api/shared/tasks.ts",
M
Matt Bierner 已提交
491 492 493 494 495
		"./vs/workbench/browser/actions/toggleActivityBarVisibility.ts",
		"./vs/workbench/browser/actions/toggleCenteredLayout.ts",
		"./vs/workbench/browser/actions/toggleSidebarPosition.ts",
		"./vs/workbench/browser/actions/toggleSidebarVisibility.ts",
		"./vs/workbench/browser/actions/toggleStatusbarVisibility.ts",
496
		"./vs/workbench/browser/actions/toggleTabsVisibility.ts",
M
Matt Bierner 已提交
497
		"./vs/workbench/browser/actions/toggleZenMode.ts",
M
Matt Bierner 已提交
498
		"./vs/workbench/browser/part.ts",
M
Matt Bierner 已提交
499
		"./vs/workbench/browser/parts/notifications/notificationsAlerts.ts",
M
Matt Bierner 已提交
500
		"./vs/workbench/browser/parts/quickinput/quickInputUtils.ts",
501
		"./vs/workbench/browser/parts/quickopen/quickopen.ts",
502
		"./vs/workbench/browser/parts/statusbar/statusbar.ts",
A
Alex Dima 已提交
503
		"./vs/workbench/common/actions.ts",
504
		"./vs/workbench/common/activity.ts",
M
Matt Bierner 已提交
505
		"./vs/workbench/common/component.ts",
506
		"./vs/workbench/common/composite.ts",
507
		"./vs/workbench/common/contributions.ts",
508
		"./vs/workbench/common/extensionHostProtocol.ts",
M
Matt Bierner 已提交
509
		"./vs/workbench/common/memento.ts",
B
Benjamin Pasero 已提交
510
		"./vs/workbench/common/notifications.ts",
511
		"./vs/workbench/common/panel.ts",
A
Alex Dima 已提交
512
		"./vs/workbench/common/resources.ts",
M
Matt Bierner 已提交
513
		"./vs/workbench/common/theme.ts",
514
		"./vs/workbench/common/viewlet.ts",
M
Matt Bierner 已提交
515
		"./vs/workbench/common/views.ts",
M
Matt Bierner 已提交
516
		"./vs/workbench/parts/codeEditor/browser/menuPreventer.ts",
517
		"./vs/workbench/parts/codeEditor/browser/simpleEditorOptions.ts",
M
Matt Bierner 已提交
518
		"./vs/workbench/parts/codeEditor/electron-browser/accessibility.ts",
A
Alex Dima 已提交
519 520
		"./vs/workbench/parts/codeEditor/electron-browser/largeFileOptimizations.ts",
		"./vs/workbench/parts/codeEditor/electron-browser/selectionClipboard.ts",
521 522 523 524
		"./vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.ts",
		"./vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.ts",
		"./vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.ts",
		"./vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.ts",
A
Alex Dima 已提交
525
		"./vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.ts",
M
Matt Bierner 已提交
526
		"./vs/workbench/parts/comments/common/commentModel.ts",
M
Matt Bierner 已提交
527
		"./vs/workbench/parts/comments/electron-browser/commentGlyphWidget.ts",
M
Matt Bierner 已提交
528
		"./vs/workbench/parts/comments/electron-browser/commentService.ts",
M
Matt Bierner 已提交
529 530
		"./vs/workbench/parts/emmet/browser/actions/showEmmetCommands.ts",
		"./vs/workbench/parts/emmet/browser/emmet.browser.contribution.ts",
531
		"./vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.ts",
M
Matt Bierner 已提交
532 533
		"./vs/workbench/parts/emmet/electron-browser/emmet.contribution.ts",
		"./vs/workbench/parts/emmet/electron-browser/emmetActions.ts",
534
		"./vs/workbench/parts/emmet/test/electron-browser/emmetAction.test.ts",
535
		"./vs/workbench/parts/execution/common/execution.ts",
536
		"./vs/workbench/parts/extensions/common/extensionQuery.ts",
M
Matt Bierner 已提交
537
		"./vs/workbench/parts/extensions/common/extensions.ts",
M
Matt Bierner 已提交
538
		"./vs/workbench/parts/extensions/common/extensionsFileTemplate.ts",
M
Matt Bierner 已提交
539
		"./vs/workbench/parts/extensions/electron-browser/extensionsActivationProgress.ts",
540
		"./vs/workbench/parts/extensions/electron-browser/extensionsUtils.ts",
541
		"./vs/workbench/parts/logs/common/logConstants.ts",
M
Matt Bierner 已提交
542 543
		"./vs/workbench/parts/logs/electron-browser/logs.contribution.ts",
		"./vs/workbench/parts/logs/electron-browser/logsActions.ts",
544
		"./vs/workbench/parts/markers/electron-browser/constants.ts",
M
Matt Bierner 已提交
545
		"./vs/workbench/parts/markers/electron-browser/markers.ts",
M
Matt Bierner 已提交
546
		"./vs/workbench/parts/markers/electron-browser/markersFileDecorations.ts",
M
Matt Bierner 已提交
547
		"./vs/workbench/parts/markers/electron-browser/markersFilterOptions.ts",
M
Matt Bierner 已提交
548 549
		"./vs/workbench/parts/markers/electron-browser/markersModel.ts",
		"./vs/workbench/parts/markers/electron-browser/messages.ts",
550 551
		"./vs/workbench/parts/outline/electron-browser/outline.ts",
		"./vs/workbench/parts/output/common/output.ts",
M
Matt Bierner 已提交
552
		"./vs/workbench/parts/output/common/outputLinkComputer.ts",
M
Matt Bierner 已提交
553
		"./vs/workbench/parts/performance/electron-browser/stats.ts",
554
		"./vs/workbench/parts/preferences/common/smartSnippetInserter.ts",
M
Matt Bierner 已提交
555
		"./vs/workbench/parts/scm/common/scm.ts",
556
		"./vs/workbench/parts/scm/electron-browser/scmUtil.ts",
557
		"./vs/workbench/parts/search/common/constants.ts",
M
Matt Bierner 已提交
558
		"./vs/workbench/parts/search/common/queryBuilder.ts",
M
Matt Bierner 已提交
559
		"./vs/workbench/parts/surveys/electron-browser/nps.contribution.ts",
M
Matt Bierner 已提交
560
		"./vs/workbench/parts/tasks/common/problemCollectors.ts",
561
		"./vs/workbench/parts/tasks/common/problemMatcher.ts",
M
Matt Bierner 已提交
562
		"./vs/workbench/parts/tasks/common/taskDefinitionRegistry.ts",
M
Matt Bierner 已提交
563
		"./vs/workbench/parts/tasks/common/taskService.ts",
M
Matt Bierner 已提交
564
		"./vs/workbench/parts/tasks/common/taskSystem.ts",
M
Matt Bierner 已提交
565
		"./vs/workbench/parts/tasks/common/taskTemplates.ts",
M
Matt Bierner 已提交
566
		"./vs/workbench/parts/tasks/common/tasks.ts",
M
Matt Bierner 已提交
567
		"./vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.ts",
M
Matt Bierner 已提交
568
		"./vs/workbench/parts/tasks/node/tasks.ts",
M
Matt Bierner 已提交
569
		"./vs/workbench/parts/terminal/browser/terminalTab.ts",
570
		"./vs/workbench/parts/terminal/browser/terminalWidgetManager.ts",
571
		"./vs/workbench/parts/terminal/common/terminal.ts",
M
Matt Bierner 已提交
572
		"./vs/workbench/parts/terminal/common/terminalColorRegistry.ts",
573
		"./vs/workbench/parts/terminal/common/terminalCommands.ts",
M
Matt Bierner 已提交
574
		"./vs/workbench/parts/terminal/common/terminalMenu.ts",
M
Matt Bierner 已提交
575
		"./vs/workbench/parts/terminal/common/terminalService.ts",
576
		"./vs/workbench/parts/terminal/node/terminalCommandTracker.ts",
577
		"./vs/workbench/parts/terminal/node/terminalEnvironment.ts",
578
		"./vs/workbench/parts/url/electron-browser/url.contribution.ts",
M
Matt Bierner 已提交
579 580
		"./vs/workbench/parts/webview/electron-browser/webviewProtocols.ts",
		"./vs/workbench/parts/welcome/gettingStarted/electron-browser/gettingStarted.ts",
581
		"./vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.ts",
582
		"./vs/workbench/parts/welcome/walkThrough/node/walkThroughUtils.ts",
M
Matt Bierner 已提交
583
		"./vs/workbench/services/actions/common/menuService.ts",
584
		"./vs/workbench/services/activity/common/activity.ts",
585
		"./vs/workbench/services/backup/common/backup.ts",
M
Matt Bierner 已提交
586
		"./vs/workbench/services/commands/common/commandService.ts",
M
Matt Bierner 已提交
587
		"./vs/workbench/services/configuration/common/configuration.ts",
M
Matt Bierner 已提交
588
		"./vs/workbench/services/configuration/common/configurationExtensionPoint.ts",
M
Matt Bierner 已提交
589
		"./vs/workbench/services/configuration/common/configurationModels.ts",
590
		"./vs/workbench/services/configuration/common/jsonEditing.ts",
M
Matt Bierner 已提交
591
		"./vs/workbench/services/configurationResolver/common/configurationResolver.ts",
M
Matt Bierner 已提交
592
		"./vs/workbench/services/crashReporter/electron-browser/crashReporterService.ts",
593
		"./vs/workbench/services/decorations/browser/decorations.ts",
A
Alex Dima 已提交
594 595
		"./vs/workbench/services/extensions/common/extensions.ts",
		"./vs/workbench/services/extensions/common/extensionsRegistry.ts",
M
Matt Bierner 已提交
596
		"./vs/workbench/services/extensions/electron-browser/inactiveExtensionUrlHandler.ts",
M
Matt Bierner 已提交
597
		"./vs/workbench/services/extensions/node/extensionDescriptionRegistry.ts",
M
Matt Bierner 已提交
598
		"./vs/workbench/services/extensions/node/extensionManagementServerService.ts",
A
Alex Dima 已提交
599
		"./vs/workbench/services/extensions/node/lazyPromise.ts",
600
		"./vs/workbench/services/extensions/node/proxyIdentifier.ts",
601
		"./vs/workbench/services/extensions/node/rpcProtocol.ts",
602 603
		"./vs/workbench/services/files/node/watcher/common.ts",
		"./vs/workbench/services/files/node/watcher/nsfw/watcher.ts",
604
		"./vs/workbench/services/files/node/watcher/nsfw/watcherIpc.ts",
605
		"./vs/workbench/services/files/node/watcher/unix/watcher.ts",
606
		"./vs/workbench/services/files/node/watcher/unix/watcherIpc.ts",
M
Matt Bierner 已提交
607 608
		"./vs/workbench/services/files/node/watcher/win32/csharpWatcherService.ts",
		"./vs/workbench/services/files/node/watcher/win32/watcherService.ts",
609
		"./vs/workbench/services/files/test/electron-browser/utils.ts",
610 611
		"./vs/workbench/services/hash/common/hashService.ts",
		"./vs/workbench/services/hash/node/hashService.ts",
M
Matt Bierner 已提交
612
		"./vs/workbench/services/issue/common/issue.ts",
M
Matt Bierner 已提交
613
		"./vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.ts",
A
Alex Dima 已提交
614 615 616 617 618
		"./vs/workbench/services/keybinding/common/keybindingIO.ts",
		"./vs/workbench/services/keybinding/common/keyboardMapper.ts",
		"./vs/workbench/services/keybinding/common/macLinuxFallbackKeyboardMapper.ts",
		"./vs/workbench/services/keybinding/common/macLinuxKeyboardMapper.ts",
		"./vs/workbench/services/keybinding/common/windowsKeyboardMapper.ts",
A
Alex Dima 已提交
619
		"./vs/workbench/services/mode/common/workbenchModeService.ts",
M
Matt Bierner 已提交
620
		"./vs/workbench/services/notification/common/notificationService.ts",
621
		"./vs/workbench/services/panel/common/panelService.ts",
M
Matt Bierner 已提交
622
		"./vs/workbench/services/part/common/partService.ts",
623 624
		"./vs/workbench/services/scm/common/scm.ts",
		"./vs/workbench/services/scm/common/scmService.ts",
M
Matt Bierner 已提交
625
		"./vs/workbench/services/search/node/legacy/search.ts",
626
		"./vs/workbench/services/search/node/search.ts",
M
Matt Bierner 已提交
627
		"./vs/workbench/services/search/node/searchHistoryService.ts",
M
Matt Bierner 已提交
628
		"./vs/workbench/services/search/node/searchIpc.ts",
M
Matt Bierner 已提交
629
		"./vs/workbench/services/textMate/electron-browser/TMGrammars.ts",
A
Alex Dima 已提交
630
		"./vs/workbench/services/textMate/electron-browser/TMHelper.ts",
M
Matt Bierner 已提交
631
		"./vs/workbench/services/textMate/electron-browser/textMateService.ts",
M
Matt Bierner 已提交
632 633
		"./vs/workbench/services/textfile/electron-browser/textResourcePropertiesService.ts",
		"./vs/workbench/services/themes/common/colorExtensionPoint.ts",
M
Matt Bierner 已提交
634 635 636
		"./vs/workbench/services/themes/common/colorThemeSchema.ts",
		"./vs/workbench/services/themes/common/fileIconThemeSchema.ts",
		"./vs/workbench/services/themes/common/workbenchThemeService.ts",
637
		"./vs/workbench/services/title/common/titleService.ts",
M
Matt Bierner 已提交
638
		"./vs/workbench/services/workspace/common/workspaceEditing.ts",
M
Matt Bierner 已提交
639
		"./vs/workbench/test/electron-browser/api/mock.ts"
M
Matt Bierner 已提交
640 641
	],
	"exclude": [
642 643
		"./typings/require-monaco.d.ts",
		"../node_modules/windows-process-tree/typings/windows-process-tree.d.ts"
M
Matt Bierner 已提交
644
	]
M
Matt Bierner 已提交
645
}