Skip to content

Commit 6d64ba5

Browse files
Copilotmitchdenny
andauthored
Fix global settings file path: settings.json → globalsettings.json (#5354)
* Initial plan * Fix incorrect global settings file path from settings.json to globalsettings.json Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
1 parent a3b0671 commit 6d64ba5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/cli-reference/aspire-config-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following options are available:
4242

4343
- **`-g, --global`**
4444

45-
Delete the configuration value from the global `$HOME/.aspire/settings.json` instead of the local settings file.
45+
Delete the configuration value from the global `$HOME/.aspire/globalsettings.json` instead of the local settings file.
4646

4747
- [!INCLUDE [option-help](includes/option-help.md)]
4848

docs/cli-reference/aspire-config-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following options are available:
4444

4545
- **`-g, --global`**
4646

47-
Set the configuration value globally in `$HOME/.aspire/settings.json` instead of the local settings file.
47+
Set the configuration value globally in `$HOME/.aspire/globalsettings.json` instead of the local settings file.
4848

4949
- [!INCLUDE [option-help](includes/option-help.md)]
5050

docs/cli-reference/includes/config-file-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Aspire supports a local and global settings file. Settings defined in a local se
1111

1212
- **Global settings**
1313

14-
The global settings file is stored at `$HOME/.aspire/settings.json`.
14+
The global settings file is stored at `$HOME/.aspire/globalsettings.json`.

docs/cli/config-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following snippet is an example `.aspire/settings.json` file:
2424

2525
## Config file locations
2626

27-
A global Aspire CLI settings file is stored at `$HOME/.aspire/settings.json`, and is used as the default settings for the CLI. A local settings file overwrites the settings from the global file. Local settings files are stored at `./.aspire/settings.json`.
27+
A global Aspire CLI settings file is stored at `$HOME/.aspire/globalsettings.json`, and is used as the default settings for the CLI. A local settings file overwrites the settings from the global file. Local settings files are stored at `./.aspire/settings.json`.
2828

2929
## Generating a config file
3030

0 commit comments

Comments
 (0)