Skip to content

Commit

Permalink
Merge pull request #393 from RabotaRu/v3.3.0
Browse files Browse the repository at this point in the history
v3.3.0
  • Loading branch information
rpiontik committed Oct 7, 2023
2 parents b02b933 + 73fb9df commit 6312db9
Show file tree
Hide file tree
Showing 49 changed files with 1,378 additions and 1,661 deletions.
2 changes: 2 additions & 0 deletions config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ declare var DochubVsCodeExt: {
rootManifest: string,
settings: {
isEnterprise: boolean, // Признак использования фронта в плагине как Enterprise портала
enterpriseServer?: string,
render: {
external: boolean,
mode: string,
Expand All @@ -17,6 +18,7 @@ declare var DocHubIDEACodeExt: {
rootManifest: string, // Корневой манифест (с чего начинается загрузка)
settings: {
isEnterprise: boolean, // Признак использования фронта в плагине как Enterprise портала
enterpriseServer?: string,
render: {
external: boolean, // Признак рендера на внешнем сервере
mode: string, // Режим рендера ELK / Smetana / GraphVis
Expand Down
Binary file modified distrib/idea/IDEAPlugin-3.6.0.zip
Binary file not shown.
Binary file added distrib/vscode/dochub-0.0.25.vsix
Binary file not shown.

0 comments on commit 6312db9

Please sign in to comment.