Skip to content

Commit 0ae2a3d

Browse files
committed
docs: remove experimental section
This was only used to opt into completions. But we're removing the opt-in in astral-sh/ruff#18650, so let's remove it from the docs too. Ref #86
1 parent 56d44b6 commit 0ae2a3d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docs/reference/editor-settings.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,6 @@
22

33
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/).
44

5-
## `experimental`
6-
7-
### `completions.enable`
8-
9-
Enables ty's experimental support for code completions.
10-
11-
**Default value**: `false`
12-
13-
**Type**: `boolean`
14-
15-
**Example usage**:
16-
17-
```json
18-
{
19-
"ty.experimental.completions.enable": true
20-
}
21-
```
22-
235
## `logFile`
246

257
Path to the file to which the language server writes its log messages. By default, ty writes log messages to stderr.

0 commit comments

Comments
 (0)