Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring. It is also customizable, so users can change the editor's theme, keyboard shortcuts, and preferences. It is free and open-source, although the official download is under a proprietary license.[1]
Confirm your global commit name and email address are set by opening a command prompt and running the command: git config --list If necessary, run the following commands, replacing the text in quotes with your information: git config --global user.email "you@example.com" git config --global user.name "Your Name"
Use Visual Studio Code to create and publish a simple web page.
Enter the URL to your git repository, such as https://accountname@bitbucket.org/accountname/accountname.bitbucket.io.git or https://github.com/username/username.github.io.git If the error, "fatal: protocol 'git%20clone%20https' is not supported", appears, git clone was entered twice.
Enter a local parent directory for the repository, such as your Desktop or Documents folder.