{"id":6950,"date":"2017-07-12T15:24:12","date_gmt":"2017-07-12T15:24:12","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=6950"},"modified":"2017-07-12T15:24:12","modified_gmt":"2017-07-12T15:24:12","slug":"visual-studio-code-1-14-now-opens-multiple-project-in-same-editor","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2017\/07\/visual-studio-code-1-14-now-opens-multiple-project-in-same-editor\/","title":{"rendered":"Visual Studio Code 1.14 Now Opens Multiple Project In Same Editor"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/05\/vscode-icon245.png\" alt=\"Visual Studio Code IDE\" width=\"245\" height=\"250\" class=\"alignleft size-full wp-image-6810\" \/><\/p>\n<p>Microsoft Visual Studio Code has reached the 1.14 release earlier today with many great new features.<\/p>\n<p>VS Code 1.14 release highlights:<\/p>\n<ul>\n<li>Integrated terminal improvements &#8211; Find support, select\/copy multiple pages<\/li>\n<li>Command Palette MRU list &#8211; Quickly find and run your recently used commands<\/li>\n<li>New Tasks menu in top-level menu bar.<\/li>\n<li>Automatic indentation &#8211; Auto indent while typing, moving, and pasting source code.<\/li>\n<li>Emmet abbreviation enhancements &#8211; Add Emmet to any language. Multi-cursor support.<\/li>\n<li>New Diff review pane &#8211; Navigate Diff editor changes quickly with F7, displayed in patch format.<\/li>\n<li>Angular debugging recipe &#8211; Debug your Angular client in VS Code.<\/li>\n<li>Better screen reader support &#8211; Aria properties to better present list and drop-down items<\/li>\n<li>Preview: 64 bit Windows build &#8211; Try out the Windows 64 bit version (Insiders build).<\/li>\n<li>Preview: Multi-root workspaces &#8211; Open multiple projects in the same editor (Insiders build).<\/li>\n<\/ul>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/vscode.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/vscode-1.14-450x265.jpg\" alt=\"\" width=\"450\" height=\"265\" class=\"aligncenter size-medium wp-image-6951\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/vscode-1.14-450x265.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/vscode-1.14-768x452.jpg 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/vscode-1.14-600x353.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/vscode-1.14.jpg 1501w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/p>\n<h4>Download \/ Install VS Code in Ubuntu:<\/h4>\n<p>Visual Studio Code is <a href=\"https:\/\/ubuntuhandbook.org\/index.php\/2017\/05\/install-visual-studio-code-ide-easily-via-snap-in-ubuntu\/\" target=\"_blank\">available as Snap app<\/a> for Ubuntu Linux, though it&#8217;s version 1.13.1 at the moment of writing.<\/p>\n<p>Also the official <b>.deb<\/b> installer is available for download at the link below:<\/p>\n<p style=\"text-align:center;\"><a href='https:\/\/code.visualstudio.com\/Download' class='arconix-button arconix-button-medium arconix-button-gray' target=\"_blank\" >VS Code Download Page<\/a><\/p>\n<p>Download the .deb package and click install via Ubuntu Software or Gdebi package manager.<\/p>\n<h4>Add Visual Studio repository:<\/h4>\n<p>For those who want to add VS code Linux repository so to receive updates via <b>Software Updater<\/b> along with other system updates:<\/p>\n<p>1. Open terminal via Ctrl+Alt+T or by searching for &#8220;terminal&#8221; from app launcher. When it opens, run command to add the repository:<\/p>\n<pre style=\"border:none;\">sudo sh -c 'echo \"deb [arch=amd64] https:\/\/packages.microsoft.com\/repos\/vscode stable main\" > \/etc\/apt\/sources.list.d\/vscode.list'<\/pre>\n<p>2. Then download and install the key (need curl installed) via 2 commands:<\/p>\n<pre style=\"border:None;\">curl https:\/\/packages.microsoft.com\/keys\/microsoft.asc | gpg --dearmor > microsoft.gpg\r\n\r\nsudo mv microsoft.gpg \/etc\/apt\/trusted.gpg.d\/microsoft.gpg<\/pre>","protected":false},"excerpt":{"rendered":"<p>Microsoft Visual Studio Code has reached the 1.14 release earlier today with many great new features. VS Code 1.14 release highlights: Integrated terminal improvements &#8211; Find support, select\/copy multiple pages Command Palette MRU list &#8211; Quickly find and run your recently used commands New Tasks menu in top-level menu bar. Automatic indentation &#8211; Auto indent [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[1449],"class_list":["post-6950","post","type-post","status-publish","format-standard","hentry","category-news","tag-visual-studio-code"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/6950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=6950"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/6950\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=6950"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=6950"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=6950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}