Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/extension-development/guidelines/use-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ For more complex objects, you can save and restore them by providing methods to

### DevToys CLI

Settings are stored in a file named `Cache/settings.ini` in the folder where DevToys CLI is installed. in the folder where DevToys CLI is installed. If the app is in a folder that requires admin rights, such as `Program Files` on Windows, the app should be run with administrator privileges to persist settings.
Settings are stored in a file named `Cache/settings.ini` in the folder where DevToys CLI is installed. If the app is in a folder that requires admin rights, such as `Program Files` on Windows, the app should be run with administrator privileges to persist settings.

### DevToys GUI

Expand Down