Skip to content
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

all color themes: treat comment docstrings as comments too #182162

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    92b949c View commit details
    Browse the repository at this point in the history
  2. Update *all* themes to consider Python block string comments as comments

    	modified:   extensions/theme-abyss/themes/abyss-color-theme.json
    	modified:   extensions/theme-defaults/themes/dark_vs.json
    	modified:   extensions/theme-defaults/themes/hc_black.json
    	modified:   extensions/theme-defaults/themes/hc_light.json
    	modified:   extensions/theme-defaults/themes/light_vs.json
    	modified:   extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json
    	modified:   extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json
    	modified:   extensions/theme-monokai/themes/monokai-color-theme.json
    	modified:   extensions/theme-quietlight/themes/quietlight-color-theme.json
    	modified:   extensions/theme-red/themes/Red-color-theme.json
    	modified:   extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json
    	modified:   extensions/theme-solarized-light/themes/solarized-light-color-theme.json
    	modified:   extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json
    ElectricRCAircraftGuy committed May 12, 2023
    Configuration menu
    Copy the full SHA
    68c02bd View commit details
    Browse the repository at this point in the history
  3. Update all changes to use "string.quoted.docstring"

    ...instead of "string.quoted.docstring.multi.python", per
    @aeschli's request here:
    microsoft#182162 (comment)
    
    This way the comment formatting applies to *all* language quoted
    docstrings, instead of just to Python.
    ElectricRCAircraftGuy committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f43e8a6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    14d8249 View commit details
    Browse the repository at this point in the history