Vscode: React Collapse not working properly in render method

Created on 14 Jun 2018  路  3Comments  路  Source: microsoft/vscode

We have written the needed data into your clipboard because it was too large to send. Please paste.

editor needs more info

Most helpful comment

Based on the title of this issue, I think the issue is probably with folding regions. We recently changed the default folding strategy to be language based instead of indentation based. Please try adding "editor.foldingStrategy": "indentation" to your settings to revert to the old behavior

All 3 comments

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

Hi @chakrihacker, can you please resubmit your bug? There is a limited amount of data we can send to prefill the GitHub template, so we copy the data to the clipboard if it's large and you need to paste it

Based on the title of this issue, I think the issue is probably with folding regions. We recently changed the default folding strategy to be language based instead of indentation based. Please try adding "editor.foldingStrategy": "indentation" to your settings to revert to the old behavior

Was this page helpful?
0 / 5 - 0 ratings