A VS Code extension to make GMod addon development easier.
With this, you can quickly create and upload Garry's Mod addons to the workshop.
It is recommended that you also install the GLua language support extension, for improved syntax highlighting and suggestions.
Open a folder in VS Code and click Create Addon
Add your content to the addon.
For example, create a weapon using the weapons interface.
Upload your addon to the workshop (Steam must be running).
Create and use an addon within minutes!
Copy addons to your Garry's Mod folder and test them in-game
Manage your workshop files at the click of a button!
ctrl
+ ,
or go to File
-> Preferences
-> Settings
gmod-sdk
In order for this extension to work, it needs to know where your Garry's Mod folder is located.
In the settings, you will need to set your
If you need help finding these things, there is a helpful guide here.
npm install
F5
. This will open a new window with the extension running.
ctrl+r
to reload the window