Skip to content

Commit

Permalink
MAINT: remove telemetry.enableTelemetry VSCode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 27, 2023
1 parent 835e561 commit 409e121
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 @@ -50,6 +50,7 @@ def _remove_outdated_settings() -> None:
"python.linting.pydocstyleEnabled",
"python.linting.pylamaEnabled",
"python.linting.pylintEnabled",
"telemetry.enableTelemetry",
"telemetry.telemetryLevel",
]
vscode.remove_settings(outdated_settings)
Expand Down

0 comments on commit 409e121

Please sign in to comment.