Skip to content

Commit 701f463

Browse files
PIG208gnprice
authored andcommitted
vscode: Disable warnings for TODOs.
Since we manage TODOs in a long term manner and as reminders until a migration can actually happen, it would be less annoying if those warnings are disabled by default. Signed-off-by: Zixuan James Li <[email protected]>
1 parent 57f71b5 commit 701f463

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717

1818
// This much more focused automatic fix is helpful, though.
1919
"files.trimTrailingWhitespace": true,
20+
21+
// Suppress the warnings that appear for TODOs throughout the codebase.
22+
"dart.showTodos": false,
2023
}

0 commit comments

Comments
 (0)