-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window activity API is active although there is no any user interactions #237386
Comments
just if it would be helpful list of extensions which I had installed
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this issue occur when all extensions are disabled?: Yes/No
Version: 1.96.0
Commit: 138f619
Date: 2024-12-11T02:29:09.626Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 23.6.0
I'm not sure what's triggering it. It appears that long-running progress operations (around 15 seconds) from some extensions can trigger it. For Gitpod, we don't really care about these since our minimum timeout is 30 minutes—we're only care about actual user interactions, i.e. keyboard/mouse events from DOM.
@connor4312 Would it be possible to add a machine setting to disable any other activity tracking but from DOM? Currently, VS Code can't distinguish between user-triggered and automatic progress events, which causes false positives.
The text was updated successfully, but these errors were encountered: