Merge remote-tracking branch 'origin/master' into notebook/outputs

This commit is contained in:
rebornix
2021-02-09 09:27:49 -08:00
188 changed files with 6070 additions and 1091 deletions

View File

@@ -1302,9 +1302,10 @@ export interface ISignatureHelpContextDto {
export interface IInlineHintDto {
text: string;
range: IRange;
hoverMessage?: string;
kind: modes.InlineHintKind;
whitespaceBefore?: boolean;
whitespaceAfter?: boolean;
hoverMessage?: string;
}
export interface IInlineHintsDto {