-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When running Glimpse: Configure, the config file is not synced between the local vscode and the browser version.
This is because we don't use the VSCode settings JSON file. Instead we save a file in the extension directory.
How can we sync them? If it's impossible to sync the configuration file, we could store the content of the config file in the JSON settings file.
This enables to sync the settings between multiple users computers.
If we don't want to write in the JSON settings file, we can write the content of the configuration in vscode key value pair storage. See this.
Metadata
Metadata
Assignees
Labels
No labels