Skip to content

Commit 25391e8

Browse files
committed
Clarify view state description in README.md
1 parent f507491 commit 25391e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ The **Trace and Live View**
280280
(available from the VS Code Activity Bar) currently contains the [**LIVE WATCH**](#live-watch), the
281281
[**COMPONENT VIEWER**](#component-viewer), and the [**CORE PERIPHERALS**](#core-peripherals) views.
282282

283-
The CMSIS Debugger stores dynamic view state per debug configuration in the `vscode-cmsis-debugger.viewState` VS Code workspace setting. The stored state includes view-specific configurations, e.g. the last filter text and periodic update options for the [**COMPONENT VIEWER**](#component-viewer), and the enabled/disabled state of the [CPU Time](#cpu-time) display.
283+
The CMSIS Debugger stores dynamic view state per debug configuration in the `vscode-cmsis-debugger.viewState` VS Code workspace setting. The stored state includes view-specific configurations, e.g. the last filter text and periodic update options for the [**COMPONENT VIEWER**](#component-viewer), and the `enabled`/`disabled` state of the [CPU Time](#cpu-time) display.
284284

285285
When you start the same debug configuration again, its previous state is restored automatically. To clear the stored state, run the **CMSIS Debugger: Reset All Dynamic View States** command from the Command Palette.
286286

0 commit comments

Comments
 (0)