From 414064cf8fad9eb9d0c00e874e632d688478a1ed Mon Sep 17 00:00:00 2001 From: ck Date: Fri, 2 Feb 2024 08:56:00 -0600 Subject: [PATCH] Update Readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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