feat(LSP): Delete default flag from config

The flag being deleted already has its default value set to what was on
the configuration file.  Having the configuration was redundant.
This commit is contained in:
Dionisio E Alonso 2024-02-06 08:59:57 -03:00
parent f248c257bd
commit 7dfa03eb73
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
show_column_numbers = true
ignore_missing_imports = true
follow_imports = silent
show_error_codes = true
warn_unused_configs = true
allow_any_generics = false