7852fd8e1c
* go mod setup for fixtures * go mod setup for fixtures * fillstruct test refactor
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.diagnostics.globals": [
|
|
"vim",
|
|
"describe",
|
|
"it",
|
|
"before_each",
|
|
"after_each",
|
|
"teardown",
|
|
"pending",
|
|
"lfs"
|
|
],
|
|
"Lua.workspace.checkThirdParty": false,
|
|
"Lua.workspace.library": [
|
|
"${3rd}/lfs/library"
|
|
]
|
|
} |