You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/editor-settings.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,6 @@
2
2
3
3
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/).
4
4
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
-
23
5
## `logFile`
24
6
25
7
Path to the file to which the language server writes its log messages. By default, ty writes log messages to stderr.
0 commit comments