Skip to content

Instantly share code, notes, and snippets.

@CalebSerafin
Last active January 31, 2021 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CalebSerafin/d91c15bfbbf913d13c56e9494abc05ab to your computer and use it in GitHub Desktop.
Save CalebSerafin/d91c15bfbbf913d13c56e9494abc05ab to your computer and use it in GitHub Desktop.
Example for using Visual Studio Code's Save and Run extension with Antistasi Dev Deploy. NB: Recomend using configurator first to filter map templates.
{
"saveAndRun": {
"commands": [
{
"match": ".sqf",
"cmd": "Tools\\\"Antistasi Dev Deploy.exe\"",
"useShortcut": false,
"silent": true
},
{
"match": ".sqm",
"cmd": "Tools\\\"Antistasi Dev Deploy.exe\"",
"useShortcut": false,
"silent": true
},
{
"match": ".ext",
"cmd": "Tools\\\"Antistasi Dev Deploy.exe\"",
"useShortcut": false,
"silent": true
},
{
"match": ".hpp",
"cmd": "Tools\\\"Antistasi Dev Deploy.exe\"",
"useShortcut": false,
"silent": true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment