Transforms JSON files by appending values to text strings. Made for the Roblox game 'CatWeb' in which the text strings do not tag when importing but values do.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Press CTRL + SHIFT + P and type "Transform JSON" to append values onto the relevant text.
Press CTRL + SHIFT + P and type "Transform JSON Variables" to convert all variables to numbers.
Visit the extension settings to change things to your liking, such as placing the untagged values inside the placeholder.
To configure the settings for this extension, you can click on the gear cog icon and click "Settings". Alternatively, you can open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P), then type Preferences: Open Settings (UI) and search for @ext:electricdog.json-transformer.
When saving and reloading in the CatWeb editor, the value previews will disappear. This is an issue with CatWeb that we can't fix.