You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* if `rootUri` or `workspaceFolder` is set to `ROOT` or `HOME`, this extension will refuse to load these directories and show an error message.
* show warning message when scanning more than 100,000 files.
Copy file name to clipboardExpand all lines: locale/en-us/script.lua
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,10 @@ WORKSPACE_DIAGNOSTIC =
142
142
'Diagnosing workspace'
143
143
WORKSPACE_SKIP_HUGE_FILE=
144
144
'For performance reasons, the parsing of this file has been stopped: {}'
145
+
WORKSPACE_NOT_ALLOWED=
146
+
'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/Why-scanning-home-folder)'
147
+
WORKSPACE_SCAN_TOO_MUCH=
148
+
'More than {} files have been scanned. The current scanned directory is `{}`. Please confirm whether the configuration is correct.'
Copy file name to clipboardExpand all lines: locale/pt-br/script.lua
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,10 @@ WORKSPACE_DIAGNOSTIC =
142
142
'Diagnóstico de espaço de trabalho.'
143
143
WORKSPACE_SKIP_HUGE_FILE=
144
144
'Por motivos de desempenho, a análise deste arquivo foi interrompida: {}'
145
+
WORKSPACE_NOT_ALLOWED=-- TODO: need translate!
146
+
'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/Why-scanning-home-folder)'
147
+
WORKSPACE_SCAN_TOO_MUCH=-- TODO: need translate!
148
+
'More than {} files have been scanned. The current scanned directory is `{}`. Please confirm whether the configuration is correct.'
Copy file name to clipboardExpand all lines: locale/zh-tw/script.lua
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,10 @@ WORKSPACE_DIAGNOSTIC =
142
142
'正在對工作目錄進行診斷'
143
143
WORKSPACE_SKIP_HUGE_FILE=
144
144
'出於效能考慮,已停止對此檔案解析:{}'
145
+
WORKSPACE_NOT_ALLOWED=-- TODO: need translate!
146
+
'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/Why-scanning-home-folder)'
147
+
WORKSPACE_SCAN_TOO_MUCH=-- TODO: need translate!
148
+
'More than {} files have been scanned. The current scanned directory is `{}`. Please confirm whether the configuration is correct.'
0 commit comments