diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-06 15:55:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-06 15:55:11 +0800 |
commit | 842f98c6045f337ae30df559b451b65295f99f86 (patch) | |
tree | bb75fa33cc4e82d1e76253a9d141a9a293e403e4 /package.json | |
parent | f87c508bf3a45465c01241a0502041be9b693c08 (diff) | |
download | lua-language-server-842f98c6045f337ae30df559b451b65295f99f86.zip |
修正一些bug
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1880b2e6..a0d50365 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "scope": "resource", "type": "string" }, - "duplicate-field": { + "duplicate-index": { "default": "Warning", "enum": [ "Error", @@ -59,7 +59,7 @@ "scope": "resource", "type": "string" }, - "duplicate-index": { + "duplicate-method": { "default": "Warning", "enum": [ "Error", |