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: doc/en-us/config.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
# codeLens.enable
2
+
3
+
Enable code lens.
4
+
5
+
## type
6
+
7
+
```ts
8
+
boolean
9
+
```
10
+
11
+
## default
12
+
13
+
```jsonc
14
+
false
15
+
```
16
+
1
17
# completion.autoRequire
2
18
3
19
When the input looks like a file name, automatically `require` this file.
@@ -1925,23 +1941,6 @@ Array<string>
1925
1941
[]
1926
1942
```
1927
1943
1928
-
# telemetry.enable
1929
-
1930
-
Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Home#privacy).
1931
-
1932
-
1933
-
## type
1934
-
1935
-
```ts
1936
-
boolean|null
1937
-
```
1938
-
1939
-
## default
1940
-
1941
-
```jsonc
1942
-
null
1943
-
```
1944
-
1945
1944
# type.castNumberToInteger
1946
1945
1947
1946
Allowed to assign the `number` type to the `integer` type.
Copy file name to clipboardExpand all lines: doc/pt-br/config.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
# codeLens.enable
2
+
3
+
Enable code lens.
4
+
5
+
## type
6
+
7
+
```ts
8
+
boolean
9
+
```
10
+
11
+
## default
12
+
13
+
```jsonc
14
+
false
15
+
```
16
+
1
17
# completion.autoRequire
2
18
3
19
When the input looks like a file name, automatically `require` this file.
@@ -1925,23 +1941,6 @@ Array<string>
1925
1941
[]
1926
1942
```
1927
1943
1928
-
# telemetry.enable
1929
-
1930
-
Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Home#privacy).
1931
-
1932
-
1933
-
## type
1934
-
1935
-
```ts
1936
-
boolean|null
1937
-
```
1938
-
1939
-
## default
1940
-
1941
-
```jsonc
1942
-
null
1943
-
```
1944
-
1945
1944
# type.castNumberToInteger
1946
1945
1947
1946
Allowed to assign the `number` type to the `integer` type.
0 commit comments