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.
- Host: GitHub
- URL: https://github.com/navneetguptacse/vscode.dev
- Owner: navneetguptacse
- Created: 2024-10-16T10:25:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T10:06:38.000Z (5 months ago)
- Last Synced: 2024-12-08T11:18:01.435Z (5 months ago)
- Topics: vscode-extension, vscode-extension-pack, vscode-theme
- Language: Batchfile
- Homepage: https://vscode.dev/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!