-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
editor-foldingEditor code folding issuesEditor code folding issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
- VSCode Version: 1.10-insider
- OS Version: OS X 10.11.4
Steps to Reproduce:
- Start a golang project.
- Create a function in the form:
func foo() {
bar := `
this is a multiline string.
`
}Try and collapse func foo() { and the multiline string is not collapsed with it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
editor-foldingEditor code folding issuesEditor code folding issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality