Extension enable/disable status information storage #7559
|
Hey guys! |
Answered by
code-asher
Nov 14, 2025
Replies: 3 comments
|
I think you are right, it seems to be stored in Indexed DB, in I am not seeing any API to get whether an extension is disabled, so accessing this info programmatically might be tricky. |
0 replies
Answer selected by
code-asher
|
nevermind I can see it now - thanks! :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I think you are right, it seems to be stored in Indexed DB, in
vscode-web-state-db-globalunder the keyextensionsidentifiers/disabled.I am not seeing any API to get whether an extension is disabled, so accessing this info programmatically might be tricky.