Skip to content

Commit

Permalink
Merge pull request #234 from RabotaRu/v2.6.5
Browse files Browse the repository at this point in the history
v2.6.5
  • Loading branch information
rpiontik committed Mar 20, 2023
2 parents 2151e5a + 77ac3a5 commit 126da76
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ DocHub - инструмент описания архитектуры через
Примеры использования можно найти в специальном репозитории, который развивает
сообщество - [Примеры DocHub](https://github.com/rpiontik/DocHubExamples)

Свежие версии плагинов лежат:
1. Для IDEA в [проекте](./distrib/idea/) и в [маркете JetBrains](https://plugins.jetbrains.com/plugin/18518-dochub-architecture-as-code);
2. Для VSCode в [проекте](./distrib/vscode/);

Вступайте в сообщество [DocHubTeam](https://t.me/archascode). Здесь мы
обсуждаем подход "Архитектура как код" и опыт применения DocHub.

Expand Down
Binary file added distrib/idea/IDEAPlugin-2.2.5-beta.zip
Binary file not shown.
1 change: 1 addition & 0 deletions distrib/idea/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# В этой папке находится актуальная версия плагина для IDEA
1 change: 1 addition & 0 deletions distrib/vscode/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# В этой папке находится актуальная версия плагина для VSCode
Binary file added distrib/vscode/dochub-0.0.21.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion src/manifest/manifest_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ const parser = {
// uri - источник ошибки
registerError(e, uri) {
const errorPath = `$errors/requests/${new Date().getTime()}`;
this.pushToMergeMap(errorPath, null, uri);
// eslint-disable-next-line no-console
console.error(e, `Ошибка запроса [${errorPath}:${uri}]`, e);
this.pushToMergeMap(errorPath, null, uri);
let errorType = (() => {
switch (e.name) {
case 'YAMLSyntaxError':
Expand Down

0 comments on commit 126da76

Please sign in to comment.