|
50 | 50 | "./vs/base/node/id.ts", |
51 | 51 | "./vs/base/node/paths.ts", |
52 | 52 | "./vs/base/node/ports.ts", |
| 53 | + "./vs/base/node/processes.ts", |
53 | 54 | "./vs/base/node/proxy.ts", |
54 | 55 | "./vs/base/node/request.ts", |
55 | 56 | "./vs/base/node/stats.ts", |
|
62 | 63 | "./vs/base/parts/ipc/test/node/testService.ts", |
63 | 64 | "./vs/base/parts/quickopen/common/quickOpen.ts", |
64 | 65 | "./vs/base/test/common/utils.ts", |
| 66 | + "./vs/base/test/node/processes/fixtures/fork.ts", |
| 67 | + "./vs/base/test/node/processes/fixtures/fork_large.ts", |
65 | 68 | "./vs/base/test/node/uri.test.perf.ts", |
66 | 69 | "./vs/base/worker/defaultWorkerFactory.ts", |
67 | 70 | "./vs/base/worker/workerMain.ts", |
|
240 | 243 | "./vs/editor/contrib/comment/comment.ts", |
241 | 244 | "./vs/editor/contrib/comment/lineCommentCommand.ts", |
242 | 245 | "./vs/editor/contrib/cursorUndo/cursorUndo.ts", |
| 246 | + "./vs/editor/contrib/dnd/dnd.ts", |
243 | 247 | "./vs/editor/contrib/dnd/dragAndDropCommand.ts", |
244 | 248 | "./vs/editor/contrib/find/findDecorations.ts", |
245 | 249 | "./vs/editor/contrib/find/findModel.ts", |
|
273 | 277 | "./vs/editor/contrib/linesOperations/sortLinesCommand.ts", |
274 | 278 | "./vs/editor/contrib/links/getLinks.ts", |
275 | 279 | "./vs/editor/contrib/links/links.ts", |
| 280 | + "./vs/editor/contrib/markdown/markdownRenderer.ts", |
276 | 281 | "./vs/editor/contrib/message/messageController.ts", |
277 | 282 | "./vs/editor/contrib/parameterHints/provideSignatureHelp.ts", |
278 | 283 | "./vs/editor/contrib/quickOpen/quickOpen.ts", |
279 | 284 | "./vs/editor/contrib/referenceSearch/referencesModel.ts", |
| 285 | + "./vs/editor/contrib/rename/renameInputField.ts", |
280 | 286 | "./vs/editor/contrib/smartSelect/tokenTree.ts", |
281 | 287 | "./vs/editor/contrib/snippet/snippetParser.ts", |
282 | 288 | "./vs/editor/contrib/suggest/suggest.ts", |
283 | 289 | "./vs/editor/contrib/suggest/wordContextKey.ts", |
284 | 290 | "./vs/editor/contrib/suggest/wordDistance.ts", |
285 | 291 | "./vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.ts", |
286 | 292 | "./vs/editor/contrib/wordHighlighter/wordHighlighter.ts", |
| 293 | + "./vs/editor/contrib/wordOperations/test/wordTestUtils.ts", |
287 | 294 | "./vs/editor/contrib/wordOperations/wordOperations.ts", |
288 | 295 | "./vs/editor/contrib/wordPartOperations/wordPartOperations.ts", |
| 296 | + "./vs/editor/contrib/zoneWidget/zoneWidget.ts", |
289 | 297 | "./vs/editor/editor.worker.ts", |
290 | 298 | "./vs/editor/standalone/browser/colorizer.ts", |
291 | 299 | "./vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard.ts", |
|
300 | 308 | "./vs/editor/standalone/common/themes.ts", |
301 | 309 | "./vs/editor/test/browser/controller/imeTester.ts", |
302 | 310 | "./vs/editor/test/browser/editorTestServices.ts", |
| 311 | + "./vs/editor/test/browser/testCodeEditor.ts", |
303 | 312 | "./vs/editor/test/browser/view/minimapFontCreator.ts", |
304 | 313 | "./vs/editor/test/common/commentMode.ts", |
305 | 314 | "./vs/editor/test/common/core/viewLineToken.ts", |
|
389 | 398 | "./vs/platform/state/common/state.ts", |
390 | 399 | "./vs/platform/statusbar/common/statusbar.ts", |
391 | 400 | "./vs/platform/storage/common/storage.ts", |
| 401 | + "./vs/platform/storage/common/storageLegacyService.ts", |
392 | 402 | "./vs/platform/telemetry/browser/errorTelemetry.ts", |
393 | 403 | "./vs/platform/telemetry/common/telemetry.ts", |
394 | 404 | "./vs/platform/telemetry/common/telemetryService.ts", |
|
0 commit comments