Skip to content

Visual Studio Code: Installation

Papa Bear Codes Python edited this page Jan 19, 2024 · 6 revisions

Document Release Date: 1/2/2024

Note: In the I.T. world, applications evolve rapidly. Please report any inaccuracy to papabearcodespython@gmail.com


Why use Visual Studio Code?

Simply because if it is #1 most used editor. This does not mean it is the best. This means is has most support and extensions with lots of community help, how to(s), and Microsoft maintains it well.

Pros

  • Backed by large corporation Microsoft and there for constant features are added and bugs are fixed.
  • It is free and has always been
  • Has lots of extensions (Plugins)
  • Extension installation automation so your whole team uses the same. (Included it in your repo)
  • Easy DevContainer development allowing for Docker Container development. (Only use for smaller repos - Otherwise you will find performance issues)
  • Has a web edition thru the Visual Studio Code Server (Can be ran as docker)

Cons

  • Has caching issue. It is wize to install the reload extension.
  • Batteries not included. You will have to find the extension (plugins) you like.

Useful Links

Clone this wiki locally