[PR #731] [CLOSED] Changes to the profiles.json to add Ubuntu and make CMD default #24275

Open
opened 2026-01-31 09:02:21 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/731
Author: @anmolmehrotra
Created: 5/13/2019
Status: Closed

Base: masterHead: dev/duhowett/fixci


📝 Commits (1)

  • 33fa456 ci: check out submodules, too

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 build/pipelines/templates/build-console-steps.yml (+1 -0)

📄 Description

{
"defaultProfile": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f0}",
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": true,
"showTerminalTitleInTitlebar": true,
"experimental_showTabsInTitlebar": true,
"profiles": [

{
  "startingDirectory": "%USERPROFILE%",
  "guid": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f0}",
  "name": "CMD",
  "background": "#000000",
  "colorscheme": "Solarized Dark",
  "historySize": 9001,
  "snapOnInput": true,
  "cursorColor": "#FFFFFF",
  "cursorShape": "bar",
  "commandline": "cmd.exe",
  "fontFace": "Courier New",
  "fontSize": 12,
  "acrylicOpacity": 0.2,
  "useAcrylic": true,
  "closeOnExit": true,
  "padding": "0, 0, 0, 0"
},
{
  "startingDirectory": "%USERPROFILE%",
  "guid": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f1}",
  "name": "PowerShell",
  "background": "#000000",
  "colorscheme": "Solarized Dark",
  "historySize": 9001,
  "snapOnInput": true,
  "cursorColor": "#FFFFFF",
  "cursorShape": "bar",
  "commandline": "powershell.exe",
  "fontFace": "Courier New",
  "fontSize": 12,
  "acrylicOpacity": 0.5,
  "useAcrylic": true,
  "closeOnExit": true,
  "padding": "0, 0, 0, 0"
},
{
  "startingDirectory": "%USERPROFILE%",
  "guid": "{8cc011af-08c9-45ce-9953-86850e09d809}",
  "name": "Ubuntu",
  "background": "#000000",
  "colorscheme": "Solarized Black",
  "historySize": 9001,
  "snapOnInput": true,
  "cursorColor": "#FFFFFF",
  "cursorShape": "bar",
  "commandline": "ubuntu1804",
  "fontFace": "Courier New",
  "fontSize": 12,
  "acrylicOpacity": 0.75,
  "useAcrylic": true,
  "closeOnExit": true,
  "padding": "0, 0, 0, 0"
}

],
"schemes": [

{
  "name": "Campbell",
  "foreground": "#F2F2F2",
  "background": "#0C0C0C",
  "colors": [ "#0C0C0C", "#C50F1F", "#13A10E", "#C19C00", "#0037DA", "#881798", "#3A96DD", "#CCCCCC", "#767676", "#E74856", "#16C60C", "#F9F1A5", "#3B78FF", "#B4009E", "#61D6D6", "#F2F2F2" ]
},
{
  "name": "Solarized Dark",
  "foreground": "#FDF6E3",
  "background": "#073642",
  "colors": [ "#073642", "#D30102", "#859900", "#B58900", "#268BD2", "#D33682", "#2AA198", "#EEE8D5", "#002B36", "#CB4B16", "#586E75", "#657B83", "#839496", "#6C71C4", "#93A1A1", "#FDF6E3" ]
},
{
  "name": "Solarized Light",
  "foreground": "#073642",
  "background": "#FDF6E3",
  "colors": [ "#073642", "#D30102", "#859900", "#B58900", "#268BD2", "#D33682", "#2AA198", "#EEE8D5", "#002B36", "#CB4B16", "#586E75", "#657B83", "#839496", "#6C71C4", "#93A1A1", "#FDF6E3" ]
}

]
}


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/731 **Author:** [@anmolmehrotra](https://github.com/anmolmehrotra) **Created:** 5/13/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev/duhowett/fixci` --- ### 📝 Commits (1) - [`33fa456`](https://github.com/microsoft/terminal/commit/33fa456d4ff0dfe9c3ad28ad05714179a729381f) ci: check out submodules, too ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `build/pipelines/templates/build-console-steps.yml` (+1 -0) </details> ### 📄 Description { "defaultProfile": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f0}", "initialRows": 30, "initialCols": 120, "alwaysShowTabs": true, "showTerminalTitleInTitlebar": true, "experimental_showTabsInTitlebar": true, "profiles": [ { "startingDirectory": "%USERPROFILE%", "guid": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f0}", "name": "CMD", "background": "#000000", "colorscheme": "Solarized Dark", "historySize": 9001, "snapOnInput": true, "cursorColor": "#FFFFFF", "cursorShape": "bar", "commandline": "cmd.exe", "fontFace": "Courier New", "fontSize": 12, "acrylicOpacity": 0.2, "useAcrylic": true, "closeOnExit": true, "padding": "0, 0, 0, 0" }, { "startingDirectory": "%USERPROFILE%", "guid": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f1}", "name": "PowerShell", "background": "#000000", "colorscheme": "Solarized Dark", "historySize": 9001, "snapOnInput": true, "cursorColor": "#FFFFFF", "cursorShape": "bar", "commandline": "powershell.exe", "fontFace": "Courier New", "fontSize": 12, "acrylicOpacity": 0.5, "useAcrylic": true, "closeOnExit": true, "padding": "0, 0, 0, 0" }, { "startingDirectory": "%USERPROFILE%", "guid": "{8cc011af-08c9-45ce-9953-86850e09d809}", "name": "Ubuntu", "background": "#000000", "colorscheme": "Solarized Black", "historySize": 9001, "snapOnInput": true, "cursorColor": "#FFFFFF", "cursorShape": "bar", "commandline": "ubuntu1804", "fontFace": "Courier New", "fontSize": 12, "acrylicOpacity": 0.75, "useAcrylic": true, "closeOnExit": true, "padding": "0, 0, 0, 0" } ], "schemes": [ { "name": "Campbell", "foreground": "#F2F2F2", "background": "#0C0C0C", "colors": [ "#0C0C0C", "#C50F1F", "#13A10E", "#C19C00", "#0037DA", "#881798", "#3A96DD", "#CCCCCC", "#767676", "#E74856", "#16C60C", "#F9F1A5", "#3B78FF", "#B4009E", "#61D6D6", "#F2F2F2" ] }, { "name": "Solarized Dark", "foreground": "#FDF6E3", "background": "#073642", "colors": [ "#073642", "#D30102", "#859900", "#B58900", "#268BD2", "#D33682", "#2AA198", "#EEE8D5", "#002B36", "#CB4B16", "#586E75", "#657B83", "#839496", "#6C71C4", "#93A1A1", "#FDF6E3" ] }, { "name": "Solarized Light", "foreground": "#073642", "background": "#FDF6E3", "colors": [ "#073642", "#D30102", "#859900", "#B58900", "#268BD2", "#D33682", "#2AA198", "#EEE8D5", "#002B36", "#CB4B16", "#586E75", "#657B83", "#839496", "#6C71C4", "#93A1A1", "#FDF6E3" ] } ] } --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:02:21 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24275