{"id":6424,"date":"2021-01-28T10:00:58","date_gmt":"2021-01-28T18:00:58","guid":{"rendered":"https:\/\/devblogs.microsoft.com\/commandline\/?p=6424"},"modified":"2021-02-08T11:16:46","modified_gmt":"2021-02-08T19:16:46","slug":"windows-terminal-preview-1-6-release","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-6-release\/","title":{"rendered":"Windows Terminal Preview 1.6 Release"},"content":{"rendered":"<p>Welcome to our first Windows Terminal release of 2021! This release brings new features to <a href=\"https:\/\/aka.ms\/terminal-preview\" rel=\"noopener noreferrer\" target=\"_blank\">Windows Terminal Preview<\/a> version 1.6 as well as moves <a href=\"https:\/\/aka.ms\/terminal\" rel=\"noopener noreferrer\" target=\"_blank\">Windows Terminal<\/a> to version 1.5, which includes the features from this <a href=\"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-5-release\/\" rel=\"noopener noreferrer\" target=\"_blank\">previous blog post<\/a>. You can download both versions from the Microsoft Store or from the <a href=\"https:\/\/github.com\/microsoft\/terminal\/releases\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub releases page<\/a>. Below are some of the highlights in this release, however we recommend checking out the <a href=\"https:\/\/github.com\/microsoft\/terminal\/releases\" rel=\"noopener noreferrer\" target=\"_blank\">release notes<\/a> to see everything that has improved with version 1.6.<\/p>\n<h2>Settings UI<\/h2>\n<p>It&#8217;s finally here! Windows Terminal Preview now includes the alpha release of our new settings UI. The settings UI is not yet bound by default and will <em>not<\/em> open when clicking the settings button in the dropdown menu, so you will need to add an action to your settings.json file in order to open it with either the command palette or your keyboard.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/settings-ui-1.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/settings-ui-1.png\" alt=\"Image settings ui\" width=\"1732\" height=\"950\" class=\"alignnone size-full wp-image-6460\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/settings-ui-1.png 1732w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/settings-ui-1-300x165.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/settings-ui-1-1024x562.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/settings-ui-1-768x421.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/settings-ui-1-1536x842.png 1536w\" sizes=\"(max-width: 1732px) 100vw, 1732px\" \/><\/a><\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/settings-ui-blog.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/settings-ui-blog.gif\" alt=\"Image settings ui blog\" width=\"1721\" height=\"939\" class=\"alignnone size-full wp-image-6427\" \/><\/a><\/p>\n<h3>How to open the settings UI<\/h3>\n<p>To bind the settings UI to <kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>,<\/kbd>, add the following to your <code>actions<\/code> array (or <code>keybindings<\/code> if you have an older version of the settings file):<\/p>\n<pre><code>{ \"command\": { \"action\": \"openSettings\", \"target\": \"settingsUI\" }, \"keys\": \"ctrl+shift+,\" },\n<\/code><\/pre>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/open-settings-ui.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/open-settings-ui.gif\" alt=\"Image open settings ui\" width=\"1721\" height=\"939\" class=\"alignnone size-full wp-image-6428\" \/><\/a><\/p>\n<h3>Settings file backups<\/h3>\n<p>While the settings UI remains in preview, we will be generating backups of your previous settings files in case something were to go wrong with editing your settings and you need to revert. These backup files can be found in the same location as your settings.json file. The easiest way to navigate here is to right click on the tab of the settings.json file in Visual Studio Code and select &#8220;Reveal in File Explorer&#8221;.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/reveal-in-file-explorer.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/reveal-in-file-explorer.png\" alt=\"Image reveal in file explorer\" width=\"634\" height=\"675\" class=\"alignnone size-full wp-image-6429\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/reveal-in-file-explorer.png 634w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/reveal-in-file-explorer-282x300.png 282w\" sizes=\"(max-width: 634px) 100vw, 634px\" \/><\/a><\/p>\n<h3>Thank you to the community<\/h3>\n<p>We&#8217;d like to give a special shoutout to those who have contributed to the settings UI. It originally started as a hackathon project and we built upon it to deliver the experience you see today. We&#8217;d like to thank <a href=\"https:\/\/github.com\/almedina-ms\" rel=\"noopener noreferrer\" target=\"_blank\">@almedina-ms<\/a>, <a href=\"https:\/\/github.com\/xerootg\" rel=\"noopener noreferrer\" target=\"_blank\">@xerootg<\/a>, <a href=\"https:\/\/github.com\/scott-armiger\" rel=\"noopener noreferrer\" target=\"_blank\">@scott-armiger<\/a>, and <a href=\"https:\/\/github.com\/vineeththomasalex\" rel=\"noopener noreferrer\" target=\"_blank\">@vineeththomasalex<\/a> for their hard work in helping us get the settings UI up and running!<\/p>\n<h3>What&#8217;s up next<\/h3>\n<p>We are still actively working on the settings UI and will be continuously shipping updates. Here are a few things we&#8217;re working on now:<\/p>\n<ul>\n<li>Ensuring the settings UI includes intuitive keyboard navigation and improved accessibility.<\/li>\n<li>Adding actions and key bindings into the settings UI.<\/li>\n<li>Providing functionality to reorder your profiles.<\/li>\n<\/ul>\n<p>If you&#8217;d like to follow along with the progress of the settings UI, feel free to follow <a href=\"https:\/\/github.com\/microsoft\/terminal\/issues\/6800\" rel=\"noopener noreferrer\" target=\"_blank\">this issue<\/a> on GitHub.<\/p>\n<h2>Startup actions<\/h2>\n<p>Have you been wanting to start your terminal in a custom configuration when you launch it? Well today is your lucky day! You can now set <a href=\"https:\/\/docs.microsoft.com\/windows\/terminal\/customize-settings\/startup\" rel=\"noopener noreferrer\" target=\"_blank\">startup actions<\/a> in your global settings to configure how your terminal launches (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!). The <code>startupActions<\/code> setting accepts wt command line arguments. More information on command line arguments can be found on our <a href=\"https:\/\/docs.microsoft.com\/windows\/terminal\/command-line-arguments\" rel=\"noopener noreferrer\" target=\"_blank\">docs site<\/a>.<\/p>\n<pre><code>\/\/ Launch terminal with multiple tabs\n\"startupActions\": \"new-tab; new-tab\"\n\n\/\/Launch terminal with one tab split into a PowerShell pane and an Ubuntu pane\n\"startupActions\": \"split-pane -p PowerShell ; split-pane -p Ubuntu\"\n<\/code><\/pre>\n<p>\ud83d\udc49 <strong>Note:<\/strong> This setting is not yet available in the settings UI and is only available by editing the settings.json file.<\/p>\n<h2>Progress indicator<\/h2>\n<p>The terminal will now display a progress indicator in the tab and taskbar whenever an OSC 9;4 sequence is received. More information on remaining tasks and documentation for the progress indicator can be found on <a href=\"https:\/\/github.com\/microsoft\/terminal\/issues\/6700\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub<\/a>.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/progress-ring.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/progress-ring.gif\" alt=\"Image progress ring\" width=\"807\" height=\"534\" class=\"alignnone size-full wp-image-6431\" \/><\/a><\/p>\n<h2>Pixel shaders<\/h2>\n<p>As a new experimental feature, you can now use HLSL pixel shaders inside your profile (Thanks <a href=\"https:\/\/github.com\/mrange\" rel=\"noopener noreferrer\" target=\"_blank\">@mrange<\/a>!). Some examples of shaders can be found in our <a href=\"https:\/\/github.com\/microsoft\/terminal\/tree\/main\/samples\/PixelShaders\" rel=\"noopener noreferrer\" target=\"_blank\">repository<\/a>.<\/p>\n<pre><code>\"experimental.pixelShaderPath\": \"C:\\\\temp\\\\invert.hlsl\"\n<\/code><\/pre>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/pixel-shaders.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/pixel-shaders.png\" alt=\"Image pixel shaders\" width=\"1742\" height=\"950\" class=\"alignnone size-full wp-image-6433\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/pixel-shaders.png 1742w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/pixel-shaders-300x164.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/pixel-shaders-1024x558.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/pixel-shaders-768x419.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/pixel-shaders-1536x838.png 1536w\" sizes=\"(max-width: 1742px) 100vw, 1742px\" \/><\/a><\/p>\n<p>\ud83d\udc49 <strong>Note:<\/strong> This setting is not yet available in the settings UI and is only available by editing the settings.json file.<\/p>\n<h2>New actions<\/h2>\n<h3>Scroll to the top and bottom of history<\/h3>\n<p>You can use the <code>scrollToTop<\/code> and <code>scrollToBottom<\/code> commands to scroll to the beginning or end of the text buffer (Thanks <a href=\"https:\/\/github.com\/Hegunumo\" rel=\"noopener noreferrer\" target=\"_blank\">@Hegunumo<\/a>!).<\/p>\n<pre><code>{ \"command\": \"scrollToTop\", \"keys\": \"ctrl+shift+home\" },\n{ \"command\": \"scrollToBottom\", \"keys\": \"ctrl+shift+end\" }\n<\/code><\/pre>\n<h3>Focus on most recently used pane<\/h3>\n<p>The <code>moveFocus<\/code> action has gained a new direction, <code>previous<\/code>, that will let you navigate to the last used pane with your keyboard.<\/p>\n<pre><code>{ \"command\": { \"action\": \"moveFocus\", \"direction\": \"previous\" }, \"keys\": \"ctrl+alt+left\" }\n<\/code><\/pre>\n<h3>Move tabs<\/h3>\n<p>You can now move your tabs backward (left) and forward (right) using the keyboard with the <code>moveTab<\/code> command (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<pre><code>{ \"command\": { \"action\": \"moveTab\", \"direction\": \"backward\" }, \"keys\": \"\" },\n{ \"command\": { \"action\": \"moveTab\", \"direction\": \"forward\" }, \"keys\": \"\" }\n<\/code><\/pre>\n<p>\ud83d\udc49 <strong>Note:<\/strong> This action is not bound by default.<\/p>\n<h2>Other features<\/h2>\n<p>\ud83c\udf1f The <code>splitPane<\/code> action and <code>split-pane, sp<\/code> command line argument now accept a size parameter to define the size of the pane.<\/p>\n<p>\ud83c\udf1f The <code>move-focus<\/code> command line argument has also been added, so you can specify which pane to focus when launching the terminal using the command line.<\/p>\n<p>\ud83c\udf1f You can now specify a tab color for each new tab or pane through the command line with <code>--tabColor #rrggbb<\/code> (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<p>\ud83c\udf1f The terminal now supports <a href=\"https:\/\/conemu.github.io\/en\/AnsiEscapeCodes.html#ConEmu_specific_OSC\" rel=\"noopener noreferrer\" target=\"_blank\">ConEmu&#8217;s OSC 9;9 sequence<\/a>, which sets the current working directory. If you emit <code>OSC 9;9;&lt;Windows path&gt;<\/code>, creating a duplicate of that pane or tab will use the Windows path you specified (Thanks <a href=\"https:\/\/github.com\/skyline75489\" rel=\"noopener noreferrer\" target=\"_blank\">@skyline75489<\/a>!).<\/p>\n<p>\ud83c\udf1f When you emit a BEL, the terminal will display the bell icon in the tab. You can also now set the <a href=\"https:\/\/docs.microsoft.com\/windows\/terminal\/customize-settings\/profile-advanced#bell-notification-style\" rel=\"noopener noreferrer\" target=\"_blank\">bell style<\/a> to <code>\"visual\"<\/code>, which will cause it to flash the taskbar.<\/p>\n<p>\ud83c\udf1f You can now have a double underscore cursor in the terminal (Thanks <a href=\"https:\/\/github.com\/rhorber\" rel=\"noopener noreferrer\" target=\"_blank\">@rhorber<\/a>!).<\/p>\n<p>\ud83c\udf1f The command palette now supports <code>\"launchMode\"<\/code>, which can be set to <code>\"action\"<\/code> or <code>\"commandLine\"<\/code> (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<h2>Miscellaneous improvements<\/h2>\n<p>\ud83d\udee0 The &#8220;Open Windows Terminal here&#8221; menu item will now show up inside directories (Thanks <a href=\"https:\/\/github.com\/hereafter\" rel=\"noopener noreferrer\" target=\"_blank\">@hereafter<\/a>!).<\/p>\n<p>\ud83d\udee0 The command palette, while in command line mode, will now parse and validate commands you&#8217;ve typed and display recently used commands (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<p>\ud83d\udee0 Windows Terminal will now display italic fonts (Thanks <a href=\"https:\/\/github.com\/j4james\" rel=\"noopener noreferrer\" target=\"_blank\">@j4james<\/a>!).<\/p>\n<p>\ud83d\udee0 Starting a search with text selected will now copy that text into the search field (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<p>\ud83d\udee0 The terminal has received approximately a 33% performance improvement in the total runtime of bulk text output (Thanks <a href=\"https:\/\/github.com\/austin-lamb\" rel=\"noopener noreferrer\" target=\"_blank\">@austin-lamb<\/a>!).<\/p>\n<h2>Bug fixes<\/h2>\n<p>\ud83d\udc1b Hyperlinks will display an underline on hover even when the window isn&#8217;t focused (Thanks <a href=\"https:\/\/github.com\/Hegunumo\" rel=\"noopener noreferrer\" target=\"_blank\">@Hegunumo<\/a>!).<\/p>\n<p>\ud83d\udc1b When most-recently-used tab switching is enabled, closing a tab will move you to the previously-used tab (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>)!.<\/p>\n<p>\ud83d\udc1b Right-click + paste now clears any active selection (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<p>\ud83d\udc1b The profile menu and command palette will now prefer your shortcut keys over the built-in ones (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<h2>Top contributors<\/h2>\n<p>This is our biggest release since we initially launched in 2019 and we&#8217;d like to acknowledge the community members who went above and beyond!<\/p>\n<h3>Contributors who opened the most non-duplicate issues<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">Don-Vito<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/j4james\" rel=\"noopener noreferrer\" target=\"_blank\">j4james<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/vefatica\" rel=\"noopener noreferrer\" target=\"_blank\">vefatica<\/a><\/p>\n<h3>Contributors who created the most merged pull requests<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">Don-Vito<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/Hegunumo\" rel=\"noopener noreferrer\" target=\"_blank\">Hegunumo<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/j4james\" rel=\"noopener noreferrer\" target=\"_blank\">j4james<\/a><\/p>\n<h3>Contributors who provided the most comments on pull requests<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">Don-Vito<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/skyline75489\" rel=\"noopener noreferrer\" target=\"_blank\">skyline75489<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/mdtauk\" rel=\"noopener noreferrer\" target=\"_blank\">mdtauk<\/a><\/p>\n<h2>Cheers!<\/h2>\n<p>Full documentation for all of our features can be found on our <a href=\"https:\/\/aka.ms\/terminal-docs\" rel=\"noopener noreferrer\" target=\"_blank\">docs site<\/a>. If you have any questions or feedback, feel free to reach out to Kayla (<a href=\"https:\/\/twitter.com\/cinnamon_msft\" rel=\"noopener noreferrer\" target=\"_blank\">@cinnamon_msft<\/a>) on Twitter. If you find any bugs or would like to request a new feature, you can file an issue on <a href=\"https:\/\/github.com\/microsoft\/terminal\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub<\/a>. We hope you like this latest release of Windows Terminal Preview and we&#8217;ll see you at the next one!<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/08-2020-signatures.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/08-2020-signatures.png\" alt=\"Image 08 2020 signatures\" width=\"2006\" height=\"259\" class=\"alignnone size-full wp-image-6435\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/08-2020-signatures.png 2006w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/08-2020-signatures-300x39.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/08-2020-signatures-1024x132.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/08-2020-signatures-768x99.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/01\/08-2020-signatures-1536x198.png 1536w\" sizes=\"(max-width: 2006px) 100vw, 2006px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to our first Windows Terminal release of 2021! This release brings new features to Windows Terminal Preview version 1.6 as well as moves Windows Terminal to version 1.5, which includes the features from this previous blog post. You can download both versions from the Microsoft Store or from the GitHub releases page. Below are [&hellip;]<\/p>\n","protected":false},"author":3539,"featured_media":6442,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[10,1,2,3,4,1535,5,6,8,9,782],"tags":[27,29,31,42,43,45,1548,48,59,70,72],"class_list":["post-6424","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cmd","category-commandline","category-command-line","category-linux-tools","category-ms-dos","category-open-source","category-windows-10","category-windows-console","category-windows-store","category-bash-on-ubuntu-on-windows","category-windows-terminal","tag-cmd","tag-command-line","tag-console","tag-linux","tag-linuxtools","tag-ms-dos","tag-open-source","tag-powershell","tag-terminal","tag-windows-10","tag-wsl"],"acf":[],"blog_post_summary":"<p>Welcome to our first Windows Terminal release of 2021! This release brings new features to Windows Terminal Preview version 1.6 as well as moves Windows Terminal to version 1.5, which includes the features from this previous blog post. You can download both versions from the Microsoft Store or from the GitHub releases page. Below are [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/6424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/users\/3539"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/comments?post=6424"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/6424\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media\/6442"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media?parent=6424"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/categories?post=6424"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/tags?post=6424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}