Skip to content

Commit 6f90458

Browse files
committed
Remove references to Atom.
1 parent e0decb8 commit 6f90458

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

Diff for: docs/01_getting_ready_for_class.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -105,29 +105,20 @@ For this class, we will use a basic text editor to interact with our code. Let's
105105

106106
You can use almost any text editor, but we have the best success with the following:
107107

108-
- [Atom](https://atom.io/)
109108
- [Visual Studio Code](https://code.visualstudio.com)
110109
- Notepad
111110
- Vi or Vim
112111
- Sublime
113112
- Notepad++
114113
- GitPad
115114

116-
If you do not already have a text editor installed, go ahead and download and install one of the above editors now! You can also configure Atom or Visual Studio Code as your default text editor for Git commands using the [instructions at docs.github.com](https://docs.github.com/github/using-git/associating-text-editors-with-git).
115+
If you do not already have a text editor installed, go ahead and download and install one of the above editors now! You can also configure Visual Studio Code as your default text editor for Git commands using the [instructions at docs.github.com](https://docs.github.com/github/using-git/associating-text-editors-with-git).
117116

118117
#### Your editor on the command-line
119118

120119
After you have installed an editor, confirm you can open it from the command-line.
121120

122-
If installed properly, the following command will open the Atom text editor:
123-
124-
```sh
125-
atom .
126-
```
127-
128-
_**Note:** If you are working on a Mac, you will need to Install Shell Commands from the Atom menu, this happens as part of the installation process for Windows._
129-
130-
Or the following command can also open the current directory with Visual Studio Code:
121+
If installed properly, the following command will open the Visual Studio Code editor:
131122

132123
```sh
133124
code .

Diff for: docs/06a_activity_create_file.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Now it is time to put an image and a caption into your file:
99

1010
> Git doesn't care how you work with your files locally. You can work in your favorite IDE or text editor, or you can use VIM through the command line.
1111
>
12-
> To open your file from the command line, many IDEs and text editors offer shortcuts. For example, use `atom .` to open the project in Atom, and `code .` to open it in Visual Studio Code.
12+
> To open your file from the command line, many IDEs and text editors offer shortcuts. For example, use `code .` to open it in Visual Studio Code.

Diff for: docs/app_issue_template.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ GitHub supports multiple issue templates, so within our groups we are going to c
2222

2323
Before creating the template, it might be helpful to find existing issue templates on other open source projects on GitHub to get some inspiration. Below are some examples of issue templates found on GitHub:
2424

25-
- [atom/atom](https://github.com/atom/atom/issues/new/choose)
2625
- [electron/electron](https://github.com/electron/electron/issues/new/choose)
2726
- [github/VisualStudio](https://github.com/github/VisualStudio/issues/new/choose)
2827
- [github/training-kit](https://github.com/github/training-kit/blob/master/.github/ISSUE_TEMPLATE.md)

0 commit comments

Comments
 (0)