You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
Press ‘Ctrl + Shift + P’ > Select Aspire: Manage configuration settings > Set a configuration value > Enter the configuration key: key1 and value: value1 > Choose Locally
Press ‘Ctrl + Shift + P’ > Select Aspire: Manage configuration settings > Set a configuration value > Enter the configuration key: key2 and value: value2 > Choose Globally
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.