Edit

JsonSettingsManager Class

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

The JsonSettingsManager class provides functionality for managing settings in JSON format. It allows loading and saving settings to a specified file path.

Properties

Property Type Description
FilePath String The file path where the settings are stored.
Settings Settings The settings object that contains the configuration data.

Methods

Method Description
LoadSettings() Loads settings from the specified file path.
SaveSettings() Saves the current settings to the specified file path.