We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6cc2f commit e1efedbCopy full SHA for e1efedb
src/plugins/editor-monaco-language-apidom/language/ApiDOMWorker.js
@@ -16,6 +16,9 @@ export class ApiDOMWorker {
16
maxNumberOfItems: 100,
17
enableLSPFilter: false, // enables "strict" word filtering (instead of default Monaco fuzzy matching; https://github.com/swagger-api/apidom/pull/2954)
18
},
19
+ validationContext: {
20
+ referenceValidationMode: apidomLS.ReferenceValidationMode.APIDOM_INDIRECT_EXTERNAL,
21
+ },
22
};
23
24
constructor(ctx, createData) {
0 commit comments