From d4b73531f5c93c3e25ee04fd5886c8cf6dd08411 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:45:47 +0700 Subject: [PATCH] DOCUMENTATION: Remove unmaintained VS Code extension (#1531) --- src/Documentation/doc/help/tools_and_resources.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/Documentation/doc/help/tools_and_resources.md b/src/Documentation/doc/help/tools_and_resources.md index f812cf5fe..3043c238f 100644 --- a/src/Documentation/doc/help/tools_and_resources.md +++ b/src/Documentation/doc/help/tools_and_resources.md @@ -5,16 +5,3 @@ There are plans to create an official repository of Bitburner scripts. As of right now, this is not a priority and has not been started. However, if you'd like to contribute scripts now, you can find the repository [here](https://github.com/bitburner-official/bitburner-scripts) and submit pull requests. - -## Visual Studio Code Extension - -One user created a Bitburner extension for the Visual Studio Code (VSCode) editor. - -This extension includes several features such as: - -- Dynamic RAM calculation -- RAM Usage breakdown -- Typescript definition files with JSDoc comments -- Syntax highlighting - -You can find more information and download links [on this Reddit post](https://www.reddit.com/r/Bitburner/comments/bh48y2/visual_studio_code_ram_calculator_extra/).