Skip to content

Commit 92e33df

Browse files
committed
ran lint
1 parent 554ebcd commit 92e33df

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
@@ -141,7 +141,7 @@ export class LiveWatchTreeDataProvider implements vscode.TreeDataProvider<LiveWa
141141
const modifyCommand = vscode.commands.registerCommand('vscode-cmsis-debugger.liveWatch.modify', async (node) => await this.registerRenameCommand(node));
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', async () => { await this.registerAddFromSelectionCommand(); });
144-
/* I am using the same callback function for both watch window and variables view, as they have the same payload structure for now.
144+
/* I am using the same callback function for both watch window and variables view, as they have the same payload structure for now.
145145
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
146146
mentioned he used variables' window payload structure for simplicity.
147147
Find the PR here:

0 commit comments

Comments
 (0)