File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ config.misc.parameters =
289
289
config .misc .executablePath =
290
290
' Specify the executable path in VSCode.'
291
291
config .language .fixIndent =
292
- ' (VSCode only) Fix incorrect auto-indentation, such as incorrect indentation when line breaks occur within a string containing the word "function." '
292
+ ' (VSCode only) Fix incorrect auto-indentation, such as incorrect indentation when line breaks occur within a string containing the word "function". '
293
293
config .language .completeAnnotation =
294
294
' (VSCode only) Automatically insert "---@ " after a line break following a annotation.'
295
295
config .type .castNumberToInteger =
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ config.diagnostics.disable =
53
53
config .diagnostics .globals =
54
54
" 已定义的全局变量。"
55
55
config .diagnostics .globalsRegex =
56
- " 启用诊断以检测尝试关闭非对象的变量 。"
56
+ " 已定义的全局变量符合的正则表达式 。"
57
57
config .diagnostics .severity =
58
58
[[
59
59
修改诊断等级。
You can’t perform that action at this time.
0 commit comments