Skip to content

Commit

Permalink
FIX: remove "telemetry.enableCrashReporter" settings
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 9, 2023
1 parent 663f673 commit 737fe6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/repoma/check_dev_files/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def _remove_outdated_settings() -> None:
"python.linting.pydocstyleEnabled",
"python.linting.pylamaEnabled",
"python.linting.pylintEnabled",
"telemetry.enableCrashReporter",
"telemetry.enableTelemetry",
"telemetry.telemetryLevel",
]
Expand Down

0 comments on commit 737fe6f

Please sign in to comment.