Created
June 6, 2021 08:43
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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