Bicep extension for Visual Studio Code
Creating Bicep files should be easy and that is why it is very important to set up your developer environment. In this section, we will cover the basics and help you get set up. First off, you will need to install Visual Studio Code, then the Bicep extension, and make sure everything is ready for you to start hacking.
Installing Visual Studio Code
VS Code is Microsoft's powerful text editor and has ticked many boxes for developers around the world. It has become the most popular text editor because of it being free and offering so many features. It is a cross-platform tool that is very easy to install and work with. It has built-in support for JavaScript, TypeScript, and Node.js, as well as a world of extensions for other languages such as C#, C++, Python, PHP, and more.
You can find the installation instructions at https://code.visualstudio.com/. On that page, you can find .msi
/.exe
installers for Windows, .deb
or .rpm
files for...