mirror of
https://github.com/astral-sh/ty.git
synced 2025-08-04 17:08:04 +00:00
docs: remove experimental section (#650)
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:
parent
15bae14c22
commit
efa735beac
1 changed files with 0 additions and 18 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue