gh-pages
the-mikedavis 2025-05-15 12:53:13 +00:00
parent 98354ae023
commit 2bc4b7a648
4 changed files with 4 additions and 4 deletions

View File

@ -285,7 +285,7 @@ workspace-diagnostics = ["warning", "error"]
<tr><td><code>file-type</code></td><td>The type of the opened file</td></tr> <tr><td><code>file-type</code></td><td>The type of the opened file</td></tr>
<tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr> <tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr>
<tr><td><code>workspace-diagnostics</code></td><td>The number of warnings and/or errors on workspace</td></tr> <tr><td><code>workspace-diagnostics</code></td><td>The number of warnings and/or errors on workspace</td></tr>
<tr><td><code>selections</code></td><td>The number of active selections</td></tr> <tr><td><code>selections</code></td><td>The primary selection index out of the number of active selections</td></tr>
<tr><td><code>primary-selection-length</code></td><td>The number of characters currently in primary selection</td></tr> <tr><td><code>primary-selection-length</code></td><td>The number of characters currently in primary selection</td></tr>
<tr><td><code>position</code></td><td>The cursor position</td></tr> <tr><td><code>position</code></td><td>The cursor position</td></tr>
<tr><td><code>position-percentage</code></td><td>The cursor position as a percentage of the total number of lines</td></tr> <tr><td><code>position-percentage</code></td><td>The cursor position as a percentage of the total number of lines</td></tr>

View File

@ -2048,7 +2048,7 @@ workspace-diagnostics = ["warning", "error"]
<tr><td><code>file-type</code></td><td>The type of the opened file</td></tr> <tr><td><code>file-type</code></td><td>The type of the opened file</td></tr>
<tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr> <tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr>
<tr><td><code>workspace-diagnostics</code></td><td>The number of warnings and/or errors on workspace</td></tr> <tr><td><code>workspace-diagnostics</code></td><td>The number of warnings and/or errors on workspace</td></tr>
<tr><td><code>selections</code></td><td>The number of active selections</td></tr> <tr><td><code>selections</code></td><td>The primary selection index out of the number of active selections</td></tr>
<tr><td><code>primary-selection-length</code></td><td>The number of characters currently in primary selection</td></tr> <tr><td><code>primary-selection-length</code></td><td>The number of characters currently in primary selection</td></tr>
<tr><td><code>position</code></td><td>The cursor position</td></tr> <tr><td><code>position</code></td><td>The cursor position</td></tr>
<tr><td><code>position-percentage</code></td><td>The cursor position as a percentage of the total number of lines</td></tr> <tr><td><code>position-percentage</code></td><td>The cursor position as a percentage of the total number of lines</td></tr>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long