Contribution
Opening Visual Studio Code

Setting up Vs Code

VS Code Logo

Now, that you have installed VS Code, you will need to configure it to work with Git. This will allow you to make changes to the FEDS-Handbook and submit pull requests.

Installing Extentions

Extensions Click on the Extensions icon in the Activity Bar on the side of the window. This will open the Extensions view, where you can search for and install extensions.

Recommended Extensions

  • MDX: This extension provides syntax highlighting and other editing features for MDX files.
  • Prettier: This extension automatically formats your code to make it more readable.
  • MDX Preview: This extension allows you to preview your MDX files in the editor.
  • NPM : This extension allows you to run npm scripts from the editor (Kasper Mikiewcz).
  • NPM Intellisense : This extension autocompletes npm modules in import statements (Christian Kohler).

These extensions will help you work with the FEDS-Handbook more efficiently.

Go Back to the Explorer View

Make yourself familiar with the Explorer view. This is where you will find all the files and folders in your project.