Skip to content

Commit

Permalink
feat(monaco-language-apidom): switch to apidom-reference validation
Browse files Browse the repository at this point in the history
Refs #4409
  • Loading branch information
char0n committed Oct 4, 2023
1 parent 6f6cc2f commit e94c80a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export class ApiDOMWorker {
maxNumberOfItems: 100,
enableLSPFilter: false, // enables "strict" word filtering (instead of default Monaco fuzzy matching; https://github.com/swagger-api/apidom/pull/2954)
},
validationContext: {
referenceValidationMode: apidomLS.ReferenceValidationMode.APIDOM_INDIRECT_EXTERNAL,
},
};

constructor(ctx, createData) {
Expand Down

0 comments on commit e94c80a

Please sign in to comment.