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 e76ccc2 commit 694c169Copy full SHA for 694c169
src/extension.ts
@@ -94,7 +94,6 @@ export function activate(context: vscode.ExtensionContext) {
94
)
95
);
96
97
- // Start monitoring with this window's status bar items
98
globalState.systemMonitor.startSystemMonitoring(statusBarItems);
99
100
const showGraphDisposable = vscode.commands.registerCommand(
0 commit comments