Skip to content

Commit

Permalink
Deploying to gh-pages from @ 896c61c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Dec 18, 2024
1 parent f55dec9 commit 4687c60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Installation
created::

$ cd lsp-dylan
$ dylan update
$ deft update

4. Build the ``dylan-lsp-server`` binary. This will install the binary in
``${DYLAN}/bin``. If :envvar:`DYLAN` is not defined it defaults to
Expand All @@ -49,7 +49,7 @@ Installation

or just run these commands::

$ dylan build --unify dylan-lsp-server
$ deft build --unify dylan-lsp-server
$ cp _build/sbin/dylan-lsp-server /usr/local/bin/

5. Make sure ``dylan-lsp-server`` is on your :envvar:`PATH`.
Expand Down Expand Up @@ -77,11 +77,11 @@ derived from the full pathname to the :program:`dylan-compiler` executable,
which must be on your :envvar:`PATH`.

When you open each new file in your editor the LSP client may try to start a
new project if the file isn't part of the same :program:`dylan` workspace
new project if the file isn't part of the same :program:`deft` workspace
directory. If you want the client to use just one project, use a `multi-package
workspace <https://opendylan.org/package/deft/index.html#workspaces>`_.

.. note:: Always run ``dylan update`` and ``dylan build -a`` in your workspace
.. note:: Always run ``deft update`` and ``deft build -a`` in your workspace
**before** starting the LSP server, or :program:`dylan-lsp-server`
may not be able to open your project. (This requirement will be
removed in a future release.)
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
<li><p>Update the workspace so that dependencies are installed and the registry is
created:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>lsp-dylan
$<span class="w"> </span>dylan<span class="w"> </span>update
$<span class="w"> </span>deft<span class="w"> </span>update
</pre></div>
</div>
</li>
Expand All @@ -292,7 +292,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
</pre></div>
</div>
<p>or just run these commands:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>dylan<span class="w"> </span>build<span class="w"> </span>--unify<span class="w"> </span>dylan-lsp-server
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>deft<span class="w"> </span>build<span class="w"> </span>--unify<span class="w"> </span>dylan-lsp-server
$<span class="w"> </span>cp<span class="w"> </span>_build/sbin/dylan-lsp-server<span class="w"> </span>/usr/local/bin/
</pre></div>
</div>
Expand All @@ -318,12 +318,12 @@ <h2>Usage<a class="headerlink" href="#usage" title="Link to this heading">¶</a>
derived from the full pathname to the <strong class="program">dylan-compiler</strong> executable,
which must be on your <span class="target" id="index-2"></span><code class="xref std std-envvar docutils literal notranslate"><span class="pre">PATH</span></code>.</p>
<p>When you open each new file in your editor the LSP client may try to start a
new project if the file isn’t part of the same <strong class="program">dylan</strong> workspace
new project if the file isn’t part of the same <strong class="program">deft</strong> workspace
directory. If you want the client to use just one project, use a <a class="reference external" href="https://opendylan.org/package/deft/index.html#workspaces">multi-package
workspace</a>.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Always run <code class="docutils literal notranslate"><span class="pre">dylan</span> <span class="pre">update</span></code> and <code class="docutils literal notranslate"><span class="pre">dylan</span> <span class="pre">build</span> <span class="pre">-a</span></code> in your workspace
<p>Always run <code class="docutils literal notranslate"><span class="pre">deft</span> <span class="pre">update</span></code> and <code class="docutils literal notranslate"><span class="pre">deft</span> <span class="pre">build</span> <span class="pre">-a</span></code> in your workspace
<strong>before</strong> starting the LSP server, or <strong class="program">dylan-lsp-server</strong>
may not be able to open your project. (This requirement will be
removed in a future release.)</p>
Expand Down

0 comments on commit 4687c60

Please sign in to comment.