mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 23:30:30 -04:00
VSCode merge (#4610)
* Merge from vscode e388c734f30757875976c7e326d6cfeee77710de * fix yarn lcoks * remove small issue
This commit is contained in:
@@ -417,7 +417,7 @@ export interface ISearchEngine<T> {
|
||||
export interface ISerializedSearchSuccess {
|
||||
type: 'success';
|
||||
limitHit: boolean;
|
||||
stats: IFileSearchStats | ITextSearchStats | null;
|
||||
stats?: IFileSearchStats | ITextSearchStats;
|
||||
}
|
||||
|
||||
export interface ISearchEngineSuccess {
|
||||
@@ -454,7 +454,7 @@ export function isSerializedFileMatch(arg: ISerializedSearchProgressItem): arg i
|
||||
}
|
||||
|
||||
export interface ISerializedFileMatch {
|
||||
path?: string;
|
||||
path: string;
|
||||
results?: ITextSearchResult[];
|
||||
numMatches?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user