Skip to content

Commit 69eac62

Browse files
committed
precommit
1 parent 73745fb commit 69eac62

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/diagnostics/PrivilegedModuleMethodCall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <Diagnostic name> (PrivilegedModuleMethodCall)
1+
# Обращение к методам привилегированных модулей (PrivilegedModuleMethodCall)
22

33
<!-- Блоки выше заполняются автоматически, не трогать -->
44
## Описание диагностики

docs/en/diagnostics/PrivilegedModuleMethodCall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <Diagnostic name> (PrivilegedModuleMethodCall)
1+
# Accessing privileged module methods (PrivilegedModuleMethodCall)
22

33
<!-- Блоки выше заполняются автоматически, не трогать -->
44
## Description

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,16 @@
14701470
"title": "Source code parse error",
14711471
"$id": "#/definitions/ParseError"
14721472
},
1473+
"PrivilegedModuleMethodCall": {
1474+
"description": "Accessing privileged module methods",
1475+
"default": true,
1476+
"type": [
1477+
"boolean",
1478+
"object"
1479+
],
1480+
"title": "Accessing privileged module methods",
1481+
"$id": "#/definitions/PrivilegedModuleMethodCall"
1482+
},
14731483
"ProcedureReturnsValue": {
14741484
"description": "Procedure should not return Value",
14751485
"default": true,

0 commit comments

Comments
 (0)