We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8143122 commit 459742cCopy full SHA for 459742c
pages/vscode-extension/status-bar-indicator.md
@@ -11,9 +11,9 @@ The extension displays an indicator in the status bar in the bottom-left of the
11
12
| Status | Description |
13
| --- | --- |
14
-| `loading` | The extension is starting up |
15
-| `passed` | Verification succeeded |
16
-| `failed` | Verification reported one or more errors |
+| `loading` | The verification is in progress |
+| `passed` | The verification succeeded |
+| `failed` | The verification failed with one or more errors |
17
| `stopped` | The extension was stopped, failed to connect, or lost connection with the language server |
18
19
Clicking on this indicator shows the available LiquidJava commands, which is covered in the next section.
0 commit comments