chore: recognize busted functions

Now writing indent tests is easier because the language server
recognizes the necessary functions
This commit is contained in:
Riley Bruins 2024-11-02 11:23:37 -07:00 committed by Christian Clason
parent 38c12cb9ac
commit 9565149634

View file

@ -1,13 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
"version": "LuaJIT"
},
"workspace": {
"library": [
"lua",
"$VIMRUNTIME",
"${3rd}/luv/library"
"${3rd}/luv/library",
"${3rd}/busted/library"
],
"checkThirdParty": false
},