-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Cloud Shell has acrylic on with default settings #7245
Comments
I was surprised to see acrylic there. terminal/src/cascadia/TerminalApp/AzureCloudShellGenerator.cpp Lines 39 to 41 in fda80ea
If the non-default color scheme and acrylic are required by some branding guideline, then perhaps Windows Terminal should write those settings of the Azure Cloud Shell profile to settings.json when it creates that file. Doing so would at least make it easier to understand which settings are making Azure Cloud Shell look different from other profiles. |
Fair points. |
I'd like to take a look at fixing this, should the acrylic settings be written to the settings.json file, or should they be removed entirely? |
Meh, you can probably just remove it from the Azure generator and be done with it 😄 |
Removed Acrylic Opacity from AzureCloudShellGenerator. ## PR Checklist * [x] Closes #7245 * [x] CLA signed * [x] I've discussed this with core contributors already
🎉This issue was addressed in #7573, which has now been successfully released as Handy links: |
🎉This issue was addressed in #7573, which has now been successfully released as Handy links: |
Environment
Steps to reproduce
false
Expected behavior
Because https://aka.ms/terminal-profiles-schema states that profiles.defaults.useAcrylic defaults to
false
, I expect/assume an Azure Cloud Shell tab would have acrylic off by default.Actual behavior
Azure Cloud Shell tabs have acrylic on by default.
The text was updated successfully, but these errors were encountered: