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
This commit is contained in:
Andrew Gallant 2025-06-16 07:43:25 -04:00 committed by GitHub
parent 15bae14c22
commit efa735beac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,24 +2,6 @@
The editor settings supported by ty's language server, as well as the settings specific to [ty's VS Code extension](https://github.com/astral-sh/ty-vscode/).
## `experimental`
### `completions.enable`
Enables ty's experimental support for code completions.
**Default value**: `false`
**Type**: `boolean`
**Example usage**:
```json
{
"ty.experimental.completions.enable": true
}
```
## `logFile`
Path to the file to which the language server writes its log messages. By default, ty writes log messages to stderr.