developer command prompt from terminal code example

Example 1: windows terminal developer command prompt

{ 
  "acrylicOpacity": 0.75,
  "closeOnExit": true,
  "colorScheme": "Campbell",
  "commandline": "cmd.exe /k \"C://Program Files (x86)//Microsoft Visual Studio//2019//Enterprise//Common7//Tools//VsDevCmd.bat\"",
  "cursorColor": "#FFFFFF",
  "cursorShape": "bar",
  "fontFace": "Consolas",
  "fontSize": 10,
  "guid": "{26b30263-74e9-4146-b80e-11632e86d42c}",
  "historySize": 9001,
  "icon": "ms-appdata:///roaming/vs2019-32.png",
  "name": "Developer Command Prompt for VS2019",
  "padding": "0, 0, 0, 0",
  "snapOnInput": true,
  "startingDirectory": "%USERPROFILE%",
  "useAcrylic": true 
  },

Example 2: windows terminal developer command prompt

{
  "backgroundImage" : "/content/images/2019/06/VS2019Logo-1.png",
  "backgroundImageOpacity" : 0.4,
  "backgroundImageStretchMode" : "uniform",
  "closeOnExit": true,
  "colorScheme": "Solarized Dark",
  "commandline": "cmd.exe /k C:\\Progra~2\\Micros~1\\2019\\Enterp~1\\Common7\\Tools\\VsDevCmd.bat",
  "cursorColor": "#FFFFFF",
  "cursorShape": "bar",
  "fontFace": "Consolas",
  "fontSize": 12,
  "guid": "{26b30263-74e9-4146-b80e-11632e86d42c}",
  "historySize": 9001,
  "icon": "/content/images/2019/06/VS2019Logo-1.png",
  "name": "VS2019 Dev Prompt",
  "padding": "0, 0, 0, 0",
  "snapOnInput": true,
  "startingDirectory": "C:\\Repos\\",
}

Tags:

Misc Example