Skip to content

Instantly share code, notes, and snippets.

@marcusobrien
Created June 6, 2021 08:43
Show Gist options
  • Save marcusobrien/2a57006b28de83d77214cf4b1e28d844 to your computer and use it in GitHub Desktop.
Save marcusobrien/2a57006b28de83d77214cf4b1e28d844 to your computer and use it in GitHub Desktop.
This is the profiles section of the settings.json configuration. It holds the terminal types, each one is from the "{" on line 6 to the "}," on line 12.
"profiles":
{
"defaults": {},
"list":
[
{
"commandline": "cmd.exe /K \"d:/scripts/cdffmpeg4.4.bat\"",
"guid": "{860a4840-31bd-43bb-aaa9-b2b4b74af000}",
"hidden": false,
"name": "FFMpeg 4.4 Command Prompt",
"startingDirectory": "L:/Video/experiment/games"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment