Skip to content

Resolve "Refactor deprecated VS Code theme properties"

What does this MR do?

This MR Closes #295 (closed) by updating deprecated font style and indent guide properties according to linter recommendations. It impacts all three themes.

How to test?

  • Run yarn start:example.
  • Choose the GitLab color theme you want to view in the Web IDE.
  • Select an indented code block and verify that the guide colors haven't changed.
  • Open a CSS file and create an id #test {} or class .test {} and verify font style is unchanged.
Edited by Taylor Vanderhelm

Merge request reports