Extension enable/disable status information storage #7559
-
|
Hey guys! |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
nevermind I can see it now - thanks! :) |
Beta Was this translation helpful? Give feedback.

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.