From 2d61196824e761135c4142f39604d82b480c8db6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:33:13 +0000 Subject: [PATCH 1/2] Initial plan From 2f5021f7cca1a0d3ecca749a7ffb0c22921caae7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:37:52 +0000 Subject: [PATCH 2/2] Fix incorrect global settings file path from settings.json to globalsettings.json Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com> --- docs/cli-reference/aspire-config-delete.md | 2 +- docs/cli-reference/aspire-config-set.md | 2 +- docs/cli-reference/includes/config-file-description.md | 2 +- docs/cli/config-settings.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cli-reference/aspire-config-delete.md b/docs/cli-reference/aspire-config-delete.md index 80622fdc14..6ce48d01aa 100644 --- a/docs/cli-reference/aspire-config-delete.md +++ b/docs/cli-reference/aspire-config-delete.md @@ -42,7 +42,7 @@ The following options are available: - **`-g, --global`** - Delete the configuration value from the global `$HOME/.aspire/settings.json` instead of the local settings file. + Delete the configuration value from the global `$HOME/.aspire/globalsettings.json` instead of the local settings file. - [!INCLUDE [option-help](includes/option-help.md)] diff --git a/docs/cli-reference/aspire-config-set.md b/docs/cli-reference/aspire-config-set.md index 93c2369be2..4a0daecb17 100644 --- a/docs/cli-reference/aspire-config-set.md +++ b/docs/cli-reference/aspire-config-set.md @@ -44,7 +44,7 @@ The following options are available: - **`-g, --global`** - Set the configuration value globally in `$HOME/.aspire/settings.json` instead of the local settings file. + Set the configuration value globally in `$HOME/.aspire/globalsettings.json` instead of the local settings file. - [!INCLUDE [option-help](includes/option-help.md)] diff --git a/docs/cli-reference/includes/config-file-description.md b/docs/cli-reference/includes/config-file-description.md index 6c140adc2f..02aaf97c28 100644 --- a/docs/cli-reference/includes/config-file-description.md +++ b/docs/cli-reference/includes/config-file-description.md @@ -11,4 +11,4 @@ Aspire supports a local and global settings file. Settings defined in a local se - **Global settings** - The global settings file is stored at `$HOME/.aspire/settings.json`. + The global settings file is stored at `$HOME/.aspire/globalsettings.json`. diff --git a/docs/cli/config-settings.md b/docs/cli/config-settings.md index 1701019c8f..b769702ca5 100644 --- a/docs/cli/config-settings.md +++ b/docs/cli/config-settings.md @@ -24,7 +24,7 @@ The following snippet is an example `.aspire/settings.json` file: ## Config file locations -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`. +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`. ## Generating a config file