IRNAS / irnas-guidelines-docs

This repository contains guidelines related to various aspects of managing GitHub repositories at IRNAS and working with them.
Other
2 stars 1 forks source link

VS Code setup - installation script, extension settings, language specific settings #18

Open SloMusti opened 2 years ago

MarkoSagadin commented 2 years ago

Context

VS Code is a powerful, extendable editor. Various integrations with external tools, such as debuggers, linters, autoformatters and LSPs can be installed in form of extensions.

Configuring these tools can be tricky sometimes, this effort is repeated by each developer everytime when they setup a new machine.

Goal

Provide developers with out of the box editor experience with the identical external tools configuration.

Details

  1. Create a repo that will contain readme document, installation scripts, extension specific settings, language specific settings.
  2. Readme document will provide instructions for using the scripts and extensions.

It is expected that this repository will be continuously expanded on, as time is dedicated to adding more extensions. Installation scripts should be able to run several times, even after first clean install.