You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the extension does not have the possibility to configure the location of the structurizr server that will render the dsl diagrams (live-preview).
The Live preview does not seem to work after installing the extension in VS Code in an airgapped environment:
if structurizr lite/opnprem runs from a docker container on localhost:8000, the live preview will take the next available port: localhost:8001, but won't be able to display anything;
if no structurizr server runs locally, the extension will try to live preview on localhost:8000
It will be a good idea to also document the list of dependencies that the extension needs
The text was updated successfully, but these errors were encountered:
If you already have a valid structurizr/lite docker image tagged latest, Cornifer will use it.
Otherwise, download will be triggered during the first preview call by the underlying Docker engine, which may result with a very slow first run.
You also have the ability to fine tune the structurizr/lite version you want to use through the matching settings:
It sems to me airgapped environment should be fine with this behavior. Please refine if I missed something.
By the list of dependencies, you mean Docker and structurizr/lite image? Or something else.
At the moment, the extension does not have the possibility to configure the location of the structurizr server that will render the dsl diagrams (live-preview).
The Live preview does not seem to work after installing the extension in VS Code in an airgapped environment:
It will be a good idea to also document the list of dependencies that the extension needs
The text was updated successfully, but these errors were encountered: