Skip to content

[AspireE2E] In VS Code, when both Locally and Globally configuration files exist, using 'List all configuration values' will only display the Locally configuration file. #12889

@v-reinawang

Description

@v-reinawang

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK 10.0.100
    • Add .NET 10.0 feed
  3. Install VS Code - 1.105.1
    • Install latest public prerelease C#DK 1.73.14[Includes C# 2.97.38]
    • Install Aspire extension - 0.6.0
  4. Install Aspire.Cli 13.0.0
    dotnet tool install --global Aspire.Cli --version 13.0

REPRO STEPS

  1. Open VS Code > Create or open an aspire project
  2. Press ‘Ctrl + Shift + P’ > Select Aspire: Manage configuration settings > Set a configuration value > Enter the configuration key: key1 and value: value1 > Choose Locally
  3. Press ‘Ctrl + Shift + P’ > Select Aspire: Manage configuration settings > Set a configuration value > Enter the configuration key: key2 and value: value2 > Choose Globally
  4. Press ‘Ctrl + Shift + P’ > Select Aspire: Manage configuration settings > Select List all configuration values

ACTUAL
When both Locally and Globally configuration files exist, only the Locally file will be opened.

Recording.11-11.at.16.59.webm

EXPECTED
Using List all configuration values will display all configuration values.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions