astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
1.06k stars 53 forks source link

Ruff JSON Schema in schemastore out of sync with `0.1.8` / `0.1.9` #372

Closed pep-sanwer closed 9 months ago

pep-sanwer commented 9 months ago

on ruff 0.1.8 & 0.1.9

Encountering missing schema for tool.ruff.format. Looks like https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/ruff.json / https://github.com/astral-sh/schemastore/blob/master/src/schemas/json/ruff.json is out of sync with https://github.com/astral-sh/ruff/blob/main/ruff.schema.json

Continuously grateful for this incredible tool!

charliermarsh commented 9 months ago

Thank you so much! We're working on a PR to update the SchemaStore, sorry for the delay.

BurntSushi commented 9 months ago

Ref https://github.com/SchemaStore/schemastore/pull/3468

MichaReiser commented 9 months ago

The referenced PR is now merged. @pep-sanwer could you give it another try (you may need to restart your IDE, in case it caches the schema)

pep-sanwer commented 9 months ago

Confirming as resolved ✨ Thank you!