Skip to content

Commit 459742c

Browse files
committed
Minor Changes
1 parent 8143122 commit 459742c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/vscode-extension/status-bar-indicator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The extension displays an indicator in the status bar in the bottom-left of the
1111

1212
| Status | Description |
1313
| --- | --- |
14-
| `loading` | The extension is starting up |
15-
| `passed` | Verification succeeded |
16-
| `failed` | Verification reported one or more errors |
14+
| `loading` | The verification is in progress |
15+
| `passed` | The verification succeeded |
16+
| `failed` | The verification failed with one or more errors |
1717
| `stopped` | The extension was stopped, failed to connect, or lost connection with the language server |
1818

1919
Clicking on this indicator shows the available LiquidJava commands, which is covered in the next section.

0 commit comments

Comments
 (0)