We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa2c55 commit d188bdfCopy full SHA for d188bdf
src/views/debugView.ts
@@ -29,7 +29,7 @@ export function initializeDebugBrowser(context: vscode.ExtensionContext) {
29
showCollapseAll: true
30
});
31
32
- const updateDebugBrowser = async () => { //consomateur
+ const updateDebugBrowser = async () => {
33
if (instance.getConnection()) {
34
debugTreeViewer.title = `${title} ${(await getDebugServiceDetails()).version}`
35
debugTreeViewer.description = await isDebugEngineRunning() ? t("online") : t("offline");
0 commit comments