summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/FUNDING.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml2
-rw-r--r--README.md60
-rw-r--r--changelog.md774
-rw-r--r--doc/en-us/config.md8
-rw-r--r--doc/pt-br/config.md12
-rw-r--r--doc/zh-cn/config.md12
-rw-r--r--doc/zh-tw/config.md8
-rw-r--r--locale/en-us/script.lua46
-rw-r--r--locale/en-us/setting.lua16
-rw-r--r--locale/pt-br/script.lua46
-rw-r--r--locale/pt-br/setting.lua16
-rw-r--r--locale/zh-cn/script.lua46
-rw-r--r--locale/zh-cn/setting.lua16
-rw-r--r--locale/zh-tw/script.lua46
-rw-r--r--locale/zh-tw/setting.lua16
-rw-r--r--meta/3rd/example/plugin.lua2
-rw-r--r--theme-tokens.md86
18 files changed, 607 insertions, 607 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 0bb446b1..07e67264 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1 +1 @@
-custom: ["https://paypal.me/sumneko", "https://github.com/sumneko/lua-language-server/issues/484"]
+custom: ["https://paypal.me/sumneko", "https://github.com/LuaLS/lua-language-server/issues/484"]
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 0451389e..9652d3cf 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -88,7 +88,7 @@ body:
label: Log File
description: >
Please provide your log file. Refer to the wiki to find your log file:
- https://github.com/sumneko/lua-language-server/wiki/FAQ#where-can-i-find-the-log-file
+ https://github.com/LuaLS/lua-language-server/wiki/FAQ#where-can-i-find-the-log-file
- type: markdown
attributes:
value: |
diff --git a/README.md b/README.md
index e74124db..53d57716 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# lua-language-server
-![build](https://github.com/sumneko/lua-language-server/workflows/build/badge.svg)
+![build](https://github.com/LuaLS/lua-language-server/workflows/build/badge.svg)
[![version](https://vsmarketplacebadges.dev/version-short/sumneko.lua.svg)](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
![installs](https://vsmarketplacebadges.dev/installs-short/sumneko.lua.svg)
![downloads](https://vsmarketplacebadges.dev/downloads-short/sumneko.lua.svg)
-[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/sumneko/lua-language-server.svg)](https://github.com/sumneko/lua-language-server/issues "Average time to resolve an issue")
+[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/LuaLS/lua-language-server.svg)](https://github.com/LuaLS/lua-language-server/issues "Average time to resolve an issue")
***Lua development just got a whole lot better*** 🧠
@@ -13,20 +13,20 @@ The Lua language server provides various language features for Lua to make devel
## Features
-- 📄 Over 20 supported [annotations](https://github.com/sumneko/lua-language-server/wiki/Annotations) for documenting your code
+- 📄 Over 20 supported [annotations](https://github.com/LuaLS/lua-language-server/wiki/Annotations) for documenting your code
- ↪ Go to definition
-- 🦺 Dynamic [type checking](https://github.com/sumneko/lua-language-server/wiki/Type-Checking)
+- 🦺 Dynamic [type checking](https://github.com/LuaLS/lua-language-server/wiki/Type-Checking)
- 🔍 Find references
-- ⚠️ [Diagnostics/Warnings](https://github.com/sumneko/lua-language-server/wiki/Diagnostics)
-- 🕵️ [Syntax checking](https://github.com/sumneko/lua-language-server/wiki/Syntax-Errors)
+- ⚠️ [Diagnostics/Warnings](https://github.com/LuaLS/lua-language-server/wiki/Diagnostics)
+- 🕵️ [Syntax checking](https://github.com/LuaLS/lua-language-server/wiki/Syntax-Errors)
- 📝 Element renaming
- 🗨️ Hover to view details on variables, functions, and more
- 🖊️ Autocompletion
-- 📚 Support for [libraries](https://github.com/sumneko/lua-language-server/wiki/Libraries)
-- 💅 [Code formatting](https://github.com/sumneko/lua-language-server/wiki/Formatter)
-- 💬 [Spell checking](https://github.com/sumneko/lua-language-server/wiki/Formatter)
-- 🛠️ Custom [plugins](https://github.com/sumneko/lua-language-server/wiki/Plugins)
-- 📖 [Documentation Generation](https://github.com/sumneko/lua-language-server/wiki/Export-Documentation)
+- 📚 Support for [libraries](https://github.com/LuaLS/lua-language-server/wiki/Libraries)
+- 💅 [Code formatting](https://github.com/LuaLS/lua-language-server/wiki/Formatter)
+- 💬 [Spell checking](https://github.com/LuaLS/lua-language-server/wiki/Formatter)
+- 🛠️ Custom [plugins](https://github.com/LuaLS/lua-language-server/wiki/Plugins)
+- 📖 [Documentation Generation](https://github.com/LuaLS/lua-language-server/wiki/Export-Documentation)
## Install
@@ -37,12 +37,12 @@ The language server can easily be installed for use in VS Code, but it can also
The language server and Visual Studio Code client can be installed from [the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sumneko.lua).
-![](https://github.com/sumneko/vscode-lua/raw/master/images//Install%20In%20VSCode.gif)
+![](https://github.com/LuaLS/vscode-lua/raw/master/images//Install%20In%20VSCode.gif)
### Command Line
-[![Install for command line](https://img.shields.io/badge/Install%20For-Command%20Line-blue?style=for-the-badge&logo=windowsterminal "Install for command line")](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line)
+[![Install for command line](https://img.shields.io/badge/Install%20For-Command%20Line-blue?style=for-the-badge&logo=windowsterminal "Install for command line")](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#command-line)
-Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line) to install the language server for use on the command line. This allows the language server to be used for NeoVim and other clients that follow the language server protocol.
+Check the [wiki for a guide](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#command-line) to install the language server for use on the command line. This allows the language server to be used for NeoVim and other clients that follow the language server protocol.
## Supported Lua Versions
| Version | Supported |
@@ -54,19 +54,19 @@ Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki
| LuaJIT | ![][checkmark] |
## Links
-- [Changelog](https://github.com/sumneko/lua-language-server/blob/master/changelog.md)
-- [Wiki](https://github.com/sumneko/lua-language-server/wiki)
-- [FAQ](https://github.com/sumneko/lua-language-server/wiki/FAQ)
+- [Changelog](https://github.com/LuaLS/lua-language-server/blob/master/changelog.md)
+- [Wiki](https://github.com/LuaLS/lua-language-server/wiki)
+- [FAQ](https://github.com/LuaLS/lua-language-server/wiki/FAQ)
- [Report an issue][issues]
- [Suggest a feature][issues]
-- [Discuss](https://github.com/sumneko/lua-language-server/discussions)
+- [Discuss](https://github.com/LuaLS/lua-language-server/discussions)
> If you find any mistakes, please [report it][issues] or open a [pull request][pulls] if you have a fix of your own ❤️
>
> 如果你发现了任何错误,请[告诉我][issues]或使用[Pull Requests][pulls]来直接修复。❤️
-[issues]: https://github.com/sumneko/lua-language-server/issues
-[pulls]: https://github.com/sumneko/lua-language-server/pulls
+[issues]: https://github.com/LuaLS/lua-language-server/issues
+[pulls]: https://github.com/LuaLS/lua-language-server/pulls
## Available Languages
@@ -76,26 +76,26 @@ Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki
- `pt-br` 🇧🇷
-> ℹ Note: All translations are provided and collaborated on by the community. If you find an inappropriate or harmful translation, [please report it immediately](https://github.com/sumneko/lua-language-server/issues).
+> ℹ Note: All translations are provided and collaborated on by the community. If you find an inappropriate or harmful translation, [please report it immediately](https://github.com/LuaLS/lua-language-server/issues).
-Are you able to [provide a translation](https://github.com/sumneko/lua-language-server/wiki/Translations)? It would be greatly appreciated!
+Are you able to [provide a translation](https://github.com/LuaLS/lua-language-server/wiki/Translations)? It would be greatly appreciated!
-Thank you to [all contributors of translations](https://github.com/sumneko/lua-language-server/commits/master/locale)!
+Thank you to [all contributors of translations](https://github.com/LuaLS/lua-language-server/commits/master/locale)!
-[en-US]: https://github.com/sumneko/lua-language-server/tree/master/locale/en-us
+[en-US]: https://github.com/LuaLS/lua-language-server/tree/master/locale/en-us
## Configuration
-Configuration of the server can be done in a number of ways, which are explained more in-depth in the [wiki](https://github.com/sumneko/lua-language-server/wiki/Configuration-File).
+Configuration of the server can be done in a number of ways, which are explained more in-depth in the [wiki](https://github.com/LuaLS/lua-language-server/wiki/Configuration-File).
### Visual Studio Code
You can use the [settings editor](https://code.visualstudio.com/docs/getstarted/settings#_settings-editor) or edit the [raw JSON file](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson).
### Other
-See the [configuration file wiki page](https://github.com/sumneko/lua-language-server/wiki/Configuration-File).
+See the [configuration file wiki page](https://github.com/LuaLS/lua-language-server/wiki/Configuration-File).
## Privacy
-This language server has **opt-in** telemetry that collects usage data and sends it to the development team to help improve the extension. Read our [privacy policy](https://github.com/sumneko/lua-language-server/wiki/Home#privacy) to learn more.
+This language server has **opt-in** telemetry that collects usage data and sends it to the development team to help improve the extension. Read our [privacy policy](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy) to learn more.
## Contributors
@@ -107,13 +107,13 @@ Software that the language server (or the development of it) uses:
* [bee.lua](https://github.com/actboy168/bee.lua)
* [luamake](https://github.com/actboy168/luamake)
* [LPegLabel](https://github.com/sqmedeiros/lpeglabel)
-* [LuaParser](https://github.com/sumneko/LuaParser)
+* [LuaParser](https://github.com/LuaLS/LuaParser)
* [ScreenToGif](https://github.com/NickeManarin/ScreenToGif)
* [vscode-languageclient](https://github.com/microsoft/vscode-languageserver-node)
* [lua.tmbundle](https://github.com/textmate/lua.tmbundle)
* [EmmyLua](https://emmylua.github.io)
-* [lua-glob](https://github.com/sumneko/lua-glob)
-* [utility](https://github.com/sumneko/utility)
+* [lua-glob](https://github.com/LuaLS/lua-glob)
+* [utility](https://github.com/LuaLS/utility)
* [vscode-lua-doc](https://github.com/actboy168/vscode-lua-doc)
* [json.lua](https://github.com/actboy168/json.lua)
* [EmmyLuaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle)
diff --git a/changelog.md b/changelog.md
index 2f355b93..df2d5f1f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -7,10 +7,10 @@
* `FIX` [#1869]
* `FIX` [#1871]
-[#1864]: https://github.com/sumneko/lua-language-server/issues/1864
-[#1868]: https://github.com/sumneko/lua-language-server/issues/1868
-[#1869]: https://github.com/sumneko/lua-language-server/issues/1869
-[#1871]: https://github.com/sumneko/lua-language-server/issues/1871
+[#1864]: https://github.com/LuaLS/lua-language-server/issues/1864
+[#1868]: https://github.com/LuaLS/lua-language-server/issues/1868
+[#1869]: https://github.com/LuaLS/lua-language-server/issues/1869
+[#1871]: https://github.com/LuaLS/lua-language-server/issues/1871
## 3.6.8
`2023-1-31`
@@ -23,28 +23,28 @@
* `FIX` [#1855]
* `FIX` [#1857]
-[#1831]: https://github.com/sumneko/lua-language-server/issues/1831
-[#1838]: https://github.com/sumneko/lua-language-server/issues/1838
-[#1841]: https://github.com/sumneko/lua-language-server/issues/1841
-[#1851]: https://github.com/sumneko/lua-language-server/issues/1851
-[#1855]: https://github.com/sumneko/lua-language-server/issues/1855
-[#1857]: https://github.com/sumneko/lua-language-server/issues/1857
+[#1831]: https://github.com/LuaLS/lua-language-server/issues/1831
+[#1838]: https://github.com/LuaLS/lua-language-server/issues/1838
+[#1841]: https://github.com/LuaLS/lua-language-server/issues/1841
+[#1851]: https://github.com/LuaLS/lua-language-server/issues/1851
+[#1855]: https://github.com/LuaLS/lua-language-server/issues/1855
+[#1857]: https://github.com/LuaLS/lua-language-server/issues/1857
## 3.6.7
`2023-1-20`
* `FIX` [#1810]
* `FIX` [#1829]
-[#1810]: https://github.com/sumneko/lua-language-server/issues/1810
-[#1829]: https://github.com/sumneko/lua-language-server/issues/1829
+[#1810]: https://github.com/LuaLS/lua-language-server/issues/1810
+[#1829]: https://github.com/LuaLS/lua-language-server/issues/1829
## 3.6.6
`2023-1-17`
* `FIX` [#1825]
* `FIX` [#1826]
-[#1825]: https://github.com/sumneko/lua-language-server/issues/1825
-[#1826]: https://github.com/sumneko/lua-language-server/issues/1826
+[#1825]: https://github.com/LuaLS/lua-language-server/issues/1825
+[#1826]: https://github.com/LuaLS/lua-language-server/issues/1826
## 3.6.5
`2023-1-16`
@@ -69,16 +69,16 @@
* `FIX` [#1811]
* `FIX` [#1824]
-[#831]: https://github.com/sumneko/lua-language-server/issues/831
-[#1729]: https://github.com/sumneko/lua-language-server/issues/1729
-[#1737]: https://github.com/sumneko/lua-language-server/issues/1737
-[#1751]: https://github.com/sumneko/lua-language-server/issues/1751
-[#1767]: https://github.com/sumneko/lua-language-server/issues/1767
-[#1796]: https://github.com/sumneko/lua-language-server/issues/1796
-[#1805]: https://github.com/sumneko/lua-language-server/issues/1805
-[#1808]: https://github.com/sumneko/lua-language-server/issues/1808
-[#1811]: https://github.com/sumneko/lua-language-server/issues/1811
-[#1824]: https://github.com/sumneko/lua-language-server/issues/1824
+[#831]: https://github.com/LuaLS/lua-language-server/issues/831
+[#1729]: https://github.com/LuaLS/lua-language-server/issues/1729
+[#1737]: https://github.com/LuaLS/lua-language-server/issues/1737
+[#1751]: https://github.com/LuaLS/lua-language-server/issues/1751
+[#1767]: https://github.com/LuaLS/lua-language-server/issues/1767
+[#1796]: https://github.com/LuaLS/lua-language-server/issues/1796
+[#1805]: https://github.com/LuaLS/lua-language-server/issues/1805
+[#1808]: https://github.com/LuaLS/lua-language-server/issues/1808
+[#1811]: https://github.com/LuaLS/lua-language-server/issues/1811
+[#1824]: https://github.com/LuaLS/lua-language-server/issues/1824
## 3.6.4
`2022-11-29`
@@ -99,17 +99,17 @@
* `FIX` [#1704]
* `FIX` [#1717]
-[#1698]: https://github.com/sumneko/lua-language-server/issues/1698
-[#1704]: https://github.com/sumneko/lua-language-server/issues/1704
-[#1717]: https://github.com/sumneko/lua-language-server/issues/1717
+[#1698]: https://github.com/LuaLS/lua-language-server/issues/1698
+[#1704]: https://github.com/LuaLS/lua-language-server/issues/1704
+[#1717]: https://github.com/LuaLS/lua-language-server/issues/1717
## 3.6.3
`2022-11-14`
* `FIX` [#1684]
* `FIX` [#1692]
-[#1684]: https://github.com/sumneko/lua-language-server/issues/1684
-[#1692]: https://github.com/sumneko/lua-language-server/issues/1692
+[#1684]: https://github.com/LuaLS/lua-language-server/issues/1684
+[#1692]: https://github.com/LuaLS/lua-language-server/issues/1692
## 3.6.2
`2022-11-10`
@@ -119,10 +119,10 @@
* `FIX` [#1679]
* `FIX` [#1680]
-[#1676]: https://github.com/sumneko/lua-language-server/issues/1676
-[#1677]: https://github.com/sumneko/lua-language-server/issues/1677
-[#1679]: https://github.com/sumneko/lua-language-server/issues/1679
-[#1680]: https://github.com/sumneko/lua-language-server/issues/1680
+[#1676]: https://github.com/LuaLS/lua-language-server/issues/1676
+[#1677]: https://github.com/LuaLS/lua-language-server/issues/1677
+[#1679]: https://github.com/LuaLS/lua-language-server/issues/1679
+[#1680]: https://github.com/LuaLS/lua-language-server/issues/1680
## 3.6.1
`2022-11-8`
@@ -131,7 +131,7 @@
* `FIX` description disapeared for overloaded function
* `FIX` [#1675]
-[#1675]: https://github.com/sumneko/lua-language-server/issues/1675
+[#1675]: https://github.com/LuaLS/lua-language-server/issues/1675
## 3.6.0
`2022-11-8`
@@ -165,8 +165,8 @@
* `Lua.doc.privateName`: treat matched fields as private
* `Lua.doc.protectedName`: treat matched fields as protected
* `Lua.doc.packageName`: treat matched fields as package
-* `NEW` CLI `--doc [path]` to make docs.
-server will generate `doc.json` and `doc.md` in `LOGPATH`.
+* `NEW` CLI `--doc [path]` to make docs.
+server will generate `doc.json` and `doc.md` in `LOGPATH`.
`doc.md` is generated by `doc.json` by example code `script/cli/doc2md.lua`.
* `CHG` [#1558] detect multi libraries
* `CHG` [#1458] `semantic-tokens`: global variable is setted to `variable.global`
@@ -295,100 +295,100 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `FIX` [#1662]
* `FIX` [#1672]
-[#1153]: https://github.com/sumneko/lua-language-server/issues/1153
-[#1177]: https://github.com/sumneko/lua-language-server/issues/1177
-[#1201]: https://github.com/sumneko/lua-language-server/issues/1201
-[#1202]: https://github.com/sumneko/lua-language-server/issues/1202
-[#1332]: https://github.com/sumneko/lua-language-server/issues/1332
-[#1344]: https://github.com/sumneko/lua-language-server/issues/1344
-[#1374]: https://github.com/sumneko/lua-language-server/issues/1374
-[#1434]: https://github.com/sumneko/lua-language-server/issues/1434
-[#1457]: https://github.com/sumneko/lua-language-server/issues/1457
-[#1458]: https://github.com/sumneko/lua-language-server/issues/1458
-[#1479]: https://github.com/sumneko/lua-language-server/issues/1479
-[#1480]: https://github.com/sumneko/lua-language-server/issues/1480
-[#1484]: https://github.com/sumneko/lua-language-server/issues/1484
-[#1533]: https://github.com/sumneko/lua-language-server/issues/1533
-[#1557]: https://github.com/sumneko/lua-language-server/issues/1557
-[#1558]: https://github.com/sumneko/lua-language-server/issues/1558
-[#1561]: https://github.com/sumneko/lua-language-server/issues/1561
-[#1567]: https://github.com/sumneko/lua-language-server/issues/1567
-[#1575]: https://github.com/sumneko/lua-language-server/issues/1575
-[#1582]: https://github.com/sumneko/lua-language-server/issues/1582
-[#1593]: https://github.com/sumneko/lua-language-server/issues/1593
-[#1595]: https://github.com/sumneko/lua-language-server/issues/1595
-[#1599]: https://github.com/sumneko/lua-language-server/issues/1599
-[#1606]: https://github.com/sumneko/lua-language-server/issues/1606
-[#1608]: https://github.com/sumneko/lua-language-server/issues/1608
-[#1626]: https://github.com/sumneko/lua-language-server/issues/1626
-[#1637]: https://github.com/sumneko/lua-language-server/issues/1637
-[#1640]: https://github.com/sumneko/lua-language-server/issues/1640
-[#1641]: https://github.com/sumneko/lua-language-server/issues/1641
-[#1642]: https://github.com/sumneko/lua-language-server/issues/1642
-[#1662]: https://github.com/sumneko/lua-language-server/issues/1662
-[#1663]: https://github.com/sumneko/lua-language-server/issues/1663
-[#1670]: https://github.com/sumneko/lua-language-server/issues/1670
-[#1672]: https://github.com/sumneko/lua-language-server/issues/1672
+[#1153]: https://github.com/LuaLS/lua-language-server/issues/1153
+[#1177]: https://github.com/LuaLS/lua-language-server/issues/1177
+[#1201]: https://github.com/LuaLS/lua-language-server/issues/1201
+[#1202]: https://github.com/LuaLS/lua-language-server/issues/1202
+[#1332]: https://github.com/LuaLS/lua-language-server/issues/1332
+[#1344]: https://github.com/LuaLS/lua-language-server/issues/1344
+[#1374]: https://github.com/LuaLS/lua-language-server/issues/1374
+[#1434]: https://github.com/LuaLS/lua-language-server/issues/1434
+[#1457]: https://github.com/LuaLS/lua-language-server/issues/1457
+[#1458]: https://github.com/LuaLS/lua-language-server/issues/1458
+[#1479]: https://github.com/LuaLS/lua-language-server/issues/1479
+[#1480]: https://github.com/LuaLS/lua-language-server/issues/1480
+[#1484]: https://github.com/LuaLS/lua-language-server/issues/1484
+[#1533]: https://github.com/LuaLS/lua-language-server/issues/1533
+[#1557]: https://github.com/LuaLS/lua-language-server/issues/1557
+[#1558]: https://github.com/LuaLS/lua-language-server/issues/1558
+[#1561]: https://github.com/LuaLS/lua-language-server/issues/1561
+[#1567]: https://github.com/LuaLS/lua-language-server/issues/1567
+[#1575]: https://github.com/LuaLS/lua-language-server/issues/1575
+[#1582]: https://github.com/LuaLS/lua-language-server/issues/1582
+[#1593]: https://github.com/LuaLS/lua-language-server/issues/1593
+[#1595]: https://github.com/LuaLS/lua-language-server/issues/1595
+[#1599]: https://github.com/LuaLS/lua-language-server/issues/1599
+[#1606]: https://github.com/LuaLS/lua-language-server/issues/1606
+[#1608]: https://github.com/LuaLS/lua-language-server/issues/1608
+[#1626]: https://github.com/LuaLS/lua-language-server/issues/1626
+[#1637]: https://github.com/LuaLS/lua-language-server/issues/1637
+[#1640]: https://github.com/LuaLS/lua-language-server/issues/1640
+[#1641]: https://github.com/LuaLS/lua-language-server/issues/1641
+[#1642]: https://github.com/LuaLS/lua-language-server/issues/1642
+[#1662]: https://github.com/LuaLS/lua-language-server/issues/1662
+[#1663]: https://github.com/LuaLS/lua-language-server/issues/1663
+[#1670]: https://github.com/LuaLS/lua-language-server/issues/1670
+[#1672]: https://github.com/LuaLS/lua-language-server/issues/1672
## 3.5.6
`2022-9-16`
-* `FIX` [#1439](https://github.com/sumneko/lua-language-server/issues/1439)
-* `FIX` [#1467](https://github.com/sumneko/lua-language-server/issues/1467)
-* `FIX` [#1506](https://github.com/sumneko/lua-language-server/issues/1506)
-* `FIX` [#1537](https://github.com/sumneko/lua-language-server/issues/1537)
+* `FIX` [#1439](https://github.com/LuaLS/lua-language-server/issues/1439)
+* `FIX` [#1467](https://github.com/LuaLS/lua-language-server/issues/1467)
+* `FIX` [#1506](https://github.com/LuaLS/lua-language-server/issues/1506)
+* `FIX` [#1537](https://github.com/LuaLS/lua-language-server/issues/1537)
## 3.5.5
`2022-9-7`
-* `FIX` [#1529](https://github.com/sumneko/lua-language-server/issues/1529)
-* `FIX` [#1530](https://github.com/sumneko/lua-language-server/issues/1530)
+* `FIX` [#1529](https://github.com/LuaLS/lua-language-server/issues/1529)
+* `FIX` [#1530](https://github.com/LuaLS/lua-language-server/issues/1530)
## 3.5.4
`2022-9-6`
* `NEW` `type-formatting`: fix wrong indentation of VSCode
* `CHG` `document-symbol`: redesigned to better support for `Sticky Scroll` feature of VSCode
* `FIX` `diagnostics.workspaceDelay` can not prevent first workspace diagnostic
-* `FIX` [#1476](https://github.com/sumneko/lua-language-server/issues/1476)
-* `FIX` [#1490](https://github.com/sumneko/lua-language-server/issues/1490)
-* `FIX` [#1493](https://github.com/sumneko/lua-language-server/issues/1493)
-* `FIX` [#1499](https://github.com/sumneko/lua-language-server/issues/1499)
-* `FIX` [#1526](https://github.com/sumneko/lua-language-server/issues/1526)
+* `FIX` [#1476](https://github.com/LuaLS/lua-language-server/issues/1476)
+* `FIX` [#1490](https://github.com/LuaLS/lua-language-server/issues/1490)
+* `FIX` [#1493](https://github.com/LuaLS/lua-language-server/issues/1493)
+* `FIX` [#1499](https://github.com/LuaLS/lua-language-server/issues/1499)
+* `FIX` [#1526](https://github.com/LuaLS/lua-language-server/issues/1526)
## 3.5.3
`2022-8-13`
-* `FIX` [#1409](https://github.com/sumneko/lua-language-server/issues/1409)
-* `FIX` [#1422](https://github.com/sumneko/lua-language-server/issues/1422)
-* `FIX` [#1425](https://github.com/sumneko/lua-language-server/issues/1425)
-* `FIX` [#1428](https://github.com/sumneko/lua-language-server/issues/1428)
-* `FIX` [#1430](https://github.com/sumneko/lua-language-server/issues/1430)
-* `FIX` [#1431](https://github.com/sumneko/lua-language-server/issues/1431)
-* `FIX` [#1446](https://github.com/sumneko/lua-language-server/issues/1446)
-* `FIX` [#1451](https://github.com/sumneko/lua-language-server/issues/1451)
-* `FIX` [#1461](https://github.com/sumneko/lua-language-server/issues/1461)
-* `FIX` [#1463](https://github.com/sumneko/lua-language-server/issues/1463)
+* `FIX` [#1409](https://github.com/LuaLS/lua-language-server/issues/1409)
+* `FIX` [#1422](https://github.com/LuaLS/lua-language-server/issues/1422)
+* `FIX` [#1425](https://github.com/LuaLS/lua-language-server/issues/1425)
+* `FIX` [#1428](https://github.com/LuaLS/lua-language-server/issues/1428)
+* `FIX` [#1430](https://github.com/LuaLS/lua-language-server/issues/1430)
+* `FIX` [#1431](https://github.com/LuaLS/lua-language-server/issues/1431)
+* `FIX` [#1446](https://github.com/LuaLS/lua-language-server/issues/1446)
+* `FIX` [#1451](https://github.com/LuaLS/lua-language-server/issues/1451)
+* `FIX` [#1461](https://github.com/LuaLS/lua-language-server/issues/1461)
+* `FIX` [#1463](https://github.com/LuaLS/lua-language-server/issues/1463)
## 3.5.2
`2022-8-1`
-* `FIX` [#1395](https://github.com/sumneko/lua-language-server/issues/1395)
-* `FIX` [#1403](https://github.com/sumneko/lua-language-server/issues/1403)
-* `FIX` [#1405](https://github.com/sumneko/lua-language-server/issues/1405)
-* `FIX` [#1406](https://github.com/sumneko/lua-language-server/issues/1406)
-* `FIX` [#1418](https://github.com/sumneko/lua-language-server/issues/1418)
+* `FIX` [#1395](https://github.com/LuaLS/lua-language-server/issues/1395)
+* `FIX` [#1403](https://github.com/LuaLS/lua-language-server/issues/1403)
+* `FIX` [#1405](https://github.com/LuaLS/lua-language-server/issues/1405)
+* `FIX` [#1406](https://github.com/LuaLS/lua-language-server/issues/1406)
+* `FIX` [#1418](https://github.com/LuaLS/lua-language-server/issues/1418)
## 3.5.1
`2022-7-26`
-* `NEW` supports [color](https://github.com/sumneko/lua-language-server/pull/1379)
+* `NEW` supports [color](https://github.com/LuaLS/lua-language-server/pull/1379)
* `NEW` setting `Lua.runtime.pluginArgs`
* `CHG` setting `type.castNumberToInteger` default by `true`
* `CHG` improve supports for multi-workspace
-* `FIX` [#1354](https://github.com/sumneko/lua-language-server/issues/1354)
-* `FIX` [#1355](https://github.com/sumneko/lua-language-server/issues/1355)
-* `FIX` [#1363](https://github.com/sumneko/lua-language-server/issues/1363)
-* `FIX` [#1365](https://github.com/sumneko/lua-language-server/issues/1365)
-* `FIX` [#1367](https://github.com/sumneko/lua-language-server/issues/1367)
-* `FIX` [#1368](https://github.com/sumneko/lua-language-server/issues/1368)
-* `FIX` [#1370](https://github.com/sumneko/lua-language-server/issues/1370)
-* `FIX` [#1375](https://github.com/sumneko/lua-language-server/issues/1375)
-* `FIX` [#1391](https://github.com/sumneko/lua-language-server/issues/1391)
+* `FIX` [#1354](https://github.com/LuaLS/lua-language-server/issues/1354)
+* `FIX` [#1355](https://github.com/LuaLS/lua-language-server/issues/1355)
+* `FIX` [#1363](https://github.com/LuaLS/lua-language-server/issues/1363)
+* `FIX` [#1365](https://github.com/LuaLS/lua-language-server/issues/1365)
+* `FIX` [#1367](https://github.com/LuaLS/lua-language-server/issues/1367)
+* `FIX` [#1368](https://github.com/LuaLS/lua-language-server/issues/1368)
+* `FIX` [#1370](https://github.com/LuaLS/lua-language-server/issues/1370)
+* `FIX` [#1375](https://github.com/LuaLS/lua-language-server/issues/1375)
+* `FIX` [#1391](https://github.com/LuaLS/lua-language-server/issues/1391)
## 3.5.0
`2022-7-19`
@@ -451,18 +451,18 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
local x
```
* `CHG` signature: only show signatures matching the entered parameters
-* `FIX` [#880](https://github.com/sumneko/lua-language-server/issues/880)
-* `FIX` [#1284](https://github.com/sumneko/lua-language-server/issues/1284)
-* `FIX` [#1292](https://github.com/sumneko/lua-language-server/issues/1292)
-* `FIX` [#1294](https://github.com/sumneko/lua-language-server/issues/1294)
-* `FIX` [#1306](https://github.com/sumneko/lua-language-server/issues/1306)
-* `FIX` [#1311](https://github.com/sumneko/lua-language-server/issues/1311)
-* `FIX` [#1317](https://github.com/sumneko/lua-language-server/issues/1317)
-* `FIX` [#1320](https://github.com/sumneko/lua-language-server/issues/1320)
-* `FIX` [#1330](https://github.com/sumneko/lua-language-server/issues/1330)
-* `FIX` [#1345](https://github.com/sumneko/lua-language-server/issues/1345)
-* `FIX` [#1346](https://github.com/sumneko/lua-language-server/issues/1346)
-* `FIX` [#1348](https://github.com/sumneko/lua-language-server/issues/1348)
+* `FIX` [#880](https://github.com/LuaLS/lua-language-server/issues/880)
+* `FIX` [#1284](https://github.com/LuaLS/lua-language-server/issues/1284)
+* `FIX` [#1292](https://github.com/LuaLS/lua-language-server/issues/1292)
+* `FIX` [#1294](https://github.com/LuaLS/lua-language-server/issues/1294)
+* `FIX` [#1306](https://github.com/LuaLS/lua-language-server/issues/1306)
+* `FIX` [#1311](https://github.com/LuaLS/lua-language-server/issues/1311)
+* `FIX` [#1317](https://github.com/LuaLS/lua-language-server/issues/1317)
+* `FIX` [#1320](https://github.com/LuaLS/lua-language-server/issues/1320)
+* `FIX` [#1330](https://github.com/LuaLS/lua-language-server/issues/1330)
+* `FIX` [#1345](https://github.com/LuaLS/lua-language-server/issues/1345)
+* `FIX` [#1346](https://github.com/LuaLS/lua-language-server/issues/1346)
+* `FIX` [#1348](https://github.com/LuaLS/lua-language-server/issues/1348)
## 3.4.2
`2022-7-6`
@@ -471,8 +471,8 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `CHG` completion: `completion.callSnippet` no longer generate parameter types
* `CHG` hover: show `---@type {x: number, y: number}` as detail instead of `table`
* `CHG` dose not infer as `nil` by `t.field = nil`
-* `FIX` [#1278](https://github.com/sumneko/lua-language-server/issues/1278)
-* `FIX` [#1288](https://github.com/sumneko/lua-language-server/issues/1288)
+* `FIX` [#1278](https://github.com/LuaLS/lua-language-server/issues/1278)
+* `FIX` [#1288](https://github.com/LuaLS/lua-language-server/issues/1288)
## 3.4.1
`2022-7-5`
@@ -486,13 +486,13 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
---@class B: A
local b = setmetatable({}, { __index = a }) -- OK!
```
-* `FIX` [#1256](https://github.com/sumneko/lua-language-server/issues/1256)
-* `FIX` [#1257](https://github.com/sumneko/lua-language-server/issues/1257)
-* `FIX` [#1267](https://github.com/sumneko/lua-language-server/issues/1267)
-* `FIX` [#1269](https://github.com/sumneko/lua-language-server/issues/1269)
-* `FIX` [#1273](https://github.com/sumneko/lua-language-server/issues/1273)
-* `FIX` [#1275](https://github.com/sumneko/lua-language-server/issues/1275)
-* `FIX` [#1279](https://github.com/sumneko/lua-language-server/issues/1279)
+* `FIX` [#1256](https://github.com/LuaLS/lua-language-server/issues/1256)
+* `FIX` [#1257](https://github.com/LuaLS/lua-language-server/issues/1257)
+* `FIX` [#1267](https://github.com/LuaLS/lua-language-server/issues/1267)
+* `FIX` [#1269](https://github.com/LuaLS/lua-language-server/issues/1269)
+* `FIX` [#1273](https://github.com/LuaLS/lua-language-server/issues/1273)
+* `FIX` [#1275](https://github.com/LuaLS/lua-language-server/issues/1275)
+* `FIX` [#1279](https://github.com/LuaLS/lua-language-server/issues/1279)
## 3.4.0
`2022-6-29`
@@ -540,20 +540,20 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `CHG` improve experience for diagnostics and semantic-tokens
* `FIX` diagnostics flash when opening a file
* `FIX` sometimes workspace diagnostics are not triggered
-* `FIX` [#1228](https://github.com/sumneko/lua-language-server/issues/1228)
-* `FIX` [#1229](https://github.com/sumneko/lua-language-server/issues/1229)
-* `FIX` [#1242](https://github.com/sumneko/lua-language-server/issues/1242)
-* `FIX` [#1243](https://github.com/sumneko/lua-language-server/issues/1243)
-* `FIX` [#1249](https://github.com/sumneko/lua-language-server/issues/1249)
+* `FIX` [#1228](https://github.com/LuaLS/lua-language-server/issues/1228)
+* `FIX` [#1229](https://github.com/LuaLS/lua-language-server/issues/1229)
+* `FIX` [#1242](https://github.com/LuaLS/lua-language-server/issues/1242)
+* `FIX` [#1243](https://github.com/LuaLS/lua-language-server/issues/1243)
+* `FIX` [#1249](https://github.com/LuaLS/lua-language-server/issues/1249)
## 3.3.1
`2022-6-17`
-* `FIX` [#1213](https://github.com/sumneko/lua-language-server/issues/1213)
-* `FIX` [#1215](https://github.com/sumneko/lua-language-server/issues/1215)
-* `FIX` [#1217](https://github.com/sumneko/lua-language-server/issues/1217)
-* `FIX` [#1218](https://github.com/sumneko/lua-language-server/issues/1218)
-* `FIX` [#1220](https://github.com/sumneko/lua-language-server/issues/1220)
-* `FIX` [#1223](https://github.com/sumneko/lua-language-server/issues/1223)
+* `FIX` [#1213](https://github.com/LuaLS/lua-language-server/issues/1213)
+* `FIX` [#1215](https://github.com/LuaLS/lua-language-server/issues/1215)
+* `FIX` [#1217](https://github.com/LuaLS/lua-language-server/issues/1217)
+* `FIX` [#1218](https://github.com/LuaLS/lua-language-server/issues/1218)
+* `FIX` [#1220](https://github.com/LuaLS/lua-language-server/issues/1220)
+* `FIX` [#1223](https://github.com/LuaLS/lua-language-server/issues/1223)
## 3.3.0
`2022-6-15`
@@ -598,15 +598,15 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
```
* `CHG` infer type by `>`/`<`/`>=`/`<=`
* `FIX` with clients that support LSP 3.17 (VSCode), workspace diagnostics are triggered every time when opening a file.
-* `FIX` [#1204](https://github.com/sumneko/lua-language-server/issues/1204)
-* `FIX` [#1208](https://github.com/sumneko/lua-language-server/issues/1208)
+* `FIX` [#1204](https://github.com/LuaLS/lua-language-server/issues/1204)
+* `FIX` [#1208](https://github.com/LuaLS/lua-language-server/issues/1208)
## 3.2.5
`2022-6-9`
* `NEW` provide config docs in `LUA_LANGUAGE_SERVER/doc/`
-* `FIX` [#1148](https://github.com/sumneko/lua-language-server/issues/1148)
-* `FIX` [#1149](https://github.com/sumneko/lua-language-server/issues/1149)
-* `FIX` [#1192](https://github.com/sumneko/lua-language-server/issues/1192)
+* `FIX` [#1148](https://github.com/LuaLS/lua-language-server/issues/1148)
+* `FIX` [#1149](https://github.com/LuaLS/lua-language-server/issues/1149)
+* `FIX` [#1192](https://github.com/LuaLS/lua-language-server/issues/1192)
## 3.2.4
`2022-5-25`
@@ -618,13 +618,13 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `CHG` show warning message when scanning more than 100,000 files.
* `CHG` upgrade [LSP](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/) to `3.17`
* `FIX` hover: can not union `table` with other basic types
-* `FIX` [#1125](https://github.com/sumneko/lua-language-server/issues/1125)
-* `FIX` [#1131](https://github.com/sumneko/lua-language-server/issues/1131)
-* `FIX` [#1134](https://github.com/sumneko/lua-language-server/issues/1134)
-* `FIX` [#1141](https://github.com/sumneko/lua-language-server/issues/1141)
-* `FIX` [#1144](https://github.com/sumneko/lua-language-server/issues/1144)
-* `FIX` [#1150](https://github.com/sumneko/lua-language-server/issues/1150)
-* `FIX` [#1155](https://github.com/sumneko/lua-language-server/issues/1155)
+* `FIX` [#1125](https://github.com/LuaLS/lua-language-server/issues/1125)
+* `FIX` [#1131](https://github.com/LuaLS/lua-language-server/issues/1131)
+* `FIX` [#1134](https://github.com/LuaLS/lua-language-server/issues/1134)
+* `FIX` [#1141](https://github.com/LuaLS/lua-language-server/issues/1141)
+* `FIX` [#1144](https://github.com/LuaLS/lua-language-server/issues/1144)
+* `FIX` [#1150](https://github.com/LuaLS/lua-language-server/issues/1150)
+* `FIX` [#1155](https://github.com/LuaLS/lua-language-server/issues/1155)
## 3.2.3
`2022-5-16`
@@ -632,15 +632,15 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `CHG` dose not load files in symbol links
* `FIX` memory leak with symbol links
* `FIX` diagnostic: send empty results to every file after startup
-* `FIX` [#1103](https://github.com/sumneko/lua-language-server/issues/1103)
-* `FIX` [#1107](https://github.com/sumneko/lua-language-server/issues/1107)
+* `FIX` [#1103](https://github.com/LuaLS/lua-language-server/issues/1103)
+* `FIX` [#1107](https://github.com/LuaLS/lua-language-server/issues/1107)
## 3.2.2
`2022-4-26`
* `FIX` diagnostic: `unused-function` cannot handle recursion correctly
-* `FIX` [#1092](https://github.com/sumneko/lua-language-server/issues/1092)
-* `FIX` [#1093](https://github.com/sumneko/lua-language-server/issues/1093)
-* `FIX` runtime errors reported by telemetry, see [#1091](https://github.com/sumneko/lua-language-server/issues/1091)
+* `FIX` [#1092](https://github.com/LuaLS/lua-language-server/issues/1092)
+* `FIX` [#1093](https://github.com/LuaLS/lua-language-server/issues/1093)
+* `FIX` runtime errors reported by telemetry, see [#1091](https://github.com/LuaLS/lua-language-server/issues/1091)
## 3.2.1
`2022-4-25`
@@ -682,10 +682,10 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `NEW` diagnostic: `need-check-nil`
* `CHG` diagnostic: no longer mark `redundant-parameter` as `Unnecessary`
* `FIX` diagnostic: `unused-function` does not recognize recursion
-* `FIX` [#1051](https://github.com/sumneko/lua-language-server/issues/1051)
-* `FIX` [#1072](https://github.com/sumneko/lua-language-server/issues/1072)
-* `FIX` [#1077](https://github.com/sumneko/lua-language-server/issues/1077)
-* `FIX` [#1088](https://github.com/sumneko/lua-language-server/issues/1088)
+* `FIX` [#1051](https://github.com/LuaLS/lua-language-server/issues/1051)
+* `FIX` [#1072](https://github.com/LuaLS/lua-language-server/issues/1072)
+* `FIX` [#1077](https://github.com/LuaLS/lua-language-server/issues/1077)
+* `FIX` [#1088](https://github.com/LuaLS/lua-language-server/issues/1088)
* `FIX` runtime errors
## 3.1.0
@@ -695,90 +695,90 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `CHG` hover: split `local` into `local` / `parameter` / `upvalue` / `self`.
* `CHG` hover: added parentheses to some words, such as `global` / `field` / `class`.
* `FIX` definition of `table<k, v>`
-* `FIX` [#994](https://github.com/sumneko/lua-language-server/issues/994)
-* `FIX` [#1057](https://github.com/sumneko/lua-language-server/issues/1057)
-* `FIX` runtime errors reported by telemetry, see [#1058](https://github.com/sumneko/lua-language-server/issues/1058)
+* `FIX` [#994](https://github.com/LuaLS/lua-language-server/issues/994)
+* `FIX` [#1057](https://github.com/LuaLS/lua-language-server/issues/1057)
+* `FIX` runtime errors reported by telemetry, see [#1058](https://github.com/LuaLS/lua-language-server/issues/1058)
## 3.0.2
`2022-4-15`
* `FIX` `table<string, boolean>[string] -> boolean`
* `FIX` goto `type definition`
-* `FIX` [#1050](https://github.com/sumneko/lua-language-server/issues/1050)
+* `FIX` [#1050](https://github.com/LuaLS/lua-language-server/issues/1050)
## 3.0.1
`2022-4-11`
-* `FIX` [#1033](https://github.com/sumneko/lua-language-server/issues/1033)
-* `FIX` [#1034](https://github.com/sumneko/lua-language-server/issues/1034)
-* `FIX` [#1035](https://github.com/sumneko/lua-language-server/issues/1035)
-* `FIX` [#1036](https://github.com/sumneko/lua-language-server/issues/1036)
-* `FIX` runtime errors reported by telemetry, see [#1037](https://github.com/sumneko/lua-language-server/issues/1037)
+* `FIX` [#1033](https://github.com/LuaLS/lua-language-server/issues/1033)
+* `FIX` [#1034](https://github.com/LuaLS/lua-language-server/issues/1034)
+* `FIX` [#1035](https://github.com/LuaLS/lua-language-server/issues/1035)
+* `FIX` [#1036](https://github.com/LuaLS/lua-language-server/issues/1036)
+* `FIX` runtime errors reported by telemetry, see [#1037](https://github.com/LuaLS/lua-language-server/issues/1037)
## 3.0.0
`2022-4-10`
-* `CHG` [break changes](https://github.com/sumneko/lua-language-server/issues/980)
+* `CHG` [break changes](https://github.com/LuaLS/lua-language-server/issues/980)
* `CHG` diagnostic:
+ `type-check`: removed for now
+ `no-implicit-any`: renamed to `no-unknown`
* `CHG` formatter: no longer need` --preview`
* `CHG` `LuaDoc`: supports `---@type (string|integer)[]`
* `FIX` semantic: color of `function`
-* `FIX` [#1027](https://github.com/sumneko/lua-language-server/issues/1027)
-* `FIX` [#1028](https://github.com/sumneko/lua-language-server/issues/1028)
+* `FIX` [#1027](https://github.com/LuaLS/lua-language-server/issues/1027)
+* `FIX` [#1028](https://github.com/LuaLS/lua-language-server/issues/1028)
## 2.6.8
`2022-4-9`
* `CHG` completion: call snippet shown as `Function` instead of `Snippet` when `Lua.completion.callSnippet` is `Replace`
-* `FIX` [#976](https://github.com/sumneko/lua-language-server/issues/976)
-* `FIX` [#995](https://github.com/sumneko/lua-language-server/issues/995)
-* `FIX` [#1004](https://github.com/sumneko/lua-language-server/issues/1004)
-* `FIX` [#1008](https://github.com/sumneko/lua-language-server/issues/1008)
-* `FIX` [#1009](https://github.com/sumneko/lua-language-server/issues/1009)
-* `FIX` [#1011](https://github.com/sumneko/lua-language-server/issues/1011)
-* `FIX` [#1014](https://github.com/sumneko/lua-language-server/issues/1014)
-* `FIX` [#1016](https://github.com/sumneko/lua-language-server/issues/1016)
-* `FIX` [#1017](https://github.com/sumneko/lua-language-server/issues/1017)
+* `FIX` [#976](https://github.com/LuaLS/lua-language-server/issues/976)
+* `FIX` [#995](https://github.com/LuaLS/lua-language-server/issues/995)
+* `FIX` [#1004](https://github.com/LuaLS/lua-language-server/issues/1004)
+* `FIX` [#1008](https://github.com/LuaLS/lua-language-server/issues/1008)
+* `FIX` [#1009](https://github.com/LuaLS/lua-language-server/issues/1009)
+* `FIX` [#1011](https://github.com/LuaLS/lua-language-server/issues/1011)
+* `FIX` [#1014](https://github.com/LuaLS/lua-language-server/issues/1014)
+* `FIX` [#1016](https://github.com/LuaLS/lua-language-server/issues/1016)
+* `FIX` [#1017](https://github.com/LuaLS/lua-language-server/issues/1017)
* `FIX` runtime errors reported by telemetry
## 2.6.7
`2022-3-9`
-* `NEW` offline diagnostic, [read more](https://github.com/sumneko/lua-language-server/wiki/Offline-Diagnostic)
-* `CHG` `VSCode`: 1.65 has built in new `Lua` syntax files, so this extension no longer provides syntax files, which means you can install other syntax extensions in the marketplace. If you have any suggestions or issues, please [open issues here](https://github.com/sumneko/lua.tmbundle).
+* `NEW` offline diagnostic, [read more](https://github.com/LuaLS/lua-language-server/wiki/Offline-Diagnostic)
+* `CHG` `VSCode`: 1.65 has built in new `Lua` syntax files, so this extension no longer provides syntax files, which means you can install other syntax extensions in the marketplace. If you have any suggestions or issues, please [open issues here](https://github.com/LuaLS/lua.tmbundle).
* `CHG` telemetry: the prompt will only appear in VSCode to avoid repeated prompts in other platforms due to the inability to automatically modify the settings.
-* `FIX` [#965](https://github.com/sumneko/lua-language-server/issues/965)
-* `FIX` [#975](https://github.com/sumneko/lua-language-server/issues/975)
+* `FIX` [#965](https://github.com/LuaLS/lua-language-server/issues/965)
+* `FIX` [#975](https://github.com/LuaLS/lua-language-server/issues/975)
## 2.6.6
`2022-2-21`
-* `NEW` formatter preview, use `--preview` to enable this feature, [read more](https://github.com/sumneko/lua-language-server/issues/960)
-* `FIX` [#958](https://github.com/sumneko/lua-language-server/issues/958)
+* `NEW` formatter preview, use `--preview` to enable this feature, [read more](https://github.com/LuaLS/lua-language-server/issues/960)
+* `FIX` [#958](https://github.com/LuaLS/lua-language-server/issues/958)
* `FIX` runtime errors
## 2.6.5
`2022-2-17`
* `FIX` telemetry is not disabled by default (since 2.6.0)
-* `FIX` [#934](https://github.com/sumneko/lua-language-server/issues/934)
-* `FIX` [#952](https://github.com/sumneko/lua-language-server/issues/952)
+* `FIX` [#934](https://github.com/LuaLS/lua-language-server/issues/934)
+* `FIX` [#952](https://github.com/LuaLS/lua-language-server/issues/952)
## 2.6.4
`2022-2-9`
* `CHG` completion: reduced sorting priority for postfix completion
-* `FIX` [#936](https://github.com/sumneko/lua-language-server/issues/936)
-* `FIX` [#937](https://github.com/sumneko/lua-language-server/issues/937)
-* `FIX` [#940](https://github.com/sumneko/lua-language-server/issues/940)
-* `FIX` [#941](https://github.com/sumneko/lua-language-server/issues/941)
-* `FIX` [#941](https://github.com/sumneko/lua-language-server/issues/942)
-* `FIX` [#943](https://github.com/sumneko/lua-language-server/issues/943)
-* `FIX` [#946](https://github.com/sumneko/lua-language-server/issues/946)
+* `FIX` [#936](https://github.com/LuaLS/lua-language-server/issues/936)
+* `FIX` [#937](https://github.com/LuaLS/lua-language-server/issues/937)
+* `FIX` [#940](https://github.com/LuaLS/lua-language-server/issues/940)
+* `FIX` [#941](https://github.com/LuaLS/lua-language-server/issues/941)
+* `FIX` [#941](https://github.com/LuaLS/lua-language-server/issues/942)
+* `FIX` [#943](https://github.com/LuaLS/lua-language-server/issues/943)
+* `FIX` [#946](https://github.com/LuaLS/lua-language-server/issues/946)
## 2.6.3
`2022-1-25`
* `FIX` new files are not loaded correctly
-* `FIX` [#923](https://github.com/sumneko/lua-language-server/issues/923)
-* `FIX` [#926](https://github.com/sumneko/lua-language-server/issues/926)
+* `FIX` [#923](https://github.com/LuaLS/lua-language-server/issues/923)
+* `FIX` [#926](https://github.com/LuaLS/lua-language-server/issues/926)
## 2.6.2
`2022-1-25`
-* `FIX` [#925](https://github.com/sumneko/lua-language-server/issues/925)
+* `FIX` [#925](https://github.com/LuaLS/lua-language-server/issues/925)
## 2.6.1
`2022-1-24`
@@ -789,13 +789,13 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `CHG` improve performance
* `FIX` modify luarc failed
* `FIX` library files not recognized correctly
-* `FIX` [#903](https://github.com/sumneko/lua-language-server/issues/903)
-* `FIX` [#906](https://github.com/sumneko/lua-language-server/issues/906)
-* `FIX` [#920](https://github.com/sumneko/lua-language-server/issues/920)
+* `FIX` [#903](https://github.com/LuaLS/lua-language-server/issues/903)
+* `FIX` [#906](https://github.com/LuaLS/lua-language-server/issues/906)
+* `FIX` [#920](https://github.com/LuaLS/lua-language-server/issues/920)
## 2.6.0
`2022-1-13`
-* `NEW` supports multi-workspace in server side, for developers of language clients, please [read here](https://github.com/sumneko/lua-language-server/wiki/Multi-workspace-supports) to learn more.
+* `NEW` supports multi-workspace in server side, for developers of language clients, please [read here](https://github.com/LuaLS/lua-language-server/wiki/Multi-workspace-supports) to learn more.
* `NEW` setting:
+ `Lua.hint.arrayIndex`
+ `Lua.semantic.enable`
@@ -806,17 +806,17 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `CHG` completion: can be triggered in `LuaDoc` and strings
* `CHG` diagnostic: smoother
* `CHG` settings `Lua.color.mode` removed
-* `FIX` [#876](https://github.com/sumneko/lua-language-server/issues/876)
-* `FIX` [#879](https://github.com/sumneko/lua-language-server/issues/879)
-* `FIX` [#884](https://github.com/sumneko/lua-language-server/issues/884)
-* `FIX` [#885](https://github.com/sumneko/lua-language-server/issues/885)
-* `FIX` [#886](https://github.com/sumneko/lua-language-server/issues/886)
-* `FIX` [#902](https://github.com/sumneko/lua-language-server/issues/902)
+* `FIX` [#876](https://github.com/LuaLS/lua-language-server/issues/876)
+* `FIX` [#879](https://github.com/LuaLS/lua-language-server/issues/879)
+* `FIX` [#884](https://github.com/LuaLS/lua-language-server/issues/884)
+* `FIX` [#885](https://github.com/LuaLS/lua-language-server/issues/885)
+* `FIX` [#886](https://github.com/LuaLS/lua-language-server/issues/886)
+* `FIX` [#902](https://github.com/LuaLS/lua-language-server/issues/902)
## 2.5.6
`2021-12-27`
* `CHG` diagnostic: now syntax errors in `LuaDoc` are shown as `Warning`
-* `FIX` [#863](https://github.com/sumneko/lua-language-server/issues/863)
+* `FIX` [#863](https://github.com/LuaLS/lua-language-server/issues/863)
* `FIX` return type of `math.floor`
* `FIX` runtime errors
@@ -826,25 +826,25 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
## 2.5.4
`2021-12-16`
-* `FIX` [#847](https://github.com/sumneko/lua-language-server/issues/847)
-* `FIX` [#848](https://github.com/sumneko/lua-language-server/issues/848)
+* `FIX` [#847](https://github.com/LuaLS/lua-language-server/issues/847)
+* `FIX` [#848](https://github.com/LuaLS/lua-language-server/issues/848)
* `FIX` completion: incorrect cache
* `FIX` hover: always view string
## 2.5.3
`2021-12-6`
-* `FIX` [#842](https://github.com/sumneko/lua-language-server/issues/844)
-* `FIX` [#844](https://github.com/sumneko/lua-language-server/issues/844)
+* `FIX` [#842](https://github.com/LuaLS/lua-language-server/issues/844)
+* `FIX` [#844](https://github.com/LuaLS/lua-language-server/issues/844)
## 2.5.2
`2021-12-2`
-* `FIX` [#815](https://github.com/sumneko/lua-language-server/issues/815)
-* `FIX` [#825](https://github.com/sumneko/lua-language-server/issues/825)
-* `FIX` [#826](https://github.com/sumneko/lua-language-server/issues/826)
-* `FIX` [#827](https://github.com/sumneko/lua-language-server/issues/827)
-* `FIX` [#831](https://github.com/sumneko/lua-language-server/issues/831)
-* `FIX` [#837](https://github.com/sumneko/lua-language-server/issues/837)
-* `FIX` [#838](https://github.com/sumneko/lua-language-server/issues/838)
+* `FIX` [#815](https://github.com/LuaLS/lua-language-server/issues/815)
+* `FIX` [#825](https://github.com/LuaLS/lua-language-server/issues/825)
+* `FIX` [#826](https://github.com/LuaLS/lua-language-server/issues/826)
+* `FIX` [#827](https://github.com/LuaLS/lua-language-server/issues/827)
+* `FIX` [#831](https://github.com/LuaLS/lua-language-server/issues/831)
+* `FIX` [#837](https://github.com/LuaLS/lua-language-server/issues/837)
+* `FIX` [#838](https://github.com/LuaLS/lua-language-server/issues/838)
* `FIX` postfix
* `FIX` runtime errors
@@ -860,7 +860,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
+ `Lua.completion.postfix`: the symbol that triggers postfix, default is `@`
* `NEW` add supports for `lovr`
* `NEW` file encoding supports `utf16le` and `utf16be`
-* `NEW` full IntelliSense supports for literal tables, see [#720](https://github.com/sumneko/lua-language-server/issues/720) and [#727](https://github.com/sumneko/lua-language-server/issues/727)
+* `NEW` full IntelliSense supports for literal tables, see [#720](https://github.com/LuaLS/lua-language-server/issues/720) and [#727](https://github.com/LuaLS/lua-language-server/issues/727)
* `NEW` `LuaDoc` annotations:
+ `---@async`: mark a function as async
+ `---@nodiscard`: the return value of the marking function cannot be discarded
@@ -885,20 +885,20 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
## 2.4.11
`2021-11-25`
-* `FIX` [#816](https://github.com/sumneko/lua-language-server/issues/816)
-* `FIX` [#817](https://github.com/sumneko/lua-language-server/issues/817)
-* `FIX` [#818](https://github.com/sumneko/lua-language-server/issues/818)
-* `FIX` [#820](https://github.com/sumneko/lua-language-server/issues/820)
+* `FIX` [#816](https://github.com/LuaLS/lua-language-server/issues/816)
+* `FIX` [#817](https://github.com/LuaLS/lua-language-server/issues/817)
+* `FIX` [#818](https://github.com/LuaLS/lua-language-server/issues/818)
+* `FIX` [#820](https://github.com/LuaLS/lua-language-server/issues/820)
## 2.4.10
`2021-11-23`
-* `FIX` [#790](https://github.com/sumneko/lua-language-server/issues/790)
-* `FIX` [#798](https://github.com/sumneko/lua-language-server/issues/798)
-* `FIX` [#804](https://github.com/sumneko/lua-language-server/issues/804)
-* `FIX` [#805](https://github.com/sumneko/lua-language-server/issues/805)
-* `FIX` [#806](https://github.com/sumneko/lua-language-server/issues/806)
-* `FIX` [#807](https://github.com/sumneko/lua-language-server/issues/807)
-* `FIX` [#809](https://github.com/sumneko/lua-language-server/issues/809)
+* `FIX` [#790](https://github.com/LuaLS/lua-language-server/issues/790)
+* `FIX` [#798](https://github.com/LuaLS/lua-language-server/issues/798)
+* `FIX` [#804](https://github.com/LuaLS/lua-language-server/issues/804)
+* `FIX` [#805](https://github.com/LuaLS/lua-language-server/issues/805)
+* `FIX` [#806](https://github.com/LuaLS/lua-language-server/issues/806)
+* `FIX` [#807](https://github.com/LuaLS/lua-language-server/issues/807)
+* `FIX` [#809](https://github.com/LuaLS/lua-language-server/issues/809)
## 2.4.9
`2021-11-18`
@@ -908,31 +908,31 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
+ `Lua.IntelliSense.traceBeSetted`
+ `Lua.IntelliSense.traceFieldInject`
- [read more](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)
+ [read more](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)
## 2.4.8
`2021-11-15`
* `FIX` incorrect IntelliSense in specific situations
-* `FIX` [#777](https://github.com/sumneko/lua-language-server/issues/777)
-* `FIX` [#778](https://github.com/sumneko/lua-language-server/issues/778)
-* `FIX` [#779](https://github.com/sumneko/lua-language-server/issues/779)
-* `FIX` [#780](https://github.com/sumneko/lua-language-server/issues/780)
+* `FIX` [#777](https://github.com/LuaLS/lua-language-server/issues/777)
+* `FIX` [#778](https://github.com/LuaLS/lua-language-server/issues/778)
+* `FIX` [#779](https://github.com/LuaLS/lua-language-server/issues/779)
+* `FIX` [#780](https://github.com/LuaLS/lua-language-server/issues/780)
## 2.4.7
`2021-10-27`
-* `FIX` [#762](https://github.com/sumneko/lua-language-server/issues/762)
+* `FIX` [#762](https://github.com/LuaLS/lua-language-server/issues/762)
## 2.4.6
`2021-10-26`
* `NEW` diagnostic: `redundant-return`
-* `FIX` [#744](https://github.com/sumneko/lua-language-server/issues/744)
-* `FIX` [#748](https://github.com/sumneko/lua-language-server/issues/748)
-* `FIX` [#749](https://github.com/sumneko/lua-language-server/issues/749)
-* `FIX` [#752](https://github.com/sumneko/lua-language-server/issues/752)
-* `FIX` [#753](https://github.com/sumneko/lua-language-server/issues/753)
-* `FIX` [#756](https://github.com/sumneko/lua-language-server/issues/756)
-* `FIX` [#758](https://github.com/sumneko/lua-language-server/issues/758)
-* `FIX` [#760](https://github.com/sumneko/lua-language-server/issues/760)
+* `FIX` [#744](https://github.com/LuaLS/lua-language-server/issues/744)
+* `FIX` [#748](https://github.com/LuaLS/lua-language-server/issues/748)
+* `FIX` [#749](https://github.com/LuaLS/lua-language-server/issues/749)
+* `FIX` [#752](https://github.com/LuaLS/lua-language-server/issues/752)
+* `FIX` [#753](https://github.com/LuaLS/lua-language-server/issues/753)
+* `FIX` [#756](https://github.com/LuaLS/lua-language-server/issues/756)
+* `FIX` [#758](https://github.com/LuaLS/lua-language-server/issues/758)
+* `FIX` [#760](https://github.com/LuaLS/lua-language-server/issues/760)
## 2.4.5
`2021-10-18`
@@ -941,31 +941,31 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
## 2.4.4
`2021-10-15`
* `CHG` improve `.luarc.json`
-* `FIX` [#722](https://github.com/sumneko/lua-language-server/issues/722)
+* `FIX` [#722](https://github.com/LuaLS/lua-language-server/issues/722)
## 2.4.3
`2021-10-13`
-* `FIX` [#713](https://github.com/sumneko/lua-language-server/issues/713)
-* `FIX` [#718](https://github.com/sumneko/lua-language-server/issues/718)
-* `FIX` [#719](https://github.com/sumneko/lua-language-server/issues/719)
-* `FIX` [#725](https://github.com/sumneko/lua-language-server/issues/725)
-* `FIX` [#729](https://github.com/sumneko/lua-language-server/issues/729)
-* `FIX` [#730](https://github.com/sumneko/lua-language-server/issues/730)
+* `FIX` [#713](https://github.com/LuaLS/lua-language-server/issues/713)
+* `FIX` [#718](https://github.com/LuaLS/lua-language-server/issues/718)
+* `FIX` [#719](https://github.com/LuaLS/lua-language-server/issues/719)
+* `FIX` [#725](https://github.com/LuaLS/lua-language-server/issues/725)
+* `FIX` [#729](https://github.com/LuaLS/lua-language-server/issues/729)
+* `FIX` [#730](https://github.com/LuaLS/lua-language-server/issues/730)
* `FIX` runtime errors
## 2.4.2
`2021-10-8`
-* `FIX` [#702](https://github.com/sumneko/lua-language-server/issues/702)
-* `FIX` [#706](https://github.com/sumneko/lua-language-server/issues/706)
-* `FIX` [#707](https://github.com/sumneko/lua-language-server/issues/707)
-* `FIX` [#709](https://github.com/sumneko/lua-language-server/issues/709)
-* `FIX` [#712](https://github.com/sumneko/lua-language-server/issues/712)
+* `FIX` [#702](https://github.com/LuaLS/lua-language-server/issues/702)
+* `FIX` [#706](https://github.com/LuaLS/lua-language-server/issues/706)
+* `FIX` [#707](https://github.com/LuaLS/lua-language-server/issues/707)
+* `FIX` [#709](https://github.com/LuaLS/lua-language-server/issues/709)
+* `FIX` [#712](https://github.com/LuaLS/lua-language-server/issues/712)
## 2.4.1
`2021-10-2`
* `FIX` broken with single file
-* `FIX` [#698](https://github.com/sumneko/lua-language-server/issues/698)
-* `FIX` [#699](https://github.com/sumneko/lua-language-server/issues/699)
+* `FIX` [#698](https://github.com/LuaLS/lua-language-server/issues/698)
+* `FIX` [#699](https://github.com/LuaLS/lua-language-server/issues/699)
## 2.4.0
`2021-10-1`
@@ -1018,18 +1018,18 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
+ `redundant-parameter` default severity to `Warning`
+ `redundant-value` default severity to `Warning`
* `CHG` infer: more strict of calculation results
-* `CHG` [#663](https://github.com/sumneko/lua-language-server/issues/663)
+* `CHG` [#663](https://github.com/LuaLS/lua-language-server/issues/663)
* `FIX` runtime errors
* `FIX` hint: may show param-2 as `self`
* `FIX` semantic: may fail when scrolling
-* `FIX` [#647](https://github.com/sumneko/lua-language-server/issues/647)
-* `FIX` [#660](https://github.com/sumneko/lua-language-server/issues/660)
-* `FIX` [#673](https://github.com/sumneko/lua-language-server/issues/673)
+* `FIX` [#647](https://github.com/LuaLS/lua-language-server/issues/647)
+* `FIX` [#660](https://github.com/LuaLS/lua-language-server/issues/660)
+* `FIX` [#673](https://github.com/LuaLS/lua-language-server/issues/673)
## 2.3.7
`2021-8-17`
* `CHG` improve performance
-* `FIX` [#244](https://github.com/sumneko/lua-language-server/issues/244)
+* `FIX` [#244](https://github.com/LuaLS/lua-language-server/issues/244)
## 2.3.6
`2021-8-9`
@@ -1045,15 +1045,15 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
## 2.3.4
`2021-8-6`
* `CHG` improve performance
-* `FIX` [#625](https://github.com/sumneko/lua-language-server/issues/625)
+* `FIX` [#625](https://github.com/LuaLS/lua-language-server/issues/625)
## 2.3.3
`2021-7-26`
* `NEW` config supports prop
-* `FIX` [#612](https://github.com/sumneko/lua-language-server/issues/612)
-* `FIX` [#613](https://github.com/sumneko/lua-language-server/issues/613)
-* `FIX` [#618](https://github.com/sumneko/lua-language-server/issues/618)
-* `FIX` [#620](https://github.com/sumneko/lua-language-server/issues/620)
+* `FIX` [#612](https://github.com/LuaLS/lua-language-server/issues/612)
+* `FIX` [#613](https://github.com/LuaLS/lua-language-server/issues/613)
+* `FIX` [#618](https://github.com/LuaLS/lua-language-server/issues/618)
+* `FIX` [#620](https://github.com/LuaLS/lua-language-server/issues/620)
## 2.3.2
`2021-7-21`
@@ -1070,12 +1070,12 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
## 2.3.1
`2021-7-19`
-* `NEW` setting `Lua.workspace.userThirdParty`, add private user [third-parth](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd) by this setting
+* `NEW` setting `Lua.workspace.userThirdParty`, add private user [third-parth](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd) by this setting
* `CHG` path in config supports `~/xxxx`
* `FIX` `autoRequire` inserted incorrect code
* `FIX` `autoRequire` may provide dumplicated options
-* `FIX` [#606](https://github.com/sumneko/lua-language-server/issues/606)
-* `FIX` [#607](https://github.com/sumneko/lua-language-server/issues/607)
+* `FIX` [#606](https://github.com/LuaLS/lua-language-server/issues/606)
+* `FIX` [#607](https://github.com/LuaLS/lua-language-server/issues/607)
## 2.3.0
`2021-7-16`
@@ -1110,10 +1110,10 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `FIX` completion: displaying `@fenv` in `Lua 5.1`
* `FIX` completion: incorrect at end of line
* `FIX` when a file is renamed, the file will still be loaded even if the new file name has been set to ignore
-* `FIX` [#596](https://github.com/sumneko/lua-language-server/issues/596)
-* `FIX` [#597](https://github.com/sumneko/lua-language-server/issues/597)
-* `FIX` [#598](https://github.com/sumneko/lua-language-server/issues/598)
-* `FIX` [#601](https://github.com/sumneko/lua-language-server/issues/601)
+* `FIX` [#596](https://github.com/LuaLS/lua-language-server/issues/596)
+* `FIX` [#597](https://github.com/LuaLS/lua-language-server/issues/597)
+* `FIX` [#598](https://github.com/LuaLS/lua-language-server/issues/598)
+* `FIX` [#601](https://github.com/LuaLS/lua-language-server/issues/601)
## 2.2.3
`2021-7-9`
@@ -1121,7 +1121,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `CHG` will not sleep anymore
* `FIX` incorrect doc: `debug.getlocal`
* `FIX` completion: incorrect callback
-* `FIX` [#592](https://github.com/sumneko/lua-language-server/issues/592)
+* `FIX` [#592](https://github.com/LuaLS/lua-language-server/issues/592)
## 2.2.2
`2021-7-9`
@@ -1162,7 +1162,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
## 2.1.0
`2021-7-2`
-* `NEW` supports local config file, using `--configpath="config.json"`, [learn more here](https://github.com/sumneko/lua-language-server/wiki/Setting-without-VSCode)
+* `NEW` supports local config file, using `--configpath="config.json"`, [learn more here](https://github.com/LuaLS/lua-language-server/wiki/Setting-without-VSCode)
* `NEW` goto `type definition`
* `NEW` infer type by callback param:
```lua
@@ -1175,7 +1175,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
end)
```
* `NEW` optional field `---@field name? type`
-* `CHG` [#549](https://github.com/sumneko/lua-language-server/issues/549)
+* `CHG` [#549](https://github.com/LuaLS/lua-language-server/issues/549)
* `CHG` diagnostics: always ignore the ignored files even if they are opened
* `FIX` completion: `type() ==` may does not work
@@ -1196,20 +1196,20 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
end
```
* `CHG` improve performance
-* `FIX` [#580](https://github.com/sumneko/lua-language-server/issues/580)
+* `FIX` [#580](https://github.com/LuaLS/lua-language-server/issues/580)
## 2.0.4
`2021-6-25`
-* `FIX` [#550](https://github.com/sumneko/lua-language-server/issues/550)
-* `FIX` [#555](https://github.com/sumneko/lua-language-server/issues/555)
-* `FIX` [#574](https://github.com/sumneko/lua-language-server/issues/574)
+* `FIX` [#550](https://github.com/LuaLS/lua-language-server/issues/550)
+* `FIX` [#555](https://github.com/LuaLS/lua-language-server/issues/555)
+* `FIX` [#574](https://github.com/LuaLS/lua-language-server/issues/574)
## 2.0.3
`2021-6-24`
* `CHG` improve memory usage
* `FIX` some dialog boxes block the initialization process
* `FIX` diagnostics `undefined-field`: blocks main thread
-* `FIX` [#565](https://github.com/sumneko/lua-language-server/issues/565)
+* `FIX` [#565](https://github.com/LuaLS/lua-language-server/issues/565)
## 2.0.2
`2021-6-23`
@@ -1228,15 +1228,15 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
---after
local f: fun(x: number): boolean
```
-* `FIX` [#558](https://github.com/sumneko/lua-language-server/issues/558)
-* `FIX` [#567](https://github.com/sumneko/lua-language-server/issues/567)
-* `FIX` [#568](https://github.com/sumneko/lua-language-server/issues/568)
-* `FIX` [#570](https://github.com/sumneko/lua-language-server/issues/570)
-* `FIX` [#571](https://github.com/sumneko/lua-language-server/issues/571)
+* `FIX` [#558](https://github.com/LuaLS/lua-language-server/issues/558)
+* `FIX` [#567](https://github.com/LuaLS/lua-language-server/issues/567)
+* `FIX` [#568](https://github.com/LuaLS/lua-language-server/issues/568)
+* `FIX` [#570](https://github.com/LuaLS/lua-language-server/issues/570)
+* `FIX` [#571](https://github.com/LuaLS/lua-language-server/issues/571)
## 2.0.1
`2021-6-21`
-* `FIX` [#566](https://github.com/sumneko/lua-language-server/issues/566)
+* `FIX` [#566](https://github.com/LuaLS/lua-language-server/issues/566)
## 2.0.0
`2021-6-21`
@@ -1246,14 +1246,14 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `CHG` setting `Lua.intelliSense.searchDepth`: removed
* `CHG` setting `Lua.misc.parameters`: `string array` instead of `string`
* `CHG` setting `Lua.develop.enable`, `Lua.develop.debuggerPort`, `Lua.develop.debuggerWait`: removed, use `Lua.misc.parameters` instead
-* `FIX` [#441](https://github.com/sumneko/lua-language-server/issues/441)
-* `FIX` [#493](https://github.com/sumneko/lua-language-server/issues/493)
-* `FIX` [#531](https://github.com/sumneko/lua-language-server/issues/531)
-* `FIX` [#542](https://github.com/sumneko/lua-language-server/issues/542)
-* `FIX` [#543](https://github.com/sumneko/lua-language-server/issues/543)
-* `FIX` [#553](https://github.com/sumneko/lua-language-server/issues/553)
-* `FIX` [#562](https://github.com/sumneko/lua-language-server/issues/562)
-* `FIX` [#563](https://github.com/sumneko/lua-language-server/issues/563)
+* `FIX` [#441](https://github.com/LuaLS/lua-language-server/issues/441)
+* `FIX` [#493](https://github.com/LuaLS/lua-language-server/issues/493)
+* `FIX` [#531](https://github.com/LuaLS/lua-language-server/issues/531)
+* `FIX` [#542](https://github.com/LuaLS/lua-language-server/issues/542)
+* `FIX` [#543](https://github.com/LuaLS/lua-language-server/issues/543)
+* `FIX` [#553](https://github.com/LuaLS/lua-language-server/issues/553)
+* `FIX` [#562](https://github.com/LuaLS/lua-language-server/issues/562)
+* `FIX` [#563](https://github.com/LuaLS/lua-language-server/issues/563)
## 1.21.3
`2021-6-17`
@@ -1263,14 +1263,14 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
## 1.21.2
`2021-5-18`
* `FIX` loaded new file with ignored filename
-* `FIX` [#536](https://github.com/sumneko/lua-language-server/issues/536)
-* `FIX` [#537](https://github.com/sumneko/lua-language-server/issues/537)
-* `FIX` [#538](https://github.com/sumneko/lua-language-server/issues/538)
-* `FIX` [#539](https://github.com/sumneko/lua-language-server/issues/539)
+* `FIX` [#536](https://github.com/LuaLS/lua-language-server/issues/536)
+* `FIX` [#537](https://github.com/LuaLS/lua-language-server/issues/537)
+* `FIX` [#538](https://github.com/LuaLS/lua-language-server/issues/538)
+* `FIX` [#539](https://github.com/LuaLS/lua-language-server/issues/539)
## 1.21.1
`2021-5-8`
-* `FIX` [#529](https://github.com/sumneko/lua-language-server/issues/529)
+* `FIX` [#529](https://github.com/LuaLS/lua-language-server/issues/529)
## 1.21.0
`2021-5-7`
@@ -1284,47 +1284,47 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `NEW` setting: `hover.enumsLimit`
* `CHG` folding: supports `-- #region`
* `FIX` completion: details may be suspended
-* `FIX` [#522](https://github.com/sumneko/lua-language-server/issues/522)
-* `FIX` [#523](https://github.com/sumneko/lua-language-server/issues/523)
+* `FIX` [#522](https://github.com/LuaLS/lua-language-server/issues/522)
+* `FIX` [#523](https://github.com/LuaLS/lua-language-server/issues/523)
## 1.20.4
`2021-4-13`
* `NEW` diagnostic: `deprecated`
-* `FIX` [#464](https://github.com/sumneko/lua-language-server/issues/464)
-* `FIX` [#497](https://github.com/sumneko/lua-language-server/issues/497)
-* `FIX` [#502](https://github.com/sumneko/lua-language-server/issues/502)
+* `FIX` [#464](https://github.com/LuaLS/lua-language-server/issues/464)
+* `FIX` [#497](https://github.com/LuaLS/lua-language-server/issues/497)
+* `FIX` [#502](https://github.com/LuaLS/lua-language-server/issues/502)
## 1.20.3
`2021-4-6`
-* `FIX` [#479](https://github.com/sumneko/lua-language-server/issues/479)
-* `FIX` [#483](https://github.com/sumneko/lua-language-server/issues/483)
-* `FIX` [#485](https://github.com/sumneko/lua-language-server/issues/485)
-* `FIX` [#487](https://github.com/sumneko/lua-language-server/issues/487)
-* `FIX` [#488](https://github.com/sumneko/lua-language-server/issues/488)
-* `FIX` [#490](https://github.com/sumneko/lua-language-server/issues/490)
-* `FIX` [#495](https://github.com/sumneko/lua-language-server/issues/495)
+* `FIX` [#479](https://github.com/LuaLS/lua-language-server/issues/479)
+* `FIX` [#483](https://github.com/LuaLS/lua-language-server/issues/483)
+* `FIX` [#485](https://github.com/LuaLS/lua-language-server/issues/485)
+* `FIX` [#487](https://github.com/LuaLS/lua-language-server/issues/487)
+* `FIX` [#488](https://github.com/LuaLS/lua-language-server/issues/488)
+* `FIX` [#490](https://github.com/LuaLS/lua-language-server/issues/490)
+* `FIX` [#495](https://github.com/LuaLS/lua-language-server/issues/495)
## 1.20.2
`2021-4-2`
* `CHG` `LuaDoc`: supports `---@param self TYPE`
* `CHG` completion: does not show suggests after `\n`, `{` and `,`, unless your setting `editor.acceptSuggestionOnEnter` is `off`
-* `FIX` [#482](https://github.com/sumneko/lua-language-server/issues/482)
+* `FIX` [#482](https://github.com/LuaLS/lua-language-server/issues/482)
## 1.20.1
`2021-3-27`
* `FIX` telemetry window blocks initializing
-* `FIX` [#468](https://github.com/sumneko/lua-language-server/issues/468)
+* `FIX` [#468](https://github.com/LuaLS/lua-language-server/issues/468)
## 1.20.0
`2021-3-27`
-* `CHG` telemetry: change to opt-in, see [#462](https://github.com/sumneko/lua-language-server/issues/462) and [Privacy-Policy](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy)
-* `FIX` [#467](https://github.com/sumneko/lua-language-server/issues/467)
+* `CHG` telemetry: change to opt-in, see [#462](https://github.com/LuaLS/lua-language-server/issues/462) and [Privacy-Policy](https://github.com/LuaLS/lua-language-server/wiki/Privacy-Policy)
+* `FIX` [#467](https://github.com/LuaLS/lua-language-server/issues/467)
## 1.19.1
`2021-3-22`
* `CHG` improve performance
-* `FIX` [#457](https://github.com/sumneko/lua-language-server/issues/457)
-* `FIX` [#458](https://github.com/sumneko/lua-language-server/issues/458)
+* `FIX` [#457](https://github.com/LuaLS/lua-language-server/issues/457)
+* `FIX` [#458](https://github.com/LuaLS/lua-language-server/issues/458)
## 1.19.0
`2021-3-18`
@@ -1371,13 +1371,13 @@ f( -- view comments of `1` and `2` in completion
* `CHG` improve initialization speed
* `CHG` improve performance
* `FIX` missed syntax error `function m['x']() end`
-* `FIX` [#452](https://github.com/sumneko/lua-language-server/issues/452)
+* `FIX` [#452](https://github.com/LuaLS/lua-language-server/issues/452)
## 1.18.1
`2021-3-10`
* `CHG` semantic-tokens: improve colors of `const` and `close`
* `CHG` type-formating: improve execution conditions
-* `FIX` [#444](https://github.com/sumneko/lua-language-server/issues/444)
+* `FIX` [#444](https://github.com/LuaLS/lua-language-server/issues/444)
## 1.18.0
`2021-3-9`
@@ -1404,21 +1404,21 @@ f( -- view comments of `1` and `2` in completion
* `CHG` `Lua.workspace.library`: use `path[]` instead of `<path, true>`
* `FIX` missed syntax error `local a <const>= 1`
* `FIX` workspace: preload blocked when hitting `Lua.workspace.maxPreload`
-* `FIX` [#443](https://github.com/sumneko/lua-language-server/issues/443)
-* `FIX` [#445](https://github.com/sumneko/lua-language-server/issues/445)
+* `FIX` [#443](https://github.com/LuaLS/lua-language-server/issues/443)
+* `FIX` [#445](https://github.com/LuaLS/lua-language-server/issues/445)
## 1.17.4
`2021-3-4`
-* `FIX` [#437](https://github.com/sumneko/lua-language-server/issues/437) again
-* `FIX` [#438](https://github.com/sumneko/lua-language-server/issues/438)
+* `FIX` [#437](https://github.com/LuaLS/lua-language-server/issues/437) again
+* `FIX` [#438](https://github.com/LuaLS/lua-language-server/issues/438)
## 1.17.3
`2021-3-3`
* `CHG` intelli-scense: treat `V[]` as `table<integer, V>` in `pairs`
* `FIX` completion: `detail` disappears during continuous input
-* `FIX` [#435](https://github.com/sumneko/lua-language-server/issues/435)
-* `FIX` [#436](https://github.com/sumneko/lua-language-server/issues/436)
-* `FIX` [#437](https://github.com/sumneko/lua-language-server/issues/437)
+* `FIX` [#435](https://github.com/LuaLS/lua-language-server/issues/435)
+* `FIX` [#436](https://github.com/LuaLS/lua-language-server/issues/436)
+* `FIX` [#437](https://github.com/LuaLS/lua-language-server/issues/437)
## 1.17.2
`2021-3-2`
@@ -1429,9 +1429,9 @@ f( -- view comments of `1` and `2` in completion
* `CHG` intelli-scense: improve infer across `table<K, V>` and `V[]`.
* `CHG` intelli-scense: improve infer across `pairs` and `ipairs`
* `FIX` hover: shows nothing when hovering unknown function
-* `FIX` [#398](https://github.com/sumneko/lua-language-server/issues/398)
-* `FIX` [#421](https://github.com/sumneko/lua-language-server/issues/421)
-* `FIX` [#422](https://github.com/sumneko/lua-language-server/issues/422)
+* `FIX` [#398](https://github.com/LuaLS/lua-language-server/issues/398)
+* `FIX` [#421](https://github.com/LuaLS/lua-language-server/issues/421)
+* `FIX` [#422](https://github.com/LuaLS/lua-language-server/issues/422)
## 1.17.0
`2021-2-24`
@@ -1440,69 +1440,69 @@ f( -- view comments of `1` and `2` in completion
* `CHG` completion: improve field and table
* `CHG` improve infer cross `ipairs`
* `CHG` cache globals when loading
-* `CHG` completion: remove trigger character `\n` for now, see [#401](https://github.com/sumneko/lua-language-server/issues/401)
+* `CHG` completion: remove trigger character `\n` for now, see [#401](https://github.com/LuaLS/lua-language-server/issues/401)
* `FIX` diagnositc: may open file with wrong uri case
-* `FIX` [#406](https://github.com/sumneko/lua-language-server/issues/406)
+* `FIX` [#406](https://github.com/LuaLS/lua-language-server/issues/406)
## 1.16.1
`2021-2-22`
* `FIX` signature: parameters may be misplaced
* `FIX` completion: interface in nested table
* `FIX` completion: interface not show after `,`
-* `FIX` [#400](https://github.com/sumneko/lua-language-server/issues/400)
-* `FIX` [#402](https://github.com/sumneko/lua-language-server/issues/402)
-* `FIX` [#403](https://github.com/sumneko/lua-language-server/issues/403)
-* `FIX` [#404](https://github.com/sumneko/lua-language-server/issues/404)
+* `FIX` [#400](https://github.com/LuaLS/lua-language-server/issues/400)
+* `FIX` [#402](https://github.com/LuaLS/lua-language-server/issues/402)
+* `FIX` [#403](https://github.com/LuaLS/lua-language-server/issues/403)
+* `FIX` [#404](https://github.com/LuaLS/lua-language-server/issues/404)
* `FIX` runtime errors
## 1.16.0
`2021-2-20`
* `NEW` file encoding supports `ansi`
-* `NEW` completion: supports interface, see [#384](https://github.com/sumneko/lua-language-server/issues/384)
+* `NEW` completion: supports interface, see [#384](https://github.com/LuaLS/lua-language-server/issues/384)
* `NEW` `LuaDoc`: supports multiple class inheritance: `---@class Food: Burger, Pizza, Pie, Pasta`
* `CHG` rename `table*` to `tablelib`
-* `CHG` `LuaDoc`: revert compatible with `--@`, see [#392](https://github.com/sumneko/lua-language-server/issues/392)
+* `CHG` `LuaDoc`: revert compatible with `--@`, see [#392](https://github.com/LuaLS/lua-language-server/issues/392)
* `CHG` improve performance
* `FIX` missed syntax error `f() = 1`
* `FIX` missed global `bit` in `LuaJIT`
* `FIX` completion: may insert error text when continuous inputing
* `FIX` completion: may insert error text after resolve
-* `FIX` [#349](https://github.com/sumneko/lua-language-server/issues/349)
-* `FIX` [#396](https://github.com/sumneko/lua-language-server/issues/396)
+* `FIX` [#349](https://github.com/LuaLS/lua-language-server/issues/349)
+* `FIX` [#396](https://github.com/LuaLS/lua-language-server/issues/396)
## 1.15.1
`2021-2-18`
* `CHG` diagnostic: `unused-local` excludes `doc.param`
-* `CHG` definition: excludes values, see [#391](https://github.com/sumneko/lua-language-server/issues/391)
+* `CHG` definition: excludes values, see [#391](https://github.com/LuaLS/lua-language-server/issues/391)
* `FIX` not works on Linux and macOS
## 1.15.0
`2021-2-9`
* `NEW` LUNAR YEAR, BE HAPPY!
* `CHG` diagnostic: when there are too many errors, the main errors will be displayed first
-* `CHG` main thread no longer loop sleeps, see [#329](https://github.com/sumneko/lua-language-server/issues/329) [#386](https://github.com/sumneko/lua-language-server/issues/386)
+* `CHG` main thread no longer loop sleeps, see [#329](https://github.com/LuaLS/lua-language-server/issues/329) [#386](https://github.com/LuaLS/lua-language-server/issues/386)
* `CHG` improve performance
## 1.14.3
`2021-2-8`
-* `CHG` hint: disabled by default, see [#380](https://github.com/sumneko/lua-language-server/issues/380)
-* `FIX` [#381](https://github.com/sumneko/lua-language-server/issues/381)
-* `FIX` [#382](https://github.com/sumneko/lua-language-server/issues/382)
-* `FIX` [#388](https://github.com/sumneko/lua-language-server/issues/388)
+* `CHG` hint: disabled by default, see [#380](https://github.com/LuaLS/lua-language-server/issues/380)
+* `FIX` [#381](https://github.com/LuaLS/lua-language-server/issues/381)
+* `FIX` [#382](https://github.com/LuaLS/lua-language-server/issues/382)
+* `FIX` [#388](https://github.com/LuaLS/lua-language-server/issues/388)
## 1.14.2
`2021-2-4`
-* `FIX` [#356](https://github.com/sumneko/lua-language-server/issues/356)
-* `FIX` [#375](https://github.com/sumneko/lua-language-server/issues/375)
-* `FIX` [#376](https://github.com/sumneko/lua-language-server/issues/376)
-* `FIX` [#377](https://github.com/sumneko/lua-language-server/issues/377)
-* `FIX` [#378](https://github.com/sumneko/lua-language-server/issues/378)
-* `FIX` [#379](https://github.com/sumneko/lua-language-server/issues/379)
+* `FIX` [#356](https://github.com/LuaLS/lua-language-server/issues/356)
+* `FIX` [#375](https://github.com/LuaLS/lua-language-server/issues/375)
+* `FIX` [#376](https://github.com/LuaLS/lua-language-server/issues/376)
+* `FIX` [#377](https://github.com/LuaLS/lua-language-server/issues/377)
+* `FIX` [#378](https://github.com/LuaLS/lua-language-server/issues/378)
+* `FIX` [#379](https://github.com/LuaLS/lua-language-server/issues/379)
* `FIX` a lot of runtime errors
## 1.14.1
`2021-2-2`
-* `FIX` [#372](https://github.com/sumneko/lua-language-server/issues/372)
+* `FIX` [#372](https://github.com/LuaLS/lua-language-server/issues/372)
## 1.14.0
`2021-2-2`
@@ -1512,8 +1512,8 @@ f( -- view comments of `1` and `2` in completion
* `CHG` create/delete/rename files no longer reload workspace
* `CHG` `LuaDoc`: compatible with `--@`
* `FIX` `VSCode` settings
-* `FIX` [#368](https://github.com/sumneko/lua-language-server/issues/368)
-* `FIX` [#371](https://github.com/sumneko/lua-language-server/issues/371)
+* `FIX` [#368](https://github.com/LuaLS/lua-language-server/issues/368)
+* `FIX` [#371](https://github.com/LuaLS/lua-language-server/issues/371)
## 1.13.0
`2021-1-28`
@@ -1535,15 +1535,15 @@ f( -- view comments of `1` and `2` in completion
## 1.12.0
`2021-1-26`
* `NEW` progress
-* `NEW` [#340](https://github.com/sumneko/lua-language-server/pull/340): supports `---@type table<string, number>`
-* `FIX` [#355](https://github.com/sumneko/lua-language-server/pull/355)
-* `FIX` [#359](https://github.com/sumneko/lua-language-server/issues/359)
-* `FIX` [#361](https://github.com/sumneko/lua-language-server/issues/361)
+* `NEW` [#340](https://github.com/LuaLS/lua-language-server/pull/340): supports `---@type table<string, number>`
+* `FIX` [#355](https://github.com/LuaLS/lua-language-server/pull/355)
+* `FIX` [#359](https://github.com/LuaLS/lua-language-server/issues/359)
+* `FIX` [#361](https://github.com/LuaLS/lua-language-server/issues/361)
## 1.11.2
`2021-1-7`
-* `FIX` [#345](https://github.com/sumneko/lua-language-server/issues/345): not works with unexpect args
-* `FIX` [#346](https://github.com/sumneko/lua-language-server/issues/346): dont modify the cache
+* `FIX` [#345](https://github.com/LuaLS/lua-language-server/issues/345): not works with unexpect args
+* `FIX` [#346](https://github.com/LuaLS/lua-language-server/issues/346): dont modify the cache
## 1.11.1
`2021-1-5`
@@ -1568,7 +1568,7 @@ f( -- view comments of `1` and `2` in completion
* `CHG` completion: show words in string
* `CHG` completion: split `for .. in` to `for .. ipairs` and `for ..pairs`
* `CHG` diagnostic: `unused-function` checks recursive
-* `FIX` [#339](https://github.com/sumneko/lua-language-server/issues/339)
+* `FIX` [#339](https://github.com/LuaLS/lua-language-server/issues/339)
## 1.9.0
`2020-12-31`
@@ -1592,7 +1592,7 @@ f( -- view comments of `1` and `2` in completion
`2020-12-23`
* `NEW` runtime: support nonstandard symbol
* `NEW` diagnostic: `close-non-object`
-* `FIX` [#318](https://github.com/sumneko/lua-language-server/issues/318)
+* `FIX` [#318](https://github.com/LuaLS/lua-language-server/issues/318)
## 1.7.4
`2020-12-20`
@@ -1601,12 +1601,12 @@ f( -- view comments of `1` and `2` in completion
## 1.7.3
`2020-12-20`
* `FIX` luadoc: typo of `package.config`
-* `FIX` [#310](https://github.com/sumneko/lua-language-server/issues/310)
+* `FIX` [#310](https://github.com/LuaLS/lua-language-server/issues/310)
## 1.7.2
`2020-12-17`
* `CHG` completion: use custom tabsize
-* `FIX` [#307](https://github.com/sumneko/lua-language-server/issues/307)
+* `FIX` [#307](https://github.com/LuaLS/lua-language-server/issues/307)
* `FIX` a lot of runtime errors
## 1.7.1
@@ -1620,16 +1620,16 @@ f( -- view comments of `1` and `2` in completion
`2020-12-16`
* `NEW` diagnostic: `undefined-field`
* `NEW` telemetry:
- + [What data will be sent](https://github.com/sumneko/lua-language-server/blob/master/script/service/telemetry.lua)
- + [How to use this data](https://github.com/sumneko/lua-telemetry-server/tree/master/method)
+ + [What data will be sent](https://github.com/LuaLS/lua-language-server/blob/master/script/service/telemetry.lua)
+ + [How to use this data](https://github.com/LuaLS/lua-telemetry-server/tree/master/method)
* `CHG` diagnostic: `unused-function` ignores function with `<close>`
* `CHG` semantic: not cover local call
* `CHG` language client: update to [7.0.0](https://github.com/microsoft/vscode-languageserver-node/commit/20681d7632bb129def0c751be73cf76bd01f2f3a)
* `FIX` semantic: tokens may not be updated correctly
* `FIX` completion: require path broken
* `FIX` hover: document uri
-* `FIX` [#291](https://github.com/sumneko/lua-language-server/issues/291)
-* `FIX` [#294](https://github.com/sumneko/lua-language-server/issues/294)
+* `FIX` [#291](https://github.com/LuaLS/lua-language-server/issues/291)
+* `FIX` [#294](https://github.com/LuaLS/lua-language-server/issues/294)
## 1.6.0
`2020-12-14`
@@ -1641,16 +1641,16 @@ f( -- view comments of `1` and `2` in completion
* `CHG` hover: `LuaDoc` also catchs `--` (no need `---`)
* `CHG` rename: support doc
* `CHG` completion: keyword considers expression
-* `FIX` [#297](https://github.com/sumneko/lua-language-server/issues/297)
+* `FIX` [#297](https://github.com/LuaLS/lua-language-server/issues/297)
## 1.5.0
`2020-12-5`
* `NEW` setting `runtime.unicodeName`
* `NEW` fully supports `---@generic T`
-* `FIX` [#274](https://github.com/sumneko/lua-language-server/issues/274)
-* `FIX` [#276](https://github.com/sumneko/lua-language-server/issues/276)
-* `FIX` [#279](https://github.com/sumneko/lua-language-server/issues/279)
-* `FIX` [#280](https://github.com/sumneko/lua-language-server/issues/280)
+* `FIX` [#274](https://github.com/LuaLS/lua-language-server/issues/274)
+* `FIX` [#276](https://github.com/LuaLS/lua-language-server/issues/276)
+* `FIX` [#279](https://github.com/LuaLS/lua-language-server/issues/279)
+* `FIX` [#280](https://github.com/LuaLS/lua-language-server/issues/280)
## 1.4.0
`2020-12-3`
@@ -1676,12 +1676,12 @@ f( -- view comments of `1` and `2` in completion
## 1.2.1
`2020-11-27`
-* `FIX` syntaxes tokens: [#272](https://github.com/sumneko/lua-language-server/issues/272)
+* `FIX` syntaxes tokens: [#272](https://github.com/LuaLS/lua-language-server/issues/272)
## 1.2.0
`2020-11-27`
-* `NEW` hover shows comments from `---@param` and `---@return`: [#135](https://github.com/sumneko/lua-language-server/issues/135)
+* `NEW` hover shows comments from `---@param` and `---@return`: [#135](https://github.com/LuaLS/lua-language-server/issues/135)
* `NEW` support `LuaDoc` as tail comment
* `FIX` `---@class` inheritance
* `FIX` missed syntaxes token: `punctuation.definition.parameters.finish.lua`
@@ -1689,12 +1689,12 @@ f( -- view comments of `1` and `2` in completion
## 1.1.4
`2020-11-25`
-* `FIX` wiered completion suggests for require paths in `Linux` and `macOS`: [#269](https://github.com/sumneko/lua-language-server/issues/269)
+* `FIX` wiered completion suggests for require paths in `Linux` and `macOS`: [#269](https://github.com/LuaLS/lua-language-server/issues/269)
## 1.1.3
`2020-11-25`
-* `FIX` extension not works in `Ubuntu`: [#268](https://github.com/sumneko/lua-language-server/issues/268)
+* `FIX` extension not works in `Ubuntu`: [#268](https://github.com/LuaLS/lua-language-server/issues/268)
## 1.1.2
`2020-11-24`
@@ -1705,7 +1705,7 @@ f( -- view comments of `1` and `2` in completion
* `CHG` `LuaDoc` supports `--- @`
* `CHG` `find reference` uses extra `Lua.intelliSense.searchDepth`
* `CHG` diagnostics are limited by `100` in each file
-* `FIX` library files are under limit of `Lua.workspace.maxPreload`: [#266](https://github.com/sumneko/lua-language-server/issues/266)
+* `FIX` library files are under limit of `Lua.workspace.maxPreload`: [#266](https://github.com/LuaLS/lua-language-server/issues/266)
## 1.1.1
`2020-11-23`
@@ -1730,9 +1730,9 @@ f( -- view comments of `1` and `2` in completion
* `CHG` optimize performance
* `CHG` updated language client
* `CHG` `unused-function` ignores global functions (may used out of Lua)
-* `CHG` checks if client supports `Lua.completion.enable`: [#259](https://github.com/sumneko/lua-language-server/issues/259)
+* `CHG` checks if client supports `Lua.completion.enable`: [#259](https://github.com/LuaLS/lua-language-server/issues/259)
* `FIX` support for single Lua file
-* `FIX` [#257](https://github.com/sumneko/lua-language-server/issues/257)
+* `FIX` [#257](https://github.com/LuaLS/lua-language-server/issues/257)
## 1.0.5
`2020-11-14`
@@ -1749,7 +1749,7 @@ f( -- view comments of `1` and `2` in completion
* `NEW` server kills itself when disconnecting
* `NEW` `LuaDoc` supports more `EmmyLua`
-* `FIX` `Lua.diagnostics.enable` not works: [#251](https://github.com/sumneko/lua-language-server/issues/251)
+* `FIX` `Lua.diagnostics.enable` not works: [#251](https://github.com/LuaLS/lua-language-server/issues/251)
## 1.0.2
`2020-11-11`
@@ -1757,7 +1757,7 @@ f( -- view comments of `1` and `2` in completion
* `NEW` supports `---|` after `doc.type`
* `CHG` `lowcase-global` ignores globals with `---@class`
* `FIX` endless loop
-* `FIX` [#244](https://github.com/sumneko/lua-language-server/issues/244)
+* `FIX` [#244](https://github.com/LuaLS/lua-language-server/issues/244)
## 1.0.1
`2020-11-10`
diff --git a/doc/en-us/config.md b/doc/en-us/config.md
index ff74b41d..dab1a456 100644
--- a/doc/en-us/config.md
+++ b/doc/en-us/config.md
@@ -1578,7 +1578,7 @@ string
# misc.parameters
-[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.
+[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.
## type
@@ -1753,7 +1753,7 @@ false
# runtime.plugin
-Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.
+Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more.
## type
@@ -2195,7 +2195,7 @@ true
# workspace.userThirdParty
-Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)
+Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)
## type
@@ -2207,4 +2207,4 @@ Array<string>
```jsonc
[]
-``` \ No newline at end of file
+```
diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md
index 652de123..4682fa0d 100644
--- a/doc/pt-br/config.md
+++ b/doc/pt-br/config.md
@@ -698,7 +698,7 @@ object<string, string>
```jsonc
{
/*
- 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1`
+ 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1`
*/
"ambiguity-1": "Any",
/*
@@ -946,7 +946,7 @@ object<string, string>
```jsonc
{
/*
- 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1`
+ 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1`
*/
"ambiguity-1": "Warning",
/*
@@ -1578,7 +1578,7 @@ string
# misc.parameters
-[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.
+[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.
## type
@@ -1753,7 +1753,7 @@ false
# runtime.plugin
-Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.
+Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more.
## type
@@ -2195,7 +2195,7 @@ true
# workspace.userThirdParty
-Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)
+Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)
## type
@@ -2207,4 +2207,4 @@ Array<string>
```jsonc
[]
-``` \ No newline at end of file
+```
diff --git a/doc/zh-cn/config.md b/doc/zh-cn/config.md
index a3051a92..6bf64e3e 100644
--- a/doc/zh-cn/config.md
+++ b/doc/zh-cn/config.md
@@ -698,7 +698,7 @@ object<string, string>
```jsonc
{
/*
- 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1`
+ 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1`
*/
"ambiguity-1": "Any",
/*
@@ -945,7 +945,7 @@ object<string, string>
```jsonc
{
/*
- 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1`
+ 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1`
*/
"ambiguity-1": "Warning",
/*
@@ -1577,7 +1577,7 @@ string
# misc.parameters
-VSCode中启动语言服务时的[命令行参数](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。
+VSCode中启动语言服务时的[命令行参数](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。
## type
@@ -1752,7 +1752,7 @@ false
# runtime.plugin
-插件路径,请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/Plugins)了解用法。
+插件路径,请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/Plugins)了解用法。
## type
@@ -2194,7 +2194,7 @@ true
# workspace.userThirdParty
-在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)
+在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)
## type
@@ -2206,4 +2206,4 @@ Array<string>
```jsonc
[]
-``` \ No newline at end of file
+```
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md
index 0d639b2b..8084374b 100644
--- a/doc/zh-tw/config.md
+++ b/doc/zh-tw/config.md
@@ -1577,7 +1577,7 @@ string
# misc.parameters
-VSCode中啟動語言伺服時的[命令列參數](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。
+VSCode中啟動語言伺服時的[命令列參數](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。
## type
@@ -1752,7 +1752,7 @@ false
# runtime.plugin
-延伸模組路徑,請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/Plugins)瞭解用法。
+延伸模組路徑,請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/Plugins)瞭解用法。
## type
@@ -2194,7 +2194,7 @@ true
# workspace.userThirdParty
-在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)
+在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)
## type
@@ -2206,4 +2206,4 @@ Array<string>
```jsonc
[]
-``` \ No newline at end of file
+```
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index f0f48a5d..191a4cfb 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -177,7 +177,7 @@ WORKSPACE_DIAGNOSTIC =
WORKSPACE_SKIP_HUGE_FILE =
'For performance reasons, the parsing of this file has been stopped: {}'
WORKSPACE_NOT_ALLOWED =
-'Your workspace is set to `{}`. Lua language server refused to load this directory. Please check your configuration.[learn more here](https://github.com/sumneko/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)'
+'Your workspace is set to `{}`. Lua language server refused to load this directory. Please check your configuration.[learn more here](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)'
WORKSPACE_SCAN_TOO_MUCH =
'More than {} files have been scanned. The current scanned directory is `{}`. Please confirm whether the configuration is correct.'
@@ -528,7 +528,7 @@ WINDOW_APPLY_SETTING =
WINDOW_CHECK_SEMANTIC =
'If you are using the color theme in the market, you may need to modify `editor.semanticHighlighting.enabled` to `true` to make semantic tokens take effect.'
WINDOW_TELEMETRY_HINT =
-'Please allow sending anonymous usage data and error reports to help us further improve this extension. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Home#privacy) .'
+'Please allow sending anonymous usage data and error reports to help us further improve this extension. Read our privacy policy [here](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy) .'
WINDOW_TELEMETRY_ENABLE =
'Allow'
WINDOW_TELEMETRY_DISABLE =
@@ -673,7 +673,7 @@ Defines a class/table structure
Manager = {}
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#class)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#class)
]=]
LUADOC_DESC_TYPE =
[=[
@@ -724,7 +724,7 @@ local x --x[""] is true
local myFunction
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#types-and-type)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#types-and-type)
]=]
LUADOC_DESC_ALIAS =
[=[
@@ -774,7 +774,7 @@ local enums = {
---| `enums.CLOSE`
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#alias)
]=]
LUADOC_DESC_PARAM =
[=[
@@ -799,7 +799,7 @@ function get(url, headers, timeout) end
function concat(base, ...) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#param)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#param)
]=]
LUADOC_DESC_RETURN =
[=[
@@ -837,7 +837,7 @@ function getFirstLast() end
function getTags(item) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#return)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#return)
]=]
LUADOC_DESC_FIELD =
[=[
@@ -868,7 +868,7 @@ response = get("localhost")
statusCode = response.status.code
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#field)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#field)
]=]
LUADOC_DESC_GENERIC =
[=[
@@ -925,7 +925,7 @@ local v = Generic("Foo") -- v is an object of Foo
-- we give for key (K) or value (V)
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#generics-and-generic)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#generics-and-generic)
]=]
LUADOC_DESC_VARARG =
[=[
@@ -944,7 +944,7 @@ provide typing or allow descriptions.
function concat(...) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#vararg)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#vararg)
]=]
LUADOC_DESC_OVERLOAD =
[=[
@@ -959,7 +959,7 @@ Allows defining of multiple function signatures.
function table.insert(t, position, value) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#overload)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#overload)
]=]
LUADOC_DESC_DEPRECATED =
[=[
@@ -970,7 +970,7 @@ being ~~struck through~~.
`---@deprecated`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#deprecated)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#deprecated)
]=]
LUADOC_DESC_META =
[=[
@@ -985,7 +985,7 @@ There are 3 main distinctions to note with meta files:
`---@meta`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#meta)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#meta)
]=]
LUADOC_DESC_VERSION =
[=[
@@ -1010,7 +1010,7 @@ function onlyWorksInJIT() end
function oldLuaOnly() end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#version)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#version)
]=]
LUADOC_DESC_SEE =
[=[
@@ -1020,7 +1020,7 @@ Define something that can be viewed for more information
`---@see <text>`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#see)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#see)
]=]
LUADOC_DESC_DIAGNOSTIC =
[=[
@@ -1028,7 +1028,7 @@ Enable/disable diagnostics for error/warnings/etc.
Actions: `disable`, `enable`, `disable-line`, `disable-next-line`
-[Names](https://github.com/sumneko/lua-language-server/blob/cbb6e6224094c4eb874ea192c5f85a6cba099588/script/proto/define.lua#L54)
+[Names](https://github.com/LuaLS/lua-language-server/blob/cbb6e6224094c4eb874ea192c5f85a6cba099588/script/proto/define.lua#L54)
## Syntax
`---@diagnostic <action>[: <name>]`
@@ -1046,7 +1046,7 @@ local unused = "hello world"
---@diagnostic enable: unused-local
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#diagnostic)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#diagnostic)
]=]
LUADOC_DESC_MODULE =
[=[
@@ -1063,7 +1063,7 @@ local stringUtils
local module = require('string.utils')
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#module)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#module)
]=]
LUADOC_DESC_ASYNC =
[=[
@@ -1073,7 +1073,7 @@ Marks a function as asynchronous.
`---@async`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#async)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#async)
]=]
LUADOC_DESC_NODISCARD =
[=[
@@ -1085,7 +1085,7 @@ be ignored.
`---@nodiscard`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#nodiscard)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#nodiscard)
]=]
LUADOC_DESC_CAST =
[=[
@@ -1120,7 +1120,7 @@ local x --> string|table
print(x) --> table
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#cast)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#cast)
]=]
LUADOC_DESC_OPERATOR =
[=[
@@ -1150,12 +1150,12 @@ pA = Passcode.new(1234)
pB = -pA
--> integer
```
-[View Request](https://github.com/sumneko/lua-language-server/issues/599)
+[View Request](https://github.com/LuaLS/lua-language-server/issues/599)
]=]
LUADOC_DESC_ENUM =
[=[
Mark a table as an enum. If you want an enum but can't define it as a Lua
-table, take a look at the [`@alias`](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
+table, take a look at the [`@alias`](https://github.com/LuaLS/lua-language-server/wiki/Annotations#alias)
tag.
## Syntax
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index 9a9f94a1..3b900e87 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -25,7 +25,7 @@ config.runtime.unicodeName =
config.runtime.nonstandardSymbol =
"Supports non-standard symbols. Make sure that your runtime environment supports these symbols."
config.runtime.plugin =
-"Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more."
+"Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more."
config.runtime.pluginArgs =
"Additional arguments for the plugin."
config.runtime.fileEncoding =
@@ -133,7 +133,7 @@ Automatic detection and adaptation of third-party libraries, currently supported
* Jass
]]
config.workspace.userThirdParty =
-'Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)'
+'Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)'
config.workspace.supportScheme =
'Provide language server for the Lua files of the following scheme.'
config.completion.enable =
@@ -269,20 +269,20 @@ config.spell.dict =
'Custom words for spell checking.'
config.telemetry.enable =
[[
-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).
+Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy).
]]
config.misc.parameters =
-'[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.'
+'[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.'
config.misc.executablePath =
'Specify the executable path in VSCode.'
config.IntelliSense.traceLocalSet =
-'Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
+'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
config.IntelliSense.traceReturn =
-'Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
+'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
config.IntelliSense.traceBeSetted =
-'Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
+'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
config.IntelliSense.traceFieldInject =
-'Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
+'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
config.type.castNumberToInteger =
'Allowed to assign the `number` type to the `integer` type.'
config.type.weakUnionCheck =
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua
index 145a69b1..2a9fcdb9 100644
--- a/locale/pt-br/script.lua
+++ b/locale/pt-br/script.lua
@@ -177,7 +177,7 @@ WORKSPACE_DIAGNOSTIC =
WORKSPACE_SKIP_HUGE_FILE =
'Por motivos de desempenho, a análise deste arquivo foi interrompida: {}'
WORKSPACE_NOT_ALLOWED =
-'Seu espaço de trabalho foi definido para `{}`. Servidor da linguagem Lua recusou o carregamneto neste diretório. Por favor, cheque sua configuração. [aprenda mais aqui](https://github.com/sumneko/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)'
+'Seu espaço de trabalho foi definido para `{}`. Servidor da linguagem Lua recusou o carregamneto neste diretório. Por favor, cheque sua configuração. [aprenda mais aqui](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)'
WORKSPACE_SCAN_TOO_MUCH = -- TODO: need translate!
'Mais do que {} arquivos foram escaneados. O diretório atual escaneado é `{}`. Por favor, confirmar se a configuração está correta'
@@ -528,7 +528,7 @@ WINDOW_APPLY_SETTING =
WINDOW_CHECK_SEMANTIC =
'Se você estiver usando o tema de cores do market, talvez seja necessário modificar `editor.semanticHighlighting.enabled` para `true` para fazer com tokens semânticas sejam habilitados.'
WINDOW_TELEMETRY_HINT =
-'Por favor, permita o envio de dados de uso e relatórios de erro anônimos para nos ajudar a melhorar ainda mais essa extensão. Leia nossa política de privacidade [aqui](https://github.com/sumneko/lua-language-server/wiki/Home#privacy) .'
+'Por favor, permita o envio de dados de uso e relatórios de erro anônimos para nos ajudar a melhorar ainda mais essa extensão. Leia nossa política de privacidade [aqui](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy) .'
WINDOW_TELEMETRY_ENABLE =
'Permitir'
WINDOW_TELEMETRY_DISABLE =
@@ -673,7 +673,7 @@ Defines a class/table structure
Manager = {}
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#class)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#class)
]=]
LUADOC_DESC_TYPE = -- TODO: need translate!
[=[
@@ -724,7 +724,7 @@ local x --x[""] is true
local myFunction
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#types-and-type)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#types-and-type)
]=]
LUADOC_DESC_ALIAS = -- TODO: need translate!
[=[
@@ -774,7 +774,7 @@ local enums = {
---| `enums.CLOSE`
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#alias)
]=]
LUADOC_DESC_PARAM = -- TODO: need translate!
[=[
@@ -799,7 +799,7 @@ function get(url, headers, timeout) end
function concat(base, ...) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#param)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#param)
]=]
LUADOC_DESC_RETURN = -- TODO: need translate!
[=[
@@ -837,7 +837,7 @@ function getFirstLast() end
function getTags(item) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#return)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#return)
]=]
LUADOC_DESC_FIELD = -- TODO: need translate!
[=[
@@ -868,7 +868,7 @@ response = get("localhost")
statusCode = response.status.code
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#field)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#field)
]=]
LUADOC_DESC_GENERIC = -- TODO: need translate!
[=[
@@ -925,7 +925,7 @@ local v = Generic("Foo") -- v is an object of Foo
-- we give for key (K) or value (V)
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#generics-and-generic)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#generics-and-generic)
]=]
LUADOC_DESC_VARARG = -- TODO: need translate!
[=[
@@ -944,7 +944,7 @@ provide typing or allow descriptions.
function concat(...) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#vararg)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#vararg)
]=]
LUADOC_DESC_OVERLOAD = -- TODO: need translate!
[=[
@@ -959,7 +959,7 @@ Allows defining of multiple function signatures.
function table.insert(t, position, value) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#overload)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#overload)
]=]
LUADOC_DESC_DEPRECATED = -- TODO: need translate!
[=[
@@ -970,7 +970,7 @@ being ~~struck through~~.
`---@deprecated`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#deprecated)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#deprecated)
]=]
LUADOC_DESC_META = -- TODO: need translate!
[=[
@@ -985,7 +985,7 @@ There are 3 main distinctions to note with meta files:
`---@meta`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#meta)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#meta)
]=]
LUADOC_DESC_VERSION = -- TODO: need translate!
[=[
@@ -1010,7 +1010,7 @@ function onlyWorksInJIT() end
function oldLuaOnly() end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#version)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#version)
]=]
LUADOC_DESC_SEE = -- TODO: need translate!
[=[
@@ -1020,7 +1020,7 @@ Define something that can be viewed for more information
`---@see <text>`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#see)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#see)
]=]
LUADOC_DESC_DIAGNOSTIC = -- TODO: need translate!
[=[
@@ -1028,7 +1028,7 @@ Enable/disable diagnostics for error/warnings/etc.
Actions: `disable`, `enable`, `disable-line`, `disable-next-line`
-[Names](https://github.com/sumneko/lua-language-server/blob/cbb6e6224094c4eb874ea192c5f85a6cba099588/script/proto/define.lua#L54)
+[Names](https://github.com/LuaLS/lua-language-server/blob/cbb6e6224094c4eb874ea192c5f85a6cba099588/script/proto/define.lua#L54)
## Syntax
`---@diagnostic <action>[: <name>]`
@@ -1046,7 +1046,7 @@ local unused = "hello world"
---@diagnostic enable: unused-local
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#diagnostic)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#diagnostic)
]=]
LUADOC_DESC_MODULE = -- TODO: need translate!
[=[
@@ -1063,7 +1063,7 @@ local stringUtils
local module = require('string.utils')
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#module)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#module)
]=]
LUADOC_DESC_ASYNC = -- TODO: need translate!
[=[
@@ -1073,7 +1073,7 @@ Marks a function as asynchronous.
`---@async`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#async)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#async)
]=]
LUADOC_DESC_NODISCARD = -- TODO: need translate!
[=[
@@ -1085,7 +1085,7 @@ be ignored.
`---@nodiscard`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#nodiscard)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#nodiscard)
]=]
LUADOC_DESC_CAST = -- TODO: need translate!
[=[
@@ -1120,7 +1120,7 @@ local x --> string|table
print(x) --> table
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#cast)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#cast)
]=]
LUADOC_DESC_OPERATOR = -- TODO: need translate!
[=[
@@ -1150,12 +1150,12 @@ pA = Passcode.new(1234)
pB = -pA
--> integer
```
-[View Request](https://github.com/sumneko/lua-language-server/issues/599)
+[View Request](https://github.com/LuaLS/lua-language-server/issues/599)
]=]
LUADOC_DESC_ENUM = -- TODO: need translate!
[=[
Mark a table as an enum. If you want an enum but can't define it as a Lua
-table, take a look at the [`@alias`](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
+table, take a look at the [`@alias`](https://github.com/LuaLS/lua-language-server/wiki/Annotations#alias)
tag.
## Syntax
diff --git a/locale/pt-br/setting.lua b/locale/pt-br/setting.lua
index 7e13516c..6bd6bf28 100644
--- a/locale/pt-br/setting.lua
+++ b/locale/pt-br/setting.lua
@@ -25,7 +25,7 @@ config.runtime.unicodeName = -- TODO: need translate!
config.runtime.nonstandardSymbol = -- TODO: need translate!
"Supports non-standard symbols. Make sure that your runtime environment supports these symbols."
config.runtime.plugin = -- TODO: need translate!
-"Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more."
+"Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more."
config.runtime.pluginArgs = -- TODO: need translate!
"Additional arguments for the plugin."
config.runtime.fileEncoding = -- TODO: need translate!
@@ -133,7 +133,7 @@ Automatic detection and adaptation of third-party libraries, currently supported
* Jass
]]
config.workspace.userThirdParty = -- TODO: need translate!
-'Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)'
+'Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)'
config.workspace.supportScheme = -- TODO: need translate!
'Provide language server for the Lua files of the following scheme.'
config.completion.enable = -- TODO: need translate!
@@ -269,20 +269,20 @@ config.spell.dict = -- TODO: need translate!
'Custom words for spell checking.'
config.telemetry.enable = -- TODO: need translate!
[[
-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).
+Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy).
]]
config.misc.parameters = -- TODO: need translate!
-'[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.'
+'[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.'
config.misc.executablePath = -- TODO: need translate!
'Specify the executable path in VSCode.'
config.IntelliSense.traceLocalSet = -- TODO: need translate!
-'Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
+'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
config.IntelliSense.traceReturn = -- TODO: need translate!
-'Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
+'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
config.IntelliSense.traceBeSetted = -- TODO: need translate!
-'Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
+'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
config.IntelliSense.traceFieldInject = -- TODO: need translate!
-'Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
+'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
config.type.castNumberToInteger = -- TODO: need translate!
'Allowed to assign the `number` type to the `integer` type.'
config.type.weakUnionCheck = -- TODO: need translate!
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index 4c3af355..c365cecb 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/script.lua
@@ -177,7 +177,7 @@ WORKSPACE_DIAGNOSTIC =
WORKSPACE_SKIP_HUGE_FILE =
'出于性能考虑,已停止对此文件解析:{}'
WORKSPACE_NOT_ALLOWED =
-'你的工作目录被设置为了 `{}`,Lua语言服务拒绝加载此目录,请检查你的配置。[了解更多](https://github.com/sumneko/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)'
+'你的工作目录被设置为了 `{}`,Lua语言服务拒绝加载此目录,请检查你的配置。[了解更多](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)'
WORKSPACE_SCAN_TOO_MUCH =
'已扫描了超过 {} 个文件,当前扫描的目录为 `{}`,请确认配置是否正确。'
@@ -528,7 +528,7 @@ WINDOW_APPLY_SETTING =
WINDOW_CHECK_SEMANTIC =
'如果你正在使用市场中的颜色主题,你可能需要同时修改 `editor.semanticHighlighting.enabled` 选项为 `true` 才会使语义着色生效。'
WINDOW_TELEMETRY_HINT =
-'请允许发送匿名的使用数据与错误报告,帮助我们进一步完善此插件。在[此处](https://github.com/sumneko/lua-language-server/wiki/Home#privacy)阅读我们的隐私声明。'
+'请允许发送匿名的使用数据与错误报告,帮助我们进一步完善此插件。在[此处](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy)阅读我们的隐私声明。'
WINDOW_TELEMETRY_ENABLE =
'允许'
WINDOW_TELEMETRY_DISABLE =
@@ -673,7 +673,7 @@ Defines a class/table structure
Manager = {}
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#class)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#class)
]=]
LUADOC_DESC_TYPE = -- TODO: need translate!
[=[
@@ -724,7 +724,7 @@ local x --x[""] is true
local myFunction
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#types-and-type)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#types-and-type)
]=]
LUADOC_DESC_ALIAS = -- TODO: need translate!
[=[
@@ -774,7 +774,7 @@ local enums = {
---| `enums.CLOSE`
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#alias)
]=]
LUADOC_DESC_PARAM = -- TODO: need translate!
[=[
@@ -799,7 +799,7 @@ function get(url, headers, timeout) end
function concat(base, ...) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#param)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#param)
]=]
LUADOC_DESC_RETURN = -- TODO: need translate!
[=[
@@ -837,7 +837,7 @@ function getFirstLast() end
function getTags(item) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#return)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#return)
]=]
LUADOC_DESC_FIELD = -- TODO: need translate!
[=[
@@ -868,7 +868,7 @@ response = get("localhost")
statusCode = response.status.code
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#field)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#field)
]=]
LUADOC_DESC_GENERIC = -- TODO: need translate!
[=[
@@ -925,7 +925,7 @@ local v = Generic("Foo") -- v is an object of Foo
-- we give for key (K) or value (V)
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#generics-and-generic)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#generics-and-generic)
]=]
LUADOC_DESC_VARARG = -- TODO: need translate!
[=[
@@ -944,7 +944,7 @@ provide typing or allow descriptions.
function concat(...) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#vararg)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#vararg)
]=]
LUADOC_DESC_OVERLOAD = -- TODO: need translate!
[=[
@@ -959,7 +959,7 @@ Allows defining of multiple function signatures.
function table.insert(t, position, value) end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#overload)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#overload)
]=]
LUADOC_DESC_DEPRECATED = -- TODO: need translate!
[=[
@@ -970,7 +970,7 @@ being ~~struck through~~.
`---@deprecated`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#deprecated)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#deprecated)
]=]
LUADOC_DESC_META = -- TODO: need translate!
[=[
@@ -985,7 +985,7 @@ There are 3 main distinctions to note with meta files:
`---@meta`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#meta)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#meta)
]=]
LUADOC_DESC_VERSION = -- TODO: need translate!
[=[
@@ -1010,7 +1010,7 @@ function onlyWorksInJIT() end
function oldLuaOnly() end
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#version)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#version)
]=]
LUADOC_DESC_SEE = -- TODO: need translate!
[=[
@@ -1020,7 +1020,7 @@ Define something that can be viewed for more information
`---@see <text>`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#see)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#see)
]=]
LUADOC_DESC_DIAGNOSTIC = -- TODO: need translate!
[=[
@@ -1028,7 +1028,7 @@ Enable/disable diagnostics for error/warnings/etc.
Actions: `disable`, `enable`, `disable-line`, `disable-next-line`
-[Names](https://github.com/sumneko/lua-language-server/blob/cbb6e6224094c4eb874ea192c5f85a6cba099588/script/proto/define.lua#L54)
+[Names](https://github.com/LuaLS/lua-language-server/blob/cbb6e6224094c4eb874ea192c5f85a6cba099588/script/proto/define.lua#L54)
## Syntax
`---@diagnostic <action>[: <name>]`
@@ -1046,7 +1046,7 @@ local unused = "hello world"
---@diagnostic enable: unused-local
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#diagnostic)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#diagnostic)
]=]
LUADOC_DESC_MODULE = -- TODO: need translate!
[=[
@@ -1063,7 +1063,7 @@ local stringUtils
local module = require('string.utils')
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#module)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#module)
]=]
LUADOC_DESC_ASYNC = -- TODO: need translate!
[=[
@@ -1073,7 +1073,7 @@ Marks a function as asynchronous.
`---@async`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#async)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#async)
]=]
LUADOC_DESC_NODISCARD = -- TODO: need translate!
[=[
@@ -1085,7 +1085,7 @@ be ignored.
`---@nodiscard`
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#nodiscard)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#nodiscard)
]=]
LUADOC_DESC_CAST = -- TODO: need translate!
[=[
@@ -1120,7 +1120,7 @@ local x --> string|table
print(x) --> table
```
---
-[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#cast)
+[View Wiki](https://github.com/LuaLS/lua-language-server/wiki/Annotations#cast)
]=]
LUADOC_DESC_OPERATOR = -- TODO: need translate!
[=[
@@ -1150,12 +1150,12 @@ pA = Passcode.new(1234)
pB = -pA
--> integer
```
-[View Request](https://github.com/sumneko/lua-language-server/issues/599)
+[View Request](https://github.com/LuaLS/lua-language-server/issues/599)
]=]
LUADOC_DESC_ENUM = -- TODO: need translate!
[=[
Mark a table as an enum. If you want an enum but can't define it as a Lua
-table, take a look at the [`@alias`](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
+table, take a look at the [`@alias`](https://github.com/LuaLS/lua-language-server/wiki/Annotations#alias)
tag.
## Syntax
diff --git a/locale/zh-cn/setting.lua b/locale/zh-cn/setting.lua
index 1c2e3076..a62b6598 100644
--- a/locale/zh-cn/setting.lua
+++ b/locale/zh-cn/setting.lua
@@ -25,7 +25,7 @@ config.runtime.unicodeName =
config.runtime.nonstandardSymbol =
"支持非标准的符号。请务必确认你的运行环境支持这些符号。"
config.runtime.plugin =
-"插件路径,请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/Plugins)了解用法。"
+"插件路径,请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/Plugins)了解用法。"
config.runtime.pluginArgs = -- TODO: need translate!
"Additional arguments for the plugin."
config.runtime.fileEncoding =
@@ -132,7 +132,7 @@ config.workspace.checkThirdParty =
* Jass
]]
config.workspace.userThirdParty =
-'在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)'
+'在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)'
config.workspace.supportScheme =
'为以下 scheme 的lua文件提供语言服务。'
config.completion.enable =
@@ -268,20 +268,20 @@ config.spell.dict =
'拼写检查的自定义单词。'
config.telemetry.enable =
[[
-启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://github.com/sumneko/lua-language-server/wiki/Home#privacy)阅读我们的隐私声明。
+启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy)阅读我们的隐私声明。
]]
config.misc.parameters =
-'VSCode中启动语言服务时的[命令行参数](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。'
+'VSCode中启动语言服务时的[命令行参数](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。'
config.misc.executablePath =
'VSCode中指定可执行文件路径。'
config.IntelliSense.traceLocalSet =
-'请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
+'请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
config.IntelliSense.traceReturn =
-'请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
+'请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
config.IntelliSense.traceBeSetted =
-'请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
+'请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
config.IntelliSense.traceFieldInject =
-'请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
+'请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
config.type.castNumberToInteger =
'允许将 `number` 类型赋给 `integer` 类型。'
config.type.weakUnionCheck =
diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua
index b4e7b13d..dcbfce88 100644
--- a/locale/zh-tw/script.lua
+++ b/locale/zh-tw/script.lua
@@ -177,7 +177,7 @@ WORKSPACE_DIAGNOSTIC =
WORKSPACE_SKIP_HUGE_FILE =
'出於效能考慮,已停止對此檔案解析:{}'
WORKSPACE_NOT_ALLOWED =
-'你的工作目錄被設定為了 `{}` ,Lua語言伺服拒絕載入此目錄,請檢查你的設定檔。[了解更多](https://github.com/sumneko/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)'
+'你的工作目錄被設定為了 `{}` ,Lua語言伺服拒絕載入此目錄,請檢查你的設定檔。[了解更多](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)'
WORKSPACE_SCAN_TOO_MUCH =
'已掃描了超過 {} 個檔案,目前掃描的目錄為 `{}`,請確認設定檔是否正確。'
@@ -528,7 +528,7 @@ WINDOW_APPLY_SETTING =
WINDOW_CHECK_SEMANTIC =
'如果你正在使用市場中的顏色主題,你可能需要同時修改 `editor.semanticHighlighting.enabled` 選項為 `true` 才會使語義著色生效。'
WINDOW_TELEMETRY_HINT =
-'請允許發送匿名的使用資料與錯誤報告,幫助我們進一步完善此延伸模組。在[此處](https://github.com/sumneko/lua-language-server/wiki/Home#privacy)閱讀我們的隱私聲明。'
+'請允許發送匿名的使用資料與錯誤報告,幫助我們進一步完善此延伸模組。在[此處](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy)閱讀我們的隱私聲明。'
WINDOW_TELEMETRY_ENABLE =
'允許'
WINDOW_TELEMETRY_DISABLE =
@@ -673,7 +673,7 @@ LUADOC_DESC_CLASS =
Manager = {}
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#class)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#class)
]=]
LUADOC_DESC_TYPE =
[=[
@@ -724,7 +724,7 @@ local x --x[""] is true
local myFunction
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#types-and-type)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#types-and-type)
]=]
LUADOC_DESC_ALIAS =
[=[
@@ -774,7 +774,7 @@ local enums = {
---| `enums.CLOSE`
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#alias)
]=]
LUADOC_DESC_PARAM =
[=[
@@ -799,7 +799,7 @@ function get(url, headers, timeout) end
function concat(base, ...) end
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#param)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#param)
]=]
LUADOC_DESC_RETURN =
[=[
@@ -837,7 +837,7 @@ function getFirstLast() end
function getTags(item) end
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#return)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#return)
]=]
LUADOC_DESC_FIELD =
[=[
@@ -866,7 +866,7 @@ response = get("localhost")
statusCode = response.status.code
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#field)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#field)
]=]
LUADOC_DESC_GENERIC =
[=[
@@ -922,7 +922,7 @@ local v = Generic("Foo") -- v is an object of Foo
-- we give for key (K) or value (V)
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#generics-and-generic)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#generics-and-generic)
]=]
LUADOC_DESC_VARARG =
[=[
@@ -940,7 +940,7 @@ LUADOC_DESC_VARARG =
function concat(...) end
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#vararg)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#vararg)
]=]
LUADOC_DESC_OVERLOAD =
[=[
@@ -955,7 +955,7 @@ LUADOC_DESC_OVERLOAD =
function table.insert(t, position, value) end
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#overload)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#overload)
]=]
LUADOC_DESC_DEPRECATED =
[=[
@@ -965,7 +965,7 @@ LUADOC_DESC_DEPRECATED =
`---@deprecated`
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#deprecated)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#deprecated)
]=]
LUADOC_DESC_META =
[=[
@@ -980,7 +980,7 @@ LUADOC_DESC_META =
`---@meta`
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#meta)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#meta)
]=]
LUADOC_DESC_VERSION =
[=[
@@ -1005,7 +1005,7 @@ function onlyWorksInJIT() end
function oldLuaOnly() end
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#version)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#version)
]=]
LUADOC_DESC_SEE =
[=[
@@ -1015,7 +1015,7 @@ LUADOC_DESC_SEE =
`---@see <text>`
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#see)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#see)
]=]
LUADOC_DESC_DIAGNOSTIC =
[=[
@@ -1023,7 +1023,7 @@ LUADOC_DESC_DIAGNOSTIC =
操作:`disable` 、 `enable` 、 `disable-line` 、 `disable-next-line`
-[名稱](https://github.com/sumneko/lua-language-server/blob/cbb6e6224094c4eb874ea192c5f85a6cba099588/script/proto/define.lua#L54)
+[名稱](https://github.com/LuaLS/lua-language-server/blob/cbb6e6224094c4eb874ea192c5f85a6cba099588/script/proto/define.lua#L54)
## 語法
`---@diagnostic <action>[: <name>]`
@@ -1041,7 +1041,7 @@ local unused = "hello world"
---@diagnostic enable: unused-local
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#diagnostic)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#diagnostic)
]=]
LUADOC_DESC_MODULE =
[=[
@@ -1058,7 +1058,7 @@ local stringUtils
local module = require('string.utils')
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#module)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#module)
]=]
LUADOC_DESC_ASYNC =
[=[
@@ -1068,7 +1068,7 @@ LUADOC_DESC_ASYNC =
`---@async`
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#async)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#async)
]=]
LUADOC_DESC_NODISCARD =
[=[
@@ -1079,7 +1079,7 @@ LUADOC_DESC_NODISCARD =
`---@nodiscard`
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#nodiscard)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#nodiscard)
]=]
LUADOC_DESC_CAST =
[=[
@@ -1114,7 +1114,7 @@ local x --> string|table
print(x) --> table
```
---
-[檢視文件](https://github.com/sumneko/lua-language-server/wiki/Annotations#cast)
+[檢視文件](https://github.com/LuaLS/lua-language-server/wiki/Annotations#cast)
]=]
LUADOC_DESC_OPERATOR = -- TODO: need translate!
[=[
@@ -1144,12 +1144,12 @@ pA = Passcode.new(1234)
pB = -pA
--> integer
```
-[View Request](https://github.com/sumneko/lua-language-server/issues/599)
+[View Request](https://github.com/LuaLS/lua-language-server/issues/599)
]=]
LUADOC_DESC_ENUM = -- TODO: need translate!
[=[
Mark a table as an enum. If you want an enum but can't define it as a Lua
-table, take a look at the [`@alias`](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
+table, take a look at the [`@alias`](https://github.com/LuaLS/lua-language-server/wiki/Annotations#alias)
tag.
## Syntax
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua
index 64731765..bc216fc8 100644
--- a/locale/zh-tw/setting.lua
+++ b/locale/zh-tw/setting.lua
@@ -25,7 +25,7 @@ config.runtime.unicodeName =
config.runtime.nonstandardSymbol =
"支援非標準的符號。請務必確認你的執行環境支援這些符號。"
config.runtime.plugin =
-"延伸模組路徑,請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/Plugins)瞭解用法。"
+"延伸模組路徑,請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/Plugins)瞭解用法。"
config.runtime.pluginArgs = -- TODO: need translate!
"Additional arguments for the plugin."
config.runtime.fileEncoding =
@@ -132,7 +132,7 @@ config.workspace.checkThirdParty =
* Jass
]]
config.workspace.userThirdParty =
-'在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)'
+'在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)'
config.workspace.supportScheme =
'為以下 `scheme` 的lua檔案提供語言伺服。'
config.completion.enable =
@@ -268,20 +268,20 @@ config.spell.dict =
'拼寫檢查的自訂單詞。'
config.telemetry.enable =
[[
-啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://github.com/sumneko/lua-language-server/wiki/Home#privacy)閱讀我們的隱私聲明。
+啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy)閱讀我們的隱私聲明。
]]
config.misc.parameters =
-'VSCode中啟動語言伺服時的[命令列參數](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。'
+'VSCode中啟動語言伺服時的[命令列參數](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。'
config.misc.executablePath = -- TODO: need translate!
'Specify the executable path in VSCode.'
config.IntelliSense.traceLocalSet =
-'請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
+'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
config.IntelliSense.traceReturn =
-'請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
+'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
config.IntelliSense.traceBeSetted =
-'請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
+'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
config.IntelliSense.traceFieldInject =
-'請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
+'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
config.type.castNumberToInteger =
'允許將 `number` 類型賦值給 `integer` 類型。'
config.type.weakUnionCheck =
diff --git a/meta/3rd/example/plugin.lua b/meta/3rd/example/plugin.lua
index 01162042..0ece12f5 100644
--- a/meta/3rd/example/plugin.lua
+++ b/meta/3rd/example/plugin.lua
@@ -1,5 +1,5 @@
-- if this file exists, then change setting `Lua.runtime.plugin`
--- see https://github.com/sumneko/lua-language-server/wiki/Plugins
+-- see https://github.com/LuaLS/lua-language-server/wiki/Plugins
function OnSetText(uri, text)
local diffs = {}
diff --git a/theme-tokens.md b/theme-tokens.md
index 1bde2199..44ed3720 100644
--- a/theme-tokens.md
+++ b/theme-tokens.md
@@ -1,46 +1,46 @@
## Syntax Tokens
-Provide by custom [tmLanguage file](https://github.com/sumneko/lua.tmbundle/blob/master/lua.tmLanguage.json), which is included by default in Visual Studio Code.
+Provide by custom [tmLanguage file](https://github.com/LuaLS/lua.tmbundle/blob/master/lua.tmLanguage.json), which is included by default in Visual Studio Code.
Preview in `Dark+` of VSCode
| token | preview |
| :---- | :---- |
-| `keyword.local.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/keyword.local.lua.jpg?raw=true) |
-| `keyword.control.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/keyword.control.lua.jpg?raw=true) |
-| `entity.name.class.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/entity.name.class.lua.jpg?raw=true) |
-| `entity.name.function.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/entity.name.function.lua.jpg?raw=true) |
-| `punctuation.definition.parameters.begin.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.definition.parameters.begin.lua.jpg?raw=true) |
-| `punctuation.definition.parameters.finish.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.definition.parameters.finish.lua.jpg?raw=true) |
-| `variable.parameter.function.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/variable.parameter.function.lua.jpg?raw=true) |
-| `punctuation.separator.arguments.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.separator.arguments.lua.jpg?raw=true) |
-| `constant.numeric.integer.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/constant.numeric.integer.lua.jpg?raw=true) |
-| `constant.numeric.float.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/constant.numeric.float.lua.jpg?raw=true) |
-| `constant.numeric.integer.hexadecimal.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/constant.numeric.integer.hexadecimal.lua.jpg?raw=true) |
-| `constant.numeric.float.hexadecimal.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/constant.numeric.float.hexadecimal.lua.jpg?raw=true) |
-| `punctuation.definition.string.begin.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.definition.string.begin.lua.jpg?raw=true) |
-| `punctuation.definition.string.end.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.definition.string.end.lua.jpg?raw=true) |
-| `string.quoted.single.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/string.quoted.single.lua.jpg?raw=true) |
-| `string.quoted.double.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/string.quoted.double.lua.jpg?raw=true) |
-| `string.quoted.other.multiline.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/string.quoted.other.multiline.lua.jpg?raw=true) |
-| `constant.character.escape.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/constant.character.escape.lua.jpg?raw=true) |
-| `constant.character.escape.byte.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/constant.character.escape.byte.lua.jpg?raw=true) |
-| `constant.character.escape.unicode.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/constant.character.escape.unicode.lua.jpg?raw=true) |
-| `invalid.illegal.character.escape.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/invalid.illegal.character.escape.lua.jpg?raw=true) |
-| `punctuation.definition.comment.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.definition.comment.lua.jpg?raw=true) |
-| `comment.line.double-dash.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/comment.line.double-dash.lua.jpg?raw=true) |
-| `punctuation.definition.comment.begin.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.definition.comment.begin.lua.jpg?raw=true) |
-| `punctuation.definition.comment.end.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.definition.comment.end.lua.jpg?raw=true) |
-| `comment.block.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/comment.block.lua.jpg?raw=true) |
-| `keyword.control.goto.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/keyword.control.goto.lua.jpg?raw=true) |
-| `string.tag.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/string.tag.lua.jpg?raw=true) |
-| `punctuation.section.embedded.begin.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.section.embedded.begin.lua.jpg?raw=true) |
-| `punctuation.section.embedded.end.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/punctuation.section.embedded.end.lua.jpg?raw=true) |
-| `variable.language.self.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/variable.language.self.lua.jpg?raw=true) |
-| `support.function.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/support.function.lua.jpg?raw=true) |
-| `support.function.library.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/support.function.library.lua.jpg?raw=true) |
-| `keyword.operator.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/keyword.operator.lua.jpg?raw=true) |
-| `variable.other.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/variable.other.lua.jpg?raw=true) |
+| `keyword.local.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/keyword.local.lua.jpg?raw=true) |
+| `keyword.control.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/keyword.control.lua.jpg?raw=true) |
+| `entity.name.class.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/entity.name.class.lua.jpg?raw=true) |
+| `entity.name.function.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/entity.name.function.lua.jpg?raw=true) |
+| `punctuation.definition.parameters.begin.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.definition.parameters.begin.lua.jpg?raw=true) |
+| `punctuation.definition.parameters.finish.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.definition.parameters.finish.lua.jpg?raw=true) |
+| `variable.parameter.function.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/variable.parameter.function.lua.jpg?raw=true) |
+| `punctuation.separator.arguments.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.separator.arguments.lua.jpg?raw=true) |
+| `constant.numeric.integer.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/constant.numeric.integer.lua.jpg?raw=true) |
+| `constant.numeric.float.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/constant.numeric.float.lua.jpg?raw=true) |
+| `constant.numeric.integer.hexadecimal.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/constant.numeric.integer.hexadecimal.lua.jpg?raw=true) |
+| `constant.numeric.float.hexadecimal.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/constant.numeric.float.hexadecimal.lua.jpg?raw=true) |
+| `punctuation.definition.string.begin.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.definition.string.begin.lua.jpg?raw=true) |
+| `punctuation.definition.string.end.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.definition.string.end.lua.jpg?raw=true) |
+| `string.quoted.single.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/string.quoted.single.lua.jpg?raw=true) |
+| `string.quoted.double.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/string.quoted.double.lua.jpg?raw=true) |
+| `string.quoted.other.multiline.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/string.quoted.other.multiline.lua.jpg?raw=true) |
+| `constant.character.escape.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/constant.character.escape.lua.jpg?raw=true) |
+| `constant.character.escape.byte.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/constant.character.escape.byte.lua.jpg?raw=true) |
+| `constant.character.escape.unicode.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/constant.character.escape.unicode.lua.jpg?raw=true) |
+| `invalid.illegal.character.escape.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/invalid.illegal.character.escape.lua.jpg?raw=true) |
+| `punctuation.definition.comment.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.definition.comment.lua.jpg?raw=true) |
+| `comment.line.double-dash.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/comment.line.double-dash.lua.jpg?raw=true) |
+| `punctuation.definition.comment.begin.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.definition.comment.begin.lua.jpg?raw=true) |
+| `punctuation.definition.comment.end.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.definition.comment.end.lua.jpg?raw=true) |
+| `comment.block.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/comment.block.lua.jpg?raw=true) |
+| `keyword.control.goto.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/keyword.control.goto.lua.jpg?raw=true) |
+| `string.tag.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/string.tag.lua.jpg?raw=true) |
+| `punctuation.section.embedded.begin.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.section.embedded.begin.lua.jpg?raw=true) |
+| `punctuation.section.embedded.end.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/punctuation.section.embedded.end.lua.jpg?raw=true) |
+| `variable.language.self.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/variable.language.self.lua.jpg?raw=true) |
+| `support.function.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/support.function.lua.jpg?raw=true) |
+| `support.function.library.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/support.function.library.lua.jpg?raw=true) |
+| `keyword.operator.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/keyword.operator.lua.jpg?raw=true) |
+| `variable.other.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/variable.other.lua.jpg?raw=true) |
## Semantic Tokens
@@ -48,10 +48,10 @@ Preview in `Dark+` of VSCode
| semantic token | fallen syntax token | preview |
| :---- | :---- | :---- |
-| `namespace.static` | `support.function.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/namespace.static.jpg?raw=true) |
-| `namespace.readonly` | `constant.language.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/namespace.readonly.jpg?raw=true) |
-| `namespace.deprecated` | `entity.name.label` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/namespace.deprecated.jpg?raw=true) |
-| `parameter.declaration` | `variable.parameter` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/parameter.declaration.jpg?raw=true) |
-| `property.declaration` | `entity.other.attribute` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/property.declaration.jpg?raw=true) |
-| `variable` | `variable.other.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/variable.jpg?raw=true) |
-| `interface.declaration` | `entity.name.function.lua` | ![avatar](https://github.com/sumneko/vscode-lua/blob/master/images/tokens/interface.declaration.jpg?raw=true) |
+| `namespace.static` | `support.function.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/namespace.static.jpg?raw=true) |
+| `namespace.readonly` | `constant.language.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/namespace.readonly.jpg?raw=true) |
+| `namespace.deprecated` | `entity.name.label` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/namespace.deprecated.jpg?raw=true) |
+| `parameter.declaration` | `variable.parameter` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/parameter.declaration.jpg?raw=true) |
+| `property.declaration` | `entity.other.attribute` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/property.declaration.jpg?raw=true) |
+| `variable` | `variable.other.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/variable.jpg?raw=true) |
+| `interface.declaration` | `entity.name.function.lua` | ![avatar](https://github.com/LuaLS/vscode-lua/blob/master/images/tokens/interface.declaration.jpg?raw=true) |