trixnz / vscode-lua

Intellisense and Linting for Lua in VSCode
MIT License
116 stars 27 forks source link

Region folding not working? #75

Open usscarter opened 5 years ago

usscarter commented 5 years ago

I loaded the extension and im not sure if I am missing something but I cant seem to get the folding to work as I was expecting. Am I missing something?

-- #region function Test1(command) print('hello1') end function Test2(command) print('hello2') end -- #endregion