chore: Enabled problems.decorations.enabled in vscode

This commit is contained in:
mateusz-bak
2024-02-19 20:09:14 +07:00
committed by Mateusz Bąk
parent 9afe051ae1
commit a24dc9767d

View File

@@ -1,6 +1,6 @@
// projectwithsomedartnotstructured/.vscode/settings
{
"problems.decorations.enabled": false,
"problems.decorations.enabled": true,
"dart.analysisExcludedFolders": [
"submodules"
]