Microsoft/monaco-editor

[Bug] Incorrect Raw String Literals formatting

Open

#5,085 建立於 2025年11月5日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (14,836 star) (1,283 fork)batch import
help wantedlanguages-basic

描述

Reproducible in vscode.dev or in VS Code Desktop?

  • Not reproducible in vscode.dev or VS Code Desktop

Reproducible in the monaco editor playground?

Monaco Editor Playground Link

This issue is for C#

Raw String Literals do not work on the playground, but Verbatim String Literals do. They should have a similar behavior.

Monaco Editor Playground Code

Console.WriteLine("""
    Prime Numbers :
    sxsxcs
    xsxs 
""");

Reproduction Steps

Actual (Problematic) Behavior

No response

Expected Behavior

No response

Additional Context

No response

貢獻者指南

[Bug] Incorrect Raw String Literals formatting · Microsoft/monaco-editor#5085 | Good First Issue