Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer