<!-- Thanks for wanting to report an issue you've found in MagicPython. If this is a bug report, then please fill in the template below. Thank you! --> * **Editor name and version**: VS Code version 1.77 * **Platform**: Windows * **Color scheme**: Any * **MagicPython version**: Latest commit from main * **A sreenshot**: <img width="439" alt="image" src="https://user-images.githubusercontent.com/38270282/231187615-0bd8d421-34fe-4fe6-b38d-2a506011be42.png"> * **5-10 lines of surrounding code**: ```python _html = r""" <!DOCTYPE html> <html> <head><meta charset="utf-8"></head> <body> <span class="comment"># Python 3</span> </body> </html> """ ``` Originally from @Wang-Yile in https://github.com/microsoft/vscode/issues/179043