Skip to content

Commit 9507583

Browse files
committed
Параметры в схему
1 parent 27760aa commit 9507583

File tree

1 file changed

+21
-0
lines changed
  • src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration

1 file changed

+21
-0
lines changed

src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,27 @@
649649
"description": "Ignore ordinary application warnings."
650650
}
651651
]
652+
},
653+
"subsystemsFilter": {
654+
"$id": "#/properties/subsystemsFilter",
655+
"type": "object",
656+
"title": "Subsystems filter configuration.",
657+
"properties": {
658+
"include": {
659+
"$id": "#/properties/include",
660+
"type": "array",
661+
"items": {
662+
"type": "string"
663+
}
664+
},
665+
"exclude": {
666+
"$id": "#/properties/exclude",
667+
"type": "array",
668+
"items": {
669+
"type": "string"
670+
}
671+
}
672+
}
652673
}
653674
}
654675
},

0 commit comments

Comments
 (0)