{"id":8354,"date":"2018-11-16T16:51:56","date_gmt":"2018-11-16T16:51:56","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=8354"},"modified":"2018-11-16T16:51:56","modified_gmt":"2018-11-16T16:51:56","slug":"visual-studio-code-1-29-released-with-multiline-search","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2018\/11\/visual-studio-code-1-29-released-with-multiline-search\/","title":{"rendered":"Visual Studio Code 1.29 Released with Multiline Search"},"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=\"aligncenter size-full wp-image-6810\" \/><\/p>\n<p>Visual Studio Code released version 1.29 recently with a number of significant updates.<\/p>\n<p>VS Code 1.28 release highlights according to the <a href=\"https:\/\/code.visualstudio.com\/updates\/v1_29\" target=\"_blank\">announcement<\/a>:<\/p>\n<ul>\n<li>Multiline search &#8211; Search across files with regex multiline expressions.<\/li>\n<li>File icons in IntelliSense &#8211; Quickly distinguish file types in IntelliSense.<\/li>\n<li>Better macOS support &#8211; Full screen mode control and Mojave Dark Mode support.<\/li>\n<li>Collapsible stack frames &#8211; Collapse uninteresting stack frames to clearly see your code.<\/li>\n<li>Improved Loaded Scripts view &#8211; Displays related resources such as original source files.<\/li>\n<li>Updated extension samples &#8211; Uniform style and structure, README, and API usage.<\/li>\n<li>CI recipe for extensions &#8211; Azure Pipelines build recipe for extensions.<\/li>\n<li>Preview: List All References &#8211; List All References view shows reference search results.<\/li>\n<\/ul>\n<h4>How to Install VS Code 1.29 in Ubuntu:<\/h4>\n<p>The easiest way is to install the community maintained Snap (run in sandbox) package from <b>Ubuntu Software<\/b>:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/10\/vscode-softwarecenter-450x286.jpg\" alt=\"\" width=\"450\" height=\"286\" class=\"aligncenter size-medium wp-image-8241\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/10\/vscode-softwarecenter-450x286.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/10\/vscode-softwarecenter-768x489.jpg 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/10\/vscode-softwarecenter-600x382.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/10\/vscode-softwarecenter.jpg 880w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/p>\n<p>You can also install the official <b>.deb<\/b> package which 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\" >Download VS Code (.deb)<\/a><\/p>\n<p>Grab the deb and install it via either Gdebi package manager or command in terminal(Ctrl+Alt+T):<\/p>\n<pre style=\"border:none;\">sudo dpkg -i ~\/Downloads\/code_*.deb; sudo apt -f install<\/pre>\n<p>For those who want to receive updates for VS Code via Software Updater utility, add the Microsoft repository via following steps (64bit only):<\/p>\n<p><b>1.<\/b> Open terminal (Ctrl+Alt+T) and 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><b>2.<\/b> Download and install the repository key via 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>\n<p><b>3.<\/b> Finally install the IDE via command:<\/p>\n<pre style=\"border:none;\">sudo apt-get install code<\/pre>\n<p><b>Uninstall Visual Studio Code:<\/b><\/p>\n<p>To remove the code editor, either use Synaptic Package Manager or run command:<\/p>\n<pre style=\"border:none;\">sudo apt-get remove --autoremove code<\/pre>\n<p>And remove the Microsoft repository by launching <b>Software &#038; Updates<\/b> utility and navigating to <i>Other Software<\/i> tab.<\/p>","protected":false},"excerpt":{"rendered":"<p>Visual Studio Code released version 1.29 recently with a number of significant updates. VS Code 1.28 release highlights according to the announcement: Multiline search &#8211; Search across files with regex multiline expressions. File icons in IntelliSense &#8211; Quickly distinguish file types in IntelliSense. Better macOS support &#8211; Full screen mode control and Mojave Dark Mode [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,6],"tags":[1449],"class_list":["post-8354","post","type-post","status-publish","format-standard","hentry","category-howtos","category-news","tag-visual-studio-code"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/8354","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=8354"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/8354\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=8354"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=8354"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=8354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}