astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
946 stars 45 forks source link

refactor: remove unnecessary activation event #439

Closed hamirmahal closed 2 months ago

hamirmahal commented 3 months ago

Summary

This change removes "onCommand:ruff.restart" from "activationEvents", because VSCode generates it automatically from package.json contribution declarations.

Test Plan

CI

MichaReiser commented 3 months ago

@snowsignal would you mind taking a look at this?