diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-10-28 20:00:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-10-28 20:00:54 +0800 |
commit | ad5a1169e69c054a185c3e96ab91cde863ce65ce (patch) | |
tree | 4cb2174e9d5367ecfdd9f54b1fe78242a898c667 /locale/en-us | |
parent | 5c84a83b259a73f2fbac27cc8ab5a6c1453201e2 (diff) | |
download | lua-language-server-ad5a1169e69c054a185c3e96ab91cde863ce65ce.zip |
#687 skip huge files
Diffstat (limited to 'locale/en-us')
-rw-r--r-- | locale/en-us/script.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index c5e683b0..fde50ae9 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -66,6 +66,7 @@ MWS_WCONFIG_UPDATED = 'Workspace setting updated.' WORKSPACE_SKIP_LARGE_FILE = 'Too large file: {} skipped. The currently set size limit is: {} KB, and the file size is: {} KB.' WORKSPACE_LOADING = 'Loading workspace' WORKSPACE_DIAGNOSTIC = 'Diagnosing workspace' +WORKSPACE_SKIP_HUGE_FILE = 'For performance reasons, the parsing of this file has been stopped: {}' PARSER_CRASH = 'Parser crashed! Last words:{}' PARSER_UNKNOWN = 'Unknown syntax error...' |