tabletopsimulator-lua-vscode
tabletopsimulator-lua-vscode copied to clipboard
Extension for VSCode to make writing Lua scripts for Tabletop Simulator easier.
HI there, I have a feeling I am doing something really dumb here. As a disclaimer, I am hobbyist programmer so I might be missing something obvious in your description...
In TTS I have an object with a name which includes a german umlaut. The object also has a .lua script which includes a module which is located in another...
Hi! I would like to have these community files: - [ ] CONTRIBUTING.md - [ ] Issue template.md - [ ] Pull request template.md So we can join forces with...
I use the Lua language server plugin in VS Code (https://github.com/sumneko/lua-language-server) to define the types for the TTS API as well as the game specific API. Thus, the auto-completion/suggestion already...
Hi! first of all, thanks for this plugin. I Have been looking around the code, trying to come up with a solution myself but I've never developed an extension for...
I have an existing mod from a github repo (https://github.com/jotakami/warroom) which i would like to edit. I placed a copy of the repo in c:/users//Tabletop Simulator/warroom-tts. The Global.-1.lua from my...
I'd like to fetch the scripts into my source control folder. Instead of always writing to ``` ~/AppData/Local/Temp/TabletopSimulator/Tabletop Simulator Lua ``` Then I'd like to be able to configure it...
The main json (ex. 123456789.json) file have a lot of info not extracted by this extension. What is the best way to get this file into source control (git) along...