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
Describe the bug
Install the SAS extension base on the official release. Specify the color theme as 'SAS High Contrast', open a table at Library section. No HighContrast theme for the table.
Steps to reproduce
Steps to reproduce the behavior:
Sign in with a valid profile
Specify the color theme as 'SAS High Contrast' through Manage->Themes->Color Theme
Open a table at Library section
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Environment (please complete the following information):
Client OS: [e.g. Windows 11]
Extension version: [e.g. v1.1.0]
The text was updated successfully, but these errors were encountered:
window.activeColorTheme.kind will return ColorThemeKind.Light, Dark, HighContrast, or HighContrastLight. Can see how we are using it in PR #473 to pick an ODS style that reasonably matches VS Code color theme.
Describe the bug
Install the SAS extension base on the official release. Specify the color theme as 'SAS High Contrast', open a table at Library section. No HighContrast theme for the table.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Environment (please complete the following information):
Client OS: [e.g. Windows 11]
Extension version: [e.g. v1.1.0]
The text was updated successfully, but these errors were encountered: