From 5c8e096676820c7281258beaf5883b3b8f465379 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 17 Sep 2024 06:56:27 +0000 Subject: [PATCH] Mention the VS Code configuration section and add a note on CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19320a5..fe37c43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,8 @@ This document will outline the basics of where to start if you wish to contribute to the project. There are many ways to help us out and and we appreciate all of them. We look forward to **your contribution!** +**Please read this document until the end** + ## Code Of Conduct We follow the [Rust Code Of Conduct](https://www.rust-lang.org/policies/code-of-conduct). @@ -125,6 +127,10 @@ You can read how to use the Cookbook recipe system to port applications on [this You can read [this](https://doc.redox-os.org/book/ch09-06-libraries-apis.html) page to learn about the libraries and APIs used in Redox. +## Visual Studio Code (VS Code) Configuration + +To learn how to configure your VS Code to do Redox development please read the information below [this](https://doc.redox-os.org/book/ch09-02-coding-and-building.html#visual-studio-code-configuration) section. + ## Development Tips You can find important tips on [this](https://doc.redox-os.org/book/ch09-02-coding-and-building.html#development-tips) section.