Skip to content

Commit d188bdf

Browse files
committed
Removed comment
Signed-off-by: Seb Julliand <[email protected]>
1 parent daa2c55 commit d188bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/debugView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function initializeDebugBrowser(context: vscode.ExtensionContext) {
2929
showCollapseAll: true
3030
});
3131

32-
const updateDebugBrowser = async () => { //consomateur
32+
const updateDebugBrowser = async () => {
3333
if (instance.getConnection()) {
3434
debugTreeViewer.title = `${title} ${(await getDebugServiceDetails()).version}`
3535
debugTreeViewer.description = await isDebugEngineRunning() ? t("online") : t("offline");

0 commit comments

Comments
 (0)