From 930ee3d67de7098e9ef6da263aba030b0d079bd5 Mon Sep 17 00:00:00 2001 From: InscurePL2 Date: Sat, 28 Dec 2024 15:54:05 +0100 Subject: [PATCH 1/2] Update tips.md --- docs/developing/tips.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/developing/tips.md b/docs/developing/tips.md index 965665f9f00..1071960531f 100644 --- a/docs/developing/tips.md +++ b/docs/developing/tips.md @@ -96,7 +96,6 @@ It is recommended that packages get updated through the CLI since npm will now r There are a lot of code editors to choose from. Here are some of our favorites: - [Visual Studio Code](https://code.visualstudio.com): a popular and free text editor made by Microsoft -- [Atom](https://atom.io): a hackable text editor made by GitHub - [WebStorm](https://www.jetbrains.com/webstorm/): a powerful non-free editor by JetBrains ## Using a Debugger From c21682029f1ec6c0dc0b3baa8a777e82a9749587 Mon Sep 17 00:00:00 2001 From: Brandy Carney <6577830+brandyscarney@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:30:35 -0500 Subject: [PATCH 2/2] docs(developing): remove Atom from list of editors --- versioned_docs/version-v7/developing/tips.md | 1 - 1 file changed, 1 deletion(-) diff --git a/versioned_docs/version-v7/developing/tips.md b/versioned_docs/version-v7/developing/tips.md index 965665f9f00..1071960531f 100644 --- a/versioned_docs/version-v7/developing/tips.md +++ b/versioned_docs/version-v7/developing/tips.md @@ -96,7 +96,6 @@ It is recommended that packages get updated through the CLI since npm will now r There are a lot of code editors to choose from. Here are some of our favorites: - [Visual Studio Code](https://code.visualstudio.com): a popular and free text editor made by Microsoft -- [Atom](https://atom.io): a hackable text editor made by GitHub - [WebStorm](https://www.jetbrains.com/webstorm/): a powerful non-free editor by JetBrains ## Using a Debugger