An open API service indexing awesome lists of open source software.

https://github.com/navneetguptacse/vscode.dev

I regularly utilize the following Visual Studio Code extensions in my daily software development activities.
https://github.com/navneetguptacse/vscode.dev

vscode-extension vscode-extension-pack vscode-theme

Last synced: 5 months ago
JSON representation

I regularly utilize the following Visual Studio Code extensions in my daily software development activities.

Awesome Lists containing this project

README

        

# Visual Studio Code `--extensions`

## Overview

This repository includes essential files for setting up the development environment. It contains an `extensions.txt` file listing required Visual Studio Code extensions and an `install.bat` file to facilitate their installation.

## Files

- **extensions.txt**: This file contains a list of Visual Studio Code extensions that are recommended for this project.
- **install.bat**: A batch file that automates the installation of the extensions listed in `extensions.txt`.

## Prerequisites

Ensure you have the following installed on your machine:

- [Visual Studio Code](https://code.visualstudio.com/)
- Microsoft PowerShell or Command Prompt (for running the batch file)

## Installation Instructions

1. **Clone the Repository**

First, clone this repository to your local machine using:

```bash
git clone https://github.com/navneetguptacse/vscode-extensions.git
```

2. **Navigate to the Project Directory**

Change your directory to the project folder:

```bash
cd vscode-extensions
```

3. **Install Extensions**

Run the install.bat file to install all the required extensions automatically. You can do this by double-clicking the file or executing the following command in your terminal:

```bash
install.bat
```

This will read the extensions.txt file and install each listed extension.

## Additional Information

- If you encounter any issues during installation, please check that Visual Studio Code is properly installed and that your command line environment is configured correctly.
- For further assistance, refer to the Visual Studio Code documentation.

## Contributing

Feel free to contribute to this project by adding more extensions or improving the setup process. Please follow the standard contribution guidelines.

## License

This project is licensed under the MIT License. See the LICENSE file for details.

You can copy and paste this directly into your `README.md` file. Let me know if you need any more help!