-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-foldingEditor code folding issuesEditor code folding issuestypescriptTypescript support issuesTypescript support issuesverifiedVerification succeededVerification succeeded
Milestone
Description
VSCode Version: 1.50.1
OS Version: macOS mojave 10.14.6
Steps to Reproduce:
- Write a variable in TypeScript that is quoted with ` and spans multiple lines.
Example :
const a = `32
sdsdsd
sdsds`;
- Fold it and observe that end ` and semicolon is not shown.
❗ This bug is similar to #109854 , which is now closed.
Does this issue occur when all extensions are disabled?: Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-foldingEditor code folding issuesEditor code folding issuestypescriptTypescript support issuesTypescript support issuesverifiedVerification succeededVerification succeeded
