diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-05 03:39:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-05 03:39:11 +0800 |
commit | 6eba8cd590beb5ea52d880bdfe01b79e7828e5b4 (patch) | |
tree | c7fe824750c1de203c827bf2ad892376ad306e2c /test/crossfile | |
parent | 3f56e35738ecc1d8765dfb6fc89522c1a8481095 (diff) | |
download | lua-language-server-6eba8cd590beb5ea52d880bdfe01b79e7828e5b4.zip |
update
Diffstat (limited to 'test/crossfile')
-rw-r--r-- | test/crossfile/allreferences.lua | 2 | ||||
-rw-r--r-- | test/crossfile/definition.lua | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/crossfile/allreferences.lua b/test/crossfile/allreferences.lua index 2753d785..3507e094 100644 --- a/test/crossfile/allreferences.lua +++ b/test/crossfile/allreferences.lua @@ -68,7 +68,6 @@ TEST { }, } -config.set(nil, 'Lua.IntelliSense.traceBeSetted', true) TEST { { path = 'a.lua', @@ -215,4 +214,3 @@ TEST { ]] }, } -config.set(nil, 'Lua.IntelliSense.traceBeSetted', false) diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua index eaf12b73..945960e9 100644 --- a/test/crossfile/definition.lua +++ b/test/crossfile/definition.lua @@ -800,7 +800,6 @@ TEST { }, } -config.set(nil, 'Lua.IntelliSense.traceFieldInject', true) TEST { { path = 'a.lua', @@ -821,7 +820,6 @@ print(b.<?test?>) ]] } } -config.set(nil, 'Lua.IntelliSense.traceFieldInject', false) TEST { { |