|
54 | 54 | "./vs/base/common/linkedList.ts", |
55 | 55 | "./vs/base/common/map.ts", |
56 | 56 | "./vs/base/common/marshalling.ts", |
| 57 | + "./vs/base/common/mime.ts", |
57 | 58 | "./vs/base/common/network.ts", |
58 | 59 | "./vs/base/common/normalization.ts", |
59 | 60 | "./vs/base/common/numbers.ts", |
|
96 | 97 | "./vs/editor/browser/config/charWidthReader.ts", |
97 | 98 | "./vs/editor/browser/config/elementSizeObserver.ts", |
98 | 99 | "./vs/editor/browser/controller/textAreaState.ts", |
| 100 | + "./vs/editor/common", |
99 | 101 | "./vs/editor/common/commands/replaceCommand.ts", |
| 102 | + "./vs/editor/common/commands/shiftCommand.ts", |
100 | 103 | "./vs/editor/common/commands/surroundSelectionCommand.ts", |
101 | 104 | "./vs/editor/common/commands/trimTrailingWhitespaceCommand.ts", |
| 105 | + "./vs/editor/common/config/commonEditorConfig.ts", |
102 | 106 | "./vs/editor/common/config/editorOptions.ts", |
103 | 107 | "./vs/editor/common/config/editorZoom.ts", |
104 | 108 | "./vs/editor/common/config/fontInfo.ts", |
| 109 | + "./vs/editor/common/controller/cursor.ts", |
| 110 | + "./vs/editor/common/controller/cursorCollection.ts", |
| 111 | + "./vs/editor/common/controller/cursorColumnSelection.ts", |
| 112 | + "./vs/editor/common/controller/cursorCommon.ts", |
| 113 | + "./vs/editor/common/controller/cursorDeleteOperations.ts", |
105 | 114 | "./vs/editor/common/controller/cursorEvents.ts", |
| 115 | + "./vs/editor/common/controller/cursorEvents.ts", |
| 116 | + "./vs/editor/common/controller/cursorMoveCommands.ts", |
| 117 | + "./vs/editor/common/controller/cursorMoveOperations.ts", |
| 118 | + "./vs/editor/common/controller/cursorTypeOperations.ts", |
| 119 | + "./vs/editor/common/controller/cursorWordOperations.ts", |
| 120 | + "./vs/editor/common/controller/oneCursor.ts", |
106 | 121 | "./vs/editor/common/controller/wordCharacterClassifier.ts", |
107 | 122 | "./vs/editor/common/core/characterClassifier.ts", |
108 | 123 | "./vs/editor/common/core/editOperation.ts", |
|
139 | 154 | "./vs/editor/common/modes/languageFeatureRegistry.ts", |
140 | 155 | "./vs/editor/common/modes/languageSelector.ts", |
141 | 156 | "./vs/editor/common/modes/linkComputer.ts", |
| 157 | + "./vs/editor/common/modes/modesRegistry.ts", |
142 | 158 | "./vs/editor/common/modes/nullMode.ts", |
143 | 159 | "./vs/editor/common/modes/supports.ts", |
144 | 160 | "./vs/editor/common/modes/supports/characterPair.ts", |
|
150 | 166 | "./vs/editor/common/modes/supports/tokenization.ts", |
151 | 167 | "./vs/editor/common/modes/textToHtmlTokenizer.ts", |
152 | 168 | "./vs/editor/common/modes/tokenizationRegistry.ts", |
| 169 | + "./vs/editor/common/services/editorSimpleWorker.ts", |
153 | 170 | "./vs/editor/common/services/editorWorkerService.ts", |
| 171 | + "./vs/editor/common/services/editorWorkerServiceImpl.ts", |
| 172 | + "./vs/editor/common/services/languagesRegistry.ts", |
154 | 173 | "./vs/editor/common/services/modelService.ts", |
| 174 | + "./vs/editor/common/services/modelServiceImpl.ts", |
155 | 175 | "./vs/editor/common/services/modeService.ts", |
| 176 | + "./vs/editor/common/services/modeServiceImpl.ts", |
156 | 177 | "./vs/editor/common/services/resolverService.ts", |
| 178 | + "./vs/editor/common/services/resourceConfiguration.ts", |
| 179 | + "./vs/editor/common/services/resourceConfigurationImpl.ts", |
| 180 | + "./vs/editor/common/services/webWorker.ts", |
157 | 181 | "./vs/editor/common/standalone/standaloneBase.ts", |
| 182 | + "./vs/editor/common/view/editorColorRegistry.ts", |
158 | 183 | "./vs/editor/common/view/minimapCharRenderer.ts", |
159 | 184 | "./vs/editor/common/view/overviewZoneManager.ts", |
| 185 | + "./vs/editor/common/view/renderingContext.ts", |
160 | 186 | "./vs/editor/common/view/runtimeMinimapCharRenderer.ts", |
| 187 | + "./vs/editor/common/view/viewContext.ts", |
| 188 | + "./vs/editor/common/view/viewEventDispatcher.ts", |
161 | 189 | "./vs/editor/common/view/viewEvents.ts", |
| 190 | + "./vs/editor/common/viewLayout/lineDecorations.ts", |
| 191 | + "./vs/editor/common/viewLayout/linesLayout.ts", |
| 192 | + "./vs/editor/common/viewLayout/viewLayout.ts", |
| 193 | + "./vs/editor/common/viewLayout/viewLineRenderer.ts", |
| 194 | + "./vs/editor/common/viewLayout/viewLinesViewportData.ts", |
162 | 195 | "./vs/editor/common/viewLayout/whitespaceComputer.ts", |
| 196 | + "./vs/editor/common/viewModel/characterHardWrappingLineMapper.ts", |
163 | 197 | "./vs/editor/common/viewModel/prefixSumComputer.ts", |
| 198 | + "./vs/editor/common/viewModel/splitLinesCollection.ts", |
| 199 | + "./vs/editor/common/viewModel/viewEventHandler.ts", |
| 200 | + "./vs/editor/common/viewModel/viewModel.ts", |
| 201 | + "./vs/editor/common/viewModel/viewModelDecorations.ts", |
| 202 | + "./vs/editor/common/viewModel/viewModelImpl.ts", |
164 | 203 | "./vs/editor/contrib/codeAction/codeActionTrigger.ts", |
165 | 204 | "./vs/editor/contrib/colorPicker/colorPickerModel.ts", |
166 | 205 | "./vs/editor/contrib/find/findState.ts", |
|
180 | 219 | "./vs/editor/test/common/modes/supports/javascriptOnEnterRules.ts", |
181 | 220 | "./vs/editor/test/common/modesTestUtils.ts", |
182 | 221 | "./vs/monaco.d.ts", |
| 222 | + "./vs/nls.d.ts", |
183 | 223 | "./vs/nls.mock.ts", |
184 | 224 | "./vs/platform/broadcast/electron-browser/broadcastService.ts", |
185 | 225 | "./vs/platform/clipboard/common/clipboardService.ts", |
186 | 226 | "./vs/platform/clipboard/electron-browser/clipboardService.ts", |
| 227 | + "./vs/platform/configuration/common/configuration.ts", |
| 228 | + "./vs/platform/configuration/common/configurationRegistry.ts", |
187 | 229 | "./vs/platform/contextkey/common/contextkey.ts", |
188 | 230 | "./vs/platform/download/common/download.ts", |
189 | 231 | "./vs/platform/editor/common/editor.ts", |
|
228 | 270 | "./vs/platform/url/common/url.ts", |
229 | 271 | "./vs/platform/url/common/urlService.ts", |
230 | 272 | "./vs/platform/workbench/common/contextkeys.ts", |
| 273 | + "./vs/platform/workspace/common/workspace.ts", |
231 | 274 | "./vs/workbench/api/shared/tasks.ts", |
232 | 275 | "./vs/workbench/browser/parts/statusbar/statusbar.ts", |
233 | 276 | "./vs/workbench/common/activity.ts", |
|
0 commit comments