luahelper.base.ignoreFileOrDir doesn't work
I have an addons/path/to/file.lua file in my workspace, but no matter how I tried to change the ignoreFileOrDir setting, it still displays warnings
The options I've tried are:
- addons/path/to/file.lua
- /addons/path/to/file.lua
- ./addons/path/to/file.lua
- path/to/file.lua
- /path/to/file.lua
- ./path/to/file.lua
- file.lua
- /absolute/full/path/to/file.lua
Nothing worked
Extension version: v0.2.16
bonus :)
Incorrect [Warn type:20], self assign error
luahelper.base.ignoreFileOrDir,it means is to ignore analyzing files or folders. luahelper.Base:ignoreFileOrDirError, it means is to ignore errors for files or folders.
you should set luahelper.Base:ignoreFileOrDirError, But now there is a bug that it will not take effect immediately after you set it, you should restart VSCode's project.
Or you can also set the following properties, it will take effect immediately.

@yinfei8 is this setting recursively ignoring files if it's a folder?