Skip to content

Commit a197dcb

Browse files
committed
Replace Atom with VS Code
1 parent ec91cdd commit a197dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/the-terminal/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h1>Basic Terminal Tutorial</h1>
6666
<dt><kbd>alias</kbd></dt>
6767
<dd>Displays all keyboard aliases (shortcuts), usually in a file called <code>.bash_aliases</code>.</dd>
6868

69-
<dt><kbd>atom</kbd></dt>
70-
<dd>Launches Atom, assuming the shell commands have been installed. Typing <kbd>atom .</kbd> opens the current folder in Atom and typing <kbd>atom FILE</kbd> opens <code>FILE</code> in Atom.</dd>
69+
<dt><kbd>code</kbd></dt>
70+
<dd>Launches VS Code, assuming the shell commands have been installed. Typing <kbd>code .</kbd> opens the current folder in VS Code and typing <kbd>code FILE</kbd> opens <code>FILE</code> in VS Code.</dd>
7171

7272
<dt><kbd>cat FILE</kbd></dt>
7373
<dd>Displays the contents of <code>FILE</code>, then returns control to The Terminal.</dd>

0 commit comments

Comments
 (0)