Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions docs/reference/editor-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down