<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>TIL - Today I learnt on Avinash</title>
    <link>https://avinashdharan.com/til/</link>
    <description>Recent content in TIL - Today I learnt on Avinash</description>
    <image>
      <url>https://avinashdharan.com/test.jpg</url>
      <link>https://avinashdharan.com/test.jpg</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Sat, 08 Jan 2022 17:55:14 +0530</lastBuildDate><atom:link href="https://avinashdharan.com/til/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Vscode in Terminal</title>
      <link>https://avinashdharan.com/til/vscode_in_terminal/</link>
      <pubDate>Sat, 15 Jan 2022 00:23:46 +0530</pubDate>
      
      <guid>https://avinashdharan.com/til/vscode_in_terminal/</guid>
      <description>While browsing in the terminal, if you want to open VS Code, It can be launched with the below command.
To open the current directory
code . For this to work, please enable it in the command palette of VS Code first. Use Ctrl+Shift+P or Cmd+Shift+P to launch the command palette and search for &amp;ldquo;path&amp;rdquo;
Choose the Option &amp;ldquo;Install &amp;lsquo;code&amp;rsquo; command from PATH&amp;rdquo; and now you can open any directory directly from terminal.</description>
      <content:encoded><![CDATA[<p>While browsing in the terminal, if you want to open VS Code, It can be launched with the below command.</p>
<p>To open the current directory</p>
<pre tabindex="0"><code>code .
</code></pre><p>For this to work, please enable it in the command palette of VS Code first.
Use Ctrl+Shift+P or Cmd+Shift+P to launch the command palette and search for &ldquo;path&rdquo;</p>
<p><img loading="lazy" src="/images/2022-01-15-00-53-33.png" alt="Screenshot"  />
</p>
<p>Choose the Option &ldquo;Install &lsquo;code&rsquo; command from PATH&rdquo; and now you can open any directory directly from terminal.</p>
]]></content:encoded>
    </item>
    
  </channel>
</rss>
