Commit graph

12 commits

Author SHA1 Message Date
Dhruv Manilawala
b862c2d24d
Remove deprecated setting (#1920) 2025-12-16 17:13:09 +05:30
Micha Reiser
5e31bc933b
Remove documentation of experimental.rename (#1863)
Some checks are pending
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / Check generated files unedited (push) Waiting to run
CI / mkdocs (push) Waiting to run
2025-12-12 13:57:42 +01:00
Andrew Gallant
5c02e0b479
Stabilize auto-import (#1810)
Some checks are pending
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / Check generated files unedited (push) Waiting to run
CI / mkdocs (push) Waiting to run
Ref https://github.com/astral-sh/ty/issues/1765

Ref https://github.com/astral-sh/ruff/pull/21851

Ref https://github.com/astral-sh/ty-vscode/pull/234
2025-12-09 09:40:50 -05:00
Micha Reiser
01fca5525f
Update Zed settings structure (#1318)
Some checks failed
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
CI / mkdocs (push) Has been cancelled
2025-10-07 11:55:03 +00:00
Andrew Gallant
503cfe2d9a
Add documentation for the experimental autoImport setting (#1122)
Some checks failed
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
CI / mkdocs (push) Has been cancelled
Ref https://github.com/astral-sh/ruff/pull/20207#pullrequestreview-3179515493
2025-09-03 09:58:05 -04:00
Dhruv Manilawala
07868315cb
Add ty.inlayHints.callArgumentNames reference (#981) 2025-08-14 15:04:13 +05:30
Dhruv Manilawala
daf8e91b93
Add ty.experimental.rename, ty.inlayHints.variableTypes (#951)
Some checks failed
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
CI / mkdocs (push) Has been cancelled
## Summary

This PR adds reference documentation for the two new editor settings
that were added in https://github.com/astral-sh/ruff/pull/19800 and
https://github.com/astral-sh/ruff/pull/19780.

## Test Plan

<img width="2491" height="1374" alt="Screenshot 2025-08-07 at 19 24 44"
src="https://github.com/user-attachments/assets/f0fc32c5-1045-4fd9-900d-c4e7e429d54f"
/>
2025-08-07 19:37:44 +05:30
Dhruv Manilawala
7858ecb61b
Update editor settings reference with new format (#944)
Some checks are pending
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / Check generated files unedited (push) Waiting to run
CI / mkdocs (push) Waiting to run
## Summary

This PR updates the documentation to reflect the changes made in
https://github.com/astral-sh/ruff/pull/19614 and
https://github.com/astral-sh/ty-vscode/pull/106.

## Test Plan

<details><summary>Screenshot of the new editor settings reference
page:</summary>
<p>

<img width="4992" height="3702" alt="image"
src="https://github.com/user-attachments/assets/e3afd5a3-8b5b-43c3-addd-e1d6636ab1b7"
/>

</p>
</details>
2025-08-07 10:31:22 +05:30
Dhruv Manilawala
21886e591c
Add docs for ty.diagnosticMode (#779) 2025-07-08 12:21:13 +01:00
Dhruv Manilawala
27e0a80f46
Document python.ty.disableLanguageServices (#668)
This PR documents the new option `python.ty.disableLanguageServices`.
2025-06-18 11:58:43 +05:30
Andrew Gallant
efa735beac
docs: remove experimental section (#650)
Some checks failed
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
This was only used to opt into completions. But we're removing the
opt-in in https://github.com/astral-sh/ruff/pull/18650, so let's remove
it from the docs too.

Ref #86
2025-06-16 07:43:25 -04:00
Dhruv Manilawala
6303305e17
Add reference for editor settings (#343)
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-05-13 11:19:13 +02:00