Нет описания

extensions.json 274B

1234567891011
  1. {
  2. // See https://go.microsoft.com/fwlink/?LinkId=827846
  3. // for the documentation about the extensions.json format
  4. "recommendations": [
  5. "EditorConfig.EditorConfig",
  6. "streetsidesoftware.code-spell-checker",
  7. "ms-python.python",
  8. "charliermarsh.ruff"
  9. ]
  10. }