Skip to content

apsantos-dev/vscode-extensions

Repository files navigation

Visual Studio Code Extensions

Introduction

The main goal of this project is to share the extensions installed in VSCode for the development of web applications.

License CONTRIBUTING GitHub stars GitHub forks Twitter Follow


Before You Begin

The development of this project was done in environment Linux, using the Operating System Fedora 29. I used Terminal to run the commands described in this tutorial.

lsb_release -a  # to check system details

When it is necessary to execute a command as root, I'll describe the content as follows. Example:

sudo dnf install xyz  # command example

I recommend that you use the Operating System of your choice, adapting the project according to system standards.

Additional | Editor:

VSCode: Visual Studio Code is a lightweight but powerful source code editor. \o/

VSCode version on my machine

Version: 1.30.1
Commit: dea8705087adb1b5e5ae1d9123278e178656186a
Date: 2018-12-18T18:07:32.870Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
OS: Linux x64 4.19.10-300.fc29.x86_64

Getting Started

Installation

1 - To execute this project, I recommend that you have some tools installed on your machine. Are they:

  • VSCode: Visual Studio Code on Linux - RHEL, Fedora and CentOS based distributions

    sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
    sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'

    Then update the package cache and install the package using dnf (Fedora 22 and above):

    dnf check-update
    sudo dnf install code

    For details on installing extension in VSCode, visit the following website: VSCode Install


  • Git: Git is a free and open source distributed version control system.

    git --version  # to print Git version

    If you need to install Git, use the command:

    sudo dnf install -y git  # to install Git on your operating system

2 - Clone the project:

cd ~  # open folder for project creation
git clone git@github.com:apsantos-dev/vscode-extensions.git <NAME-PROJECT>  # SSH
or
git clone https://github.com/apsantos-dev/vscode-extensions.git <NAME-PROJECT> # HTTPS

3 - Attributes and permissions:

Change the attributes and permissions of the file: system.sh

Be sure to check in which folder this project was cloned.

sudo chown $USER:$USER ~/<NAME-PROJECT>/system.sh
sudo chmod +x ~/<NAME-PROJECT>/system.sh

4 - Finally, running the system:

If all the steps have been performed correctly, just execute the command below to start the system:

sh ~/<NAME-PROJECT>/system.sh

The file

Click here to open the file with the extensions used.

Structure

See the file and folder structure for this project.

Change Log

All notable changes to this project will be documented in the file CHANGELOG.md.

Stable release version:

Release

Contributing

By contributing to this repository, please first discuss the change you wish to make via email or any other method with the owners of this repository before making a change.

See details on contributing to this project at:

CONTRIBUTING

License

This project is licensed under "The MIT License (MIT)".

See license details at:

License

About

Extensions installed in Visual Studio code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages