You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"System Performance Extension needs access to system resources (CPU, memory, network) to provide monitoring functionality. Grant access?",
24
+
"System Performance Extension needs access to system resources (CPU, memory, network) to provide monitoring functionality. This permission is only requested once.",
"System Performance Extension requires system access permissions to monitor CPU, memory, and network usage. Please restart VS Code and grant permissions when prompted."
41
+
"System Performance Extension requires system access permissions to monitor CPU, memory, and network usage. You can enable this later in the extension settings or by reinstalling the extension."
28
42
);
29
43
return;
30
44
}
@@ -75,11 +89,27 @@ export function activate(context: vscode.ExtensionContext) {
0 commit comments