diff --git a/README.md b/README.md index e69de29..1d9f928 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,6 @@ +If using VSCode you can update your projects `settings.json` file to add the types you need. For example. +``` + "Lua.workspace.library": [ + "~/dev/UnlockerTypes/Tinkr.lua" + ] +``` \ No newline at end of file