Skip to content
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

Clarify SDK version in DAML studio multi-package docs #4518

Merged
merged 1 commit into from
Feb 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Clarify SDK version in DAML studio multi-package docs
changelog_begin
changelog_end
  • Loading branch information
cocreature committed Feb 14, 2020
commit da80333575a331ea1edf735bf4a0580f9dcd2ecc
7 changes: 5 additions & 2 deletions docs/source/daml/daml-studio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,14 @@ two packages ``pkga`` and ``pkgb`` below:
``pkga`` and ``pkgb`` are regular DAML projects with a ``daml.yaml``
and a DAML module. In addition to the ``daml.yaml`` files for the
respective packages, you also need to add a ``daml.yaml`` to the root
of your project. This file only needs to specify the SDK version:
of your project. This file only needs to specify the SDK
version. Replace ``X.Y.Z`` by the SDK version you specified in the
``daml.yaml`` files of the individual packages. Note that this feature
is only available in SDK version ``0.13.52`` and newer.

.. code-block:: yaml

sdk-version: 0.13.51
sdk-version: X.Y.Z

You can then open DAML Studio once in the root of your project and
work on files in both packages. Note that if ``pkgb`` refers to
Expand Down