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 might be tricky. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
nevermind I can see it now - thanks! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys!
I'm trying to figure out how and where the information whether the extension is disabled/enabled is stored. I suspect it may be stored somewhere in the browser local storage - having another session opened in the private tab shows that extension state is not shared but it's isolated. I wanna have programmatic way of disabling/enabling the extension but since Code Server doesn't have this feature yet I need to hack my way around :)
Beta Was this translation helpful? Give feedback.
All reactions