Skip to content

Commit

Permalink
deploy: 66739e5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 3, 2024
1 parent 2f49e95 commit 7f32be4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion feed_rss_created.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed_rss_updated.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions page/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3789,6 +3789,7 @@ <h2 id="unreleased-901">Unreleased 9.0.1<a class="headerlink" href="#unreleased-
<li>If asm-lsp is installed, lsp-asm won't try to download it to cache
store</li>
<li>Fix lsp-unzip on windows when unzip was found on the PATH</li>
<li>Fix zls wrong bin path</li>
</ul>
<h2 id="900">9.0.0<a class="headerlink" href="#900" title="Permanent link">#</a></h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion page/settings/mode/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5596,7 +5596,7 @@ <h3 id="lsp-unconfigure-hook"><code>lsp-unconfigure-hook</code><a class="headerl
<hr />
<h3 id="lsp-unzip-script"><code>lsp-unzip-script</code><a class="headerlink" href="#lsp-unzip-script" title="Permanent link">#</a></h3>
<p><em>Type:</em> <code>string</code></p>
<p><em>Default:</em> <code>(closure (tramp-ssh-controlmaster-options tramp-use-ssh-controlmaster-options view-inhibit-help-message lsp-help-mode-abbrev-table lsp-help-mode-syntax-table eldoc-documentation-default cl-struct-lsp--log-entry-tags cl-struct-lsp-session-tags cl-struct-lsp--workspace-tags cl-struct-lsp--registered-capability-tags lsp-mode-menu cl-struct-lsp--folding-range-tags cl-struct-lsp-watch-tags cl-struct-lsp--client-tags lsp--log-lines company-minimum-prefix-length dap-ui-menu-items dap-auto-configure-mode yas-also-auto-indent-first-line yas-wrap-around-region yas-indent-line yas-inhibit-overlay-modification-protection t) nil (cond ((and (eq system-type 'windows-nt) (executable-find powershell)) lsp-ext-pwsh-script) ((executable-find unzip) lsp-ext-unzip-script) ((executable-find powershell) lsp-ext-pwsh-script) (t nil)))</code></p>
<p><em>Default:</em> <code>(closure (tramp-ssh-controlmaster-options tramp-use-ssh-controlmaster-options view-inhibit-help-message lsp-help-mode-abbrev-table lsp-help-mode-syntax-table eldoc-documentation-default cl-struct-lsp--log-entry-tags cl-struct-lsp-session-tags cl-struct-lsp--workspace-tags cl-struct-lsp--registered-capability-tags lsp-mode-menu cl-struct-lsp--folding-range-tags cl-struct-lsp-watch-tags cl-struct-lsp--client-tags lsp--log-lines company-minimum-prefix-length dap-ui-menu-items dap-auto-configure-mode yas-also-auto-indent-first-line yas-wrap-around-region yas-indent-line yas-inhibit-overlay-modification-protection t) nil (cond ((and (eq system-type 'windows-nt) (executable-find pwsh)) lsp-ext-pwsh-script) ((and (eq system-type 'windows-nt) (executable-find powershell)) lsp-ext-powershell-script) ((executable-find unzip) lsp-ext-unzip-script) ((executable-find pwsh) lsp-ext-pwsh-script) (t nil)))</code></p>
<p>The script to unzip.</p>
<hr />
<h3 id="lsp-verify-signature"><code>lsp-verify-signature</code><a class="headerlink" href="#lsp-verify-signature" title="Permanent link">#</a></h3>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 7f32be4

Please sign in to comment.