Include : and new lines where appropriate when auto-completing

This commit is contained in:
Christopher Schleiden
2023-01-05 17:26:08 -08:00
parent a2ee3041df
commit d16aa652f9
5 changed files with 371 additions and 12 deletions
@@ -4,6 +4,7 @@ export interface Value {
label: string;
description?: string;
deprecated?: boolean;
insertText?: string;
}
export enum ValueProviderKind {