Skip to content

Commit 499ceb3

Browse files
committed
adjusting comment
1 parent fa434a5 commit 499ceb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/live-watch/live-watch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class LiveWatchTreeDataProvider implements vscode.TreeDataProvider<LiveWa
142142
const copyCommand = vscode.commands.registerCommand('vscode-cmsis-debugger.liveWatch.copy', async (node) => await this.registerCopyCommand(node));
143143
const addToLiveWatchCommand = vscode.commands.registerCommand('vscode-cmsis-debugger.liveWatch.addToLiveWatchFromTextEditor',
144144
async () => { await this.registerAddFromSelectionCommand(); });
145-
/* I (omarArm) am using the same callback function for both watch window and variables view, as they have the same payload structure for now.
145+
/* omarArm: I am using the same callback function for both watch window and variables view, as they have the same payload structure for now.
146146
However, I believe the payload structure will change for the watch window in the future as the developer who created the PR for contributing to watch window context menu
147147
mentioned he used variables' window payload structure for simplicity.
148148
Find the PR here:

0 commit comments

Comments
 (0)