mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
Fixes CI
This commit is contained in:
parent
e424e83820
commit
4d53e0a136
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export interface ICommandHandler {
|
|||
#include(vs/editor/common/diff/legacyLinesDiffComputer): IChange, ICharChange, ILineChange
|
||||
#include(vs/editor/common/diff/documentDiffProvider): IDocumentDiffProvider, IDocumentDiffProviderOptions, IDocumentDiff
|
||||
#include(vs/editor/common/core/lineRange): LineRange
|
||||
#include(vs/editor/common/diff/linesDiffComputer): LineRangeMapping, RangeMapping, MovedText, SimpleLineRangeMapping
|
||||
#include(vs/editor/common/diff/linesDiffComputer): DetailedLineRangeMapping, RangeMapping, MovedText, LineRangeMapping
|
||||
#include(vs/editor/common/core/dimension): IDimension
|
||||
#includeAll(vs/editor/common/editorCommon): IScrollEvent
|
||||
#includeAll(vs/editor/common/textModelEvents):
|
||||
|
|
Loading…
Reference in a new issue