-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Методы расширения протокола для предоставления информации дебаг адаптеру #3342
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@Getter | ||
@ToString | ||
@EqualsAndHashCode | ||
public class ModuleInfo { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
может record?
@Getter | ||
@ToString | ||
@EqualsAndHashCode | ||
public class ModuleUri { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
record
entry(ModuleType.CommandModule, "078a6af8-d22c-4248-9c33-7e90075a3d2c"), | ||
entry(ModuleType.CommonModule, "d5963243-262e-4398-b4d7-fb16d06484f6"), | ||
entry(ModuleType.ObjectModule, "a637f77f-3840-441d-a1c3-699c8c5cb7e0"), | ||
entry(ModuleType.ManagerModule, "d1b64a2c-8078-4982-8190-8f81aefda192"), | ||
entry(ModuleType.FormModule, "32e087ab-1491-49b6-aba7-43571b41ac2b"), | ||
entry(ModuleType.RecordSetModule, "9f36fd70-4bf4-47f6-b235-935f73aab43f"), | ||
entry(ModuleType.ValueManagerModule, "3e58c91f-9aaa-4f42-8999-4baf33907b75"), | ||
entry(ModuleType.ManagedApplicationModule, "d22e852a-cf8a-4f77-8ccb-3548e7792bea"), | ||
entry(ModuleType.SessionModule, "9b7bbbae-9771-46f2-9e4d-2489e0ffc702"), | ||
entry(ModuleType.ExternalConnectionModule, "a4a9c1e2-1e54-4c7f-af06-4ca341198fac"), | ||
entry(ModuleType.OrdinaryApplicationModule, "a78d9ce3-4e0c-48d5-9863-ae7342eedf94"), | ||
entry(ModuleType.HTTPServiceModule, "d5963243-262e-4398-b4d7-fb16d06484f6"), | ||
entry(ModuleType.WEBServiceModule, "d5963243-262e-4398-b4d7-fb16d06484f6") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а что это за UID'ы?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Захардкоженные в платформе уиды типов модулей. На все осталные комменты - это не окончательная редакция (она уже сильно поменялась и подчищена, рекорды тоже сделаны), поэтому драфт
@@ -951,4 +951,4 @@ | |||
"default": "ask" | |||
} | |||
} | |||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
постороннее изменение
<!-- Блоки выше заполняются автоматически, не трогать --> | ||
## Description | ||
|
||
# Double negatives (DoubleNegatives) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
постороннее изменение
Описание
Связанные задачи
Closes
Чеклист
Общие
gradlew precommit
)Дополнительно