Skip to content

Instantly share code, notes, and snippets.

@bricelam
Created January 6, 2020 21:34
Show Gist options
  • Save bricelam/aa62bfbd3eb19818691dd9300428eb0c to your computer and use it in GitHub Desktop.
Save bricelam/aa62bfbd3eb19818691dd9300428eb0c to your computer and use it in GitHub Desktop.
Windows Terminal settings
{
"defaultProfile": "{cd6f40e9-9cd5-405e-8113-b66b820b2b13}",
"profiles": [
{
"guid": "{cd6f40e9-9cd5-405e-8113-b66b820b2b13}",
"name": "Developer Command Prompt",
"commandline": "%comspec% /k \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\Common7\\Tools\\VsDevCmd.bat\"",
"startingDirectory": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\",
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"useAcrylic": true,
"acrylicOpacity": 0.85
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment