Skip to content

Commit

Permalink
Update packages/monaco/src/browser/monaco-snippet-suggest-provider.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Maréchal <paul.marechal@ericsson.com>
  • Loading branch information
FernandoAscencio and paul-marechal authored Apr 27, 2023
1 parent a6a9825 commit ce1f830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export interface JsonSerializedSnippet {
isFileTemplate?: boolean;
body: string | string[];
scope?: string;
prefix: string | string[] | undefined;
prefix?: string | string[];
description: string;
}
export namespace JsonSerializedSnippet {
Expand Down

0 comments on commit ce1f830

Please # to comment.