{"id":9520,"date":"2021-06-10T11:33:29","date_gmt":"2021-06-10T09:33:29","guid":{"rendered":"https:\/\/www.consolvis.de\/?p=9520"},"modified":"2021-06-25T15:25:26","modified_gmt":"2021-06-25T13:25:26","slug":"beautify-your-windows-powershell-in-visual-studio-code","status":"publish","type":"post","link":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/","title":{"rendered":"Beautify your Windows PowerShell in Visual Studio Code"},"content":{"rendered":"[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_spacing=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_shadow=”none” column_border_radius=”none” column_link_target=”_self” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1\/1″ tablet_width_inherit=”default” tablet_text_alignment=”default” phone_text_alignment=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_video link=”https:\/\/youtu.be\/ZqEsWxzv8yg” align=”center”][vc_column_text]\n

With Oh My Posh your Visual Studio Code Terminal will become a real highlight.<\/h1>\n

This is what your Visual Studio Code Terminal looks like when you have Oh My Posh<\/a> installed along with Posh-Git<\/a>, which provides the additional Git-specific metadata on the command line. The theme shown below is Slim. Oh My Posh is a custom prompt engine for any shell that allows you to customize the prompt string with functions or variables. This can be helpful and looks better to me, but is not a necessity. So be warned and follow the steps only if you also want an extended PowerShell in VS code.[\/vc_column_text][nectar_image_with_hotspots image=”9492″ preview=”https:\/\/www.consolvis.de\/wp-content\/uploads\/2021\/06\/VSCodeWindowsPowershell.png” color_1=”Accent-Color” hotspot_icon=”plus_sign” tooltip=”hover” tooltip_shadow=”none”][nectar_hotspot left=”2.2877040281901193%” top=”61.99653625488282%” position=”top”]Operating system[\/nectar_hotspot][nectar_hotspot left=”20.859557499142444%” top=”61.13716125488281%” position=”top”]Session[\/nectar_hotspot][nectar_hotspot left=”43.653301118283615%” top=”60.486114501953125%” position=”top”]Root[\/nectar_hotspot][nectar_hotspot left=”52.72267507565744%” top=”60.27778625488281%” position=”top”]Path[\/nectar_hotspot][nectar_hotspot left=”67.31140134246073%” top=”60.763885498046875%” position=”top”]Git[\/nectar_hotspot][nectar_hotspot left=”79.43105601347928%” top=”60.46006774902344%” position=”top”]Node.js version[\/nectar_hotspot][nectar_hotspot left=”90.57527884836168%” top=”61.21528625488282%” position=”top”]Time[\/nectar_hotspot][nectar_hotspot left=”91.22494206295123%” top=”87.13540649414062%” position=”top”]Execution time and return code[\/nectar_hotspot][nectar_hotspot left=”6.35041237330901%” top=”89.00173950195312%” position=”top”]Input[\/nectar_hotspot][\/nectar_image_with_hotspots][vc_column_text]\n

Step 1 – Installing Oh My Posh and Posh-Git<\/h2>\n

First, you need to install Oh My Posh and Posh-Git. I assume that you already have Visual Studio Code and Git for Windows installed. Start Visual Studio Code and open PowerShell in the terminal.[\/vc_column_text][image_with_animation image_url=”9496″ animation=”Fade In” hover_animation=”none” alignment=”” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default”][vc_column_text]Now enter the following commands in PowerShell. The first time you run the Install-Modules command, you will get a warning that you are downloading and installing things from the Internet, so follow the prompts accordingly.[\/vc_column_text][vc_raw_js]JTNDc2NyaXB0JTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZnaXN0LmdpdGh1Yi5jb20lMkZ0c3RlY2tlbmJvcm4lMkY3NGQzMDQ3ZGM5OGE3MmI5YTRjMTYwNjE0YWQzMzhjZS5qcyUzRmZpbGUlM0RnaXN0ZmlsZTEudHh0JTIyJTNFJTNDJTJGc2NyaXB0JTNF[\/vc_raw_js][image_with_animation image_url=”9498″ animation=”Fade In” hover_animation=”none” alignment=”” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default”][vc_column_text]Then run “code $PROFILE” in PowerShell. This command opens your PowerShell profile in Visual Studio Code. Enter the following lines in this file and save it.[\/vc_column_text][vc_raw_js]JTNDc2NyaXB0JTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZnaXN0LmdpdGh1Yi5jb20lMkZ0c3RlY2tlbmJvcm4lMkY3NGQzMDQ3ZGM5OGE3MmI5YTRjMTYwNjE0YWQzMzhjZS5qcyUzRmZpbGUlM0RNaWNyb3NvZnQuUG93ZXJTaGVsbF9wcm9maWxlLnBzMSUyMiUzRSUzQyUyRnNjcmlwdCUzRQ==[\/vc_raw_js][vc_column_text]The use of “Slim” is optional. It is the name of a theme <\/a>and you can (and should!) choose the theme you are excited about and use the name of that theme here.[\/vc_column_text][vc_column_text]Now open a new PowerShell in the terminal and you will see the first change.[\/vc_column_text][image_with_animation image_url=”9500″ animation=”Fade In” hover_animation=”none” alignment=”” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default”][vc_column_text]But something is still not quite right. You see a lot of question marks. These question marks represent characters that your current font does not support. Let’s fix that in the next step.[\/vc_column_text][vc_column_text]\n

Step 2 – Install a suitable font<\/h2>\n

The font you are using does not have the extended powerline characters. These characters are what make the terminal look so awesome! Such fonts are available from Nerd Fonts<\/a>, for example. I am currently using FiraCode. Choose the font<\/a> you like and install one of the included mono fonts.[\/vc_column_text][image_with_animation image_url=”9502″ animation=”Fade In” hover_animation=”none” alignment=”” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default”][vc_column_text]Now you need to use the installed font in Visual Studio Code for the terminal. To do this, open the command palette in VS Code (Ctrl-Shift-P) and select “Preferences: Open Settings (JSON)”. Add an entry for “terminal.integrated.fontFamily” here. For example, for the font used above, it looks like this: “”terminal.integrated.fontFamily”: “FiraCode NF”,”.<\/p>\n

Save your settings and see the font directly in your terminal. If you just installed the font, you may need to restart VS Code.[\/vc_column_text][image_with_animation image_url=”9508″ animation=”Fade In” hover_animation=”none” alignment=”” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default”][vc_column_text]You now have a prettified and enhanced Windows PowerShell in your Visual Studio Code terminal. Do you have any other tips for a nicer PowerShell in VS Code?[\/vc_column_text][\/vc_column][\/vc_row]\n","protected":false},"excerpt":{"rendered":"

[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_spacing=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_shadow=”none” column_border_radius=”none” column_link_target=”_self” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1\/1″ tablet_width_inherit=”default”…<\/p>\n","protected":false},"author":2,"featured_media":9493,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3002],"tags":[],"yoast_head":"\nBeautify your Windows PowerShell in Visual Studio Code<\/title>\n<meta name=\"description\" content=\"This is what your Visual Studio Code Terminal looks like when you have Oh My Posh installed along with Posh-Git. The theme shown below is Slim.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Beautify your Windows PowerShell in Visual Studio Code\" \/>\n<meta property=\"og:description\" content=\"This is what your Visual Studio Code Terminal looks like when you have Oh My Posh installed along with Posh-Git. The theme shown below is Slim.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/\" \/>\n<meta property=\"og:site_name\" content=\"Consolvis GmbH\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/consolvis\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-10T09:33:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-25T13:25:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.consolvis.de\/wp-content\/uploads\/2021\/06\/VSCodeWindowsPowershell.png\" \/>\n\t<meta property=\"og:image:width\" content=\"938\" \/>\n\t<meta property=\"og:image:height\" content=\"200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tobias Steckenborn\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@consolvis\" \/>\n<meta name=\"twitter:site\" content=\"@consolvis\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tobias Steckenborn\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/\"},\"author\":{\"name\":\"Tobias Steckenborn\",\"@id\":\"https:\/\/www.consolvis.de\/en\/#\/schema\/person\/8295c29f7d7c524bd5bb8adc99297872\"},\"headline\":\"Beautify your Windows PowerShell in Visual Studio Code\",\"datePublished\":\"2021-06-10T09:33:29+00:00\",\"dateModified\":\"2021-06-25T13:25:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/\"},\"wordCount\":981,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.consolvis.de\/en\/#organization\"},\"articleSection\":[\"Miscellaneous\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/\",\"url\":\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/\",\"name\":\"Beautify your Windows PowerShell in Visual Studio Code\",\"isPartOf\":{\"@id\":\"https:\/\/www.consolvis.de\/en\/#website\"},\"datePublished\":\"2021-06-10T09:33:29+00:00\",\"dateModified\":\"2021-06-25T13:25:26+00:00\",\"description\":\"This is what your Visual Studio Code Terminal looks like when you have Oh My Posh installed along with Posh-Git. The theme shown below is Slim.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/www.consolvis.de\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Beautify your Windows PowerShell in Visual Studio Code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.consolvis.de\/en\/#website\",\"url\":\"https:\/\/www.consolvis.de\/en\/\",\"name\":\"Consolvis GmbH\",\"description\":\"Die SAP Business Technology Platform Berater\",\"publisher\":{\"@id\":\"https:\/\/www.consolvis.de\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.consolvis.de\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.consolvis.de\/en\/#organization\",\"name\":\"Consolvis\",\"url\":\"https:\/\/www.consolvis.de\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.consolvis.de\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.consolvis.de\/wp-content\/uploads\/2018\/11\/C-Logo_neu.png\",\"contentUrl\":\"https:\/\/www.consolvis.de\/wp-content\/uploads\/2018\/11\/C-Logo_neu.png\",\"width\":552,\"height\":542,\"caption\":\"Consolvis\"},\"image\":{\"@id\":\"https:\/\/www.consolvis.de\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/consolvis\/\",\"https:\/\/twitter.com\/consolvis\",\"https:\/\/www.instagram.com\/consolvis\/\",\"https:\/\/www.linkedin.com\/company\/consolvis-gmbh\/\",\"https:\/\/www.youtube.com\/channel\/UCBBAshw8YGzhF54lbNrmtUQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.consolvis.de\/en\/#\/schema\/person\/8295c29f7d7c524bd5bb8adc99297872\",\"name\":\"Tobias Steckenborn\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.consolvis.de\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e51486ab94c01d982d63919a80de7759?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e51486ab94c01d982d63919a80de7759?s=96&d=mm&r=g\",\"caption\":\"Tobias Steckenborn\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Beautify your Windows PowerShell in Visual Studio Code","description":"This is what your Visual Studio Code Terminal looks like when you have Oh My Posh installed along with Posh-Git. The theme shown below is Slim.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/","og_locale":"en_US","og_type":"article","og_title":"Beautify your Windows PowerShell in Visual Studio Code","og_description":"This is what your Visual Studio Code Terminal looks like when you have Oh My Posh installed along with Posh-Git. The theme shown below is Slim.","og_url":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/","og_site_name":"Consolvis GmbH","article_publisher":"https:\/\/www.facebook.com\/consolvis\/","article_published_time":"2021-06-10T09:33:29+00:00","article_modified_time":"2021-06-25T13:25:26+00:00","og_image":[{"width":938,"height":200,"url":"https:\/\/www.consolvis.de\/wp-content\/uploads\/2021\/06\/VSCodeWindowsPowershell.png","type":"image\/png"}],"author":"Tobias Steckenborn","twitter_card":"summary_large_image","twitter_creator":"@consolvis","twitter_site":"@consolvis","twitter_misc":{"Written by":"Tobias Steckenborn","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/#article","isPartOf":{"@id":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/"},"author":{"name":"Tobias Steckenborn","@id":"https:\/\/www.consolvis.de\/en\/#\/schema\/person\/8295c29f7d7c524bd5bb8adc99297872"},"headline":"Beautify your Windows PowerShell in Visual Studio Code","datePublished":"2021-06-10T09:33:29+00:00","dateModified":"2021-06-25T13:25:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/"},"wordCount":981,"commentCount":0,"publisher":{"@id":"https:\/\/www.consolvis.de\/en\/#organization"},"articleSection":["Miscellaneous"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/","url":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/","name":"Beautify your Windows PowerShell in Visual Studio Code","isPartOf":{"@id":"https:\/\/www.consolvis.de\/en\/#website"},"datePublished":"2021-06-10T09:33:29+00:00","dateModified":"2021-06-25T13:25:26+00:00","description":"This is what your Visual Studio Code Terminal looks like when you have Oh My Posh installed along with Posh-Git. The theme shown below is Slim.","breadcrumb":{"@id":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.consolvis.de\/en\/blog\/beautify-your-windows-powershell-in-visual-studio-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.consolvis.de\/en\/"},{"@type":"ListItem","position":2,"name":"Beautify your Windows PowerShell in Visual Studio Code"}]},{"@type":"WebSite","@id":"https:\/\/www.consolvis.de\/en\/#website","url":"https:\/\/www.consolvis.de\/en\/","name":"Consolvis GmbH","description":"Die SAP Business Technology Platform Berater","publisher":{"@id":"https:\/\/www.consolvis.de\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.consolvis.de\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.consolvis.de\/en\/#organization","name":"Consolvis","url":"https:\/\/www.consolvis.de\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.consolvis.de\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.consolvis.de\/wp-content\/uploads\/2018\/11\/C-Logo_neu.png","contentUrl":"https:\/\/www.consolvis.de\/wp-content\/uploads\/2018\/11\/C-Logo_neu.png","width":552,"height":542,"caption":"Consolvis"},"image":{"@id":"https:\/\/www.consolvis.de\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/consolvis\/","https:\/\/twitter.com\/consolvis","https:\/\/www.instagram.com\/consolvis\/","https:\/\/www.linkedin.com\/company\/consolvis-gmbh\/","https:\/\/www.youtube.com\/channel\/UCBBAshw8YGzhF54lbNrmtUQ"]},{"@type":"Person","@id":"https:\/\/www.consolvis.de\/en\/#\/schema\/person\/8295c29f7d7c524bd5bb8adc99297872","name":"Tobias Steckenborn","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.consolvis.de\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e51486ab94c01d982d63919a80de7759?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e51486ab94c01d982d63919a80de7759?s=96&d=mm&r=g","caption":"Tobias Steckenborn"}}]}},"_links":{"self":[{"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/posts\/9520"}],"collection":[{"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/comments?post=9520"}],"version-history":[{"count":0,"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/posts\/9520\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/media\/9493"}],"wp:attachment":[{"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/media?parent=9520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/categories?post=9520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.consolvis.de\/en\/wp-json\/wp\/v2\/tags?post=9520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}