Skip to content

sync configuration between local config and github.dev #97

@marcoieni

Description

@marcoieni

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions