Skip to content

Commit b72963d

Browse files
committed
[json] Provide a flag in json schema to ignore a property in proposals. For microsoft#33083
1 parent 46c8ce6 commit b72963d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/base/common/jsonSchema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export interface IJSONSchema {
4545
patternErrorMessage?: string; // VSCode extension
4646
deprecationMessage?: string; // VSCode extension
4747
enumDescriptions?: string[]; // VSCode extension
48+
doNotSuggest?: boolean; // VSCode extension
4849
}
4950

5051
export interface IJSONSchemaMap {

0 commit comments

Comments
 (0)