Add database configuration store (#1691)

This "config store" creates a `dbconfig.json` file (if it doesn't yet exist),
and reads the file to load the database panel state.

Only the database config store should be able to modify the config
— the config cannot be modified externally.
This commit is contained in:
Shati Patel
2022-11-02 15:07:23 +00:00
committed by GitHub
parent 0965448c02
commit 7296c645b9
6 changed files with 148 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
**/* @github/codeql-vscode-reviewers
**/remote-queries/ @github/code-scanning-secexp-reviewers
**/variant-analysis/ @github/code-scanning-secexp-reviewers
**/databases/ @github/code-scanning-secexp-reviewers