Update useMica options for micaAlt and enum changes - #969
Update useMica options for micaAlt and enum changes#969Jay Patel (JayPatel095) wants to merge 2 commits into
Conversation
Updated the 'useMica' property options and default value in the themes documentation.
|
Learn Build status updates of commit 0080b39: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 6e02f50: ✅ Validation status: passed
For more details, please refer to the build report. |
Updated the 'useMica' property options and default value in themes.md. Note that the change was done to mirror
closeOnExit(#791) rather thanbellStyle(51f7cf01f97a <- direct commit) so synonyms are noted and legacy booleans are listed under accepted input types.closeOnExitis a similar boolean -> enum change andbellStyleis noted in the original issue as a relevant change.Corresponding code change: microsoft/terminal#20464. Original issue: microsoft/terminal#17650.