Reputation: 275
How to disable this type of comment? As the picture shows. image vscode
Upvotes: 17
Views: 4242
Reputation: 346
You can disable them by adding
"dart.closingLabels": false
in your vscode settings file. Once you save the settings file it will ask you to Reload the Project.
Upvotes: 32